Archive-only list for patches
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev, Jason Gunthorpe <jgg@nvidia.com>,
	Alex Williamson <alex.williamson@redhat.com>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.9 089/250] vfio/pci: Collect hot-reset devices to local buffer
Date: Tue, 25 Jun 2024 11:30:47 +0200	[thread overview]
Message-ID: <20240625085551.485423995@linuxfoundation.org> (raw)
In-Reply-To: <20240625085548.033507125@linuxfoundation.org>

6.9-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Alex Williamson <alex.williamson@redhat.com>

[ Upstream commit f6944d4a0b87c16bc34ae589169e1ded3d4db08e ]

Lockdep reports the below circular locking dependency issue.  The
mmap_lock acquisition while holding pci_bus_sem is due to the use of
copy_to_user() from within a pci_walk_bus() callback.

Building the devices array directly into the user buffer is only for
convenience.  Instead we can allocate a local buffer for the array,
bounded by the number of devices on the bus/slot, fill the device
information into this local buffer, then copy it into the user buffer
outside the bus walk callback.

======================================================
WARNING: possible circular locking dependency detected
6.9.0-rc5+ #39 Not tainted
------------------------------------------------------
CPU 0/KVM/4113 is trying to acquire lock:
ffff99a609ee18a8 (&vdev->vma_lock){+.+.}-{4:4}, at: vfio_pci_mmap_fault+0x35/0x1a0 [vfio_pci_core]

but task is already holding lock:
ffff99a243a052a0 (&mm->mmap_lock){++++}-{4:4}, at: vaddr_get_pfns+0x3f/0x170 [vfio_iommu_type1]

which lock already depends on the new lock.

the existing dependency chain (in reverse order) is:

-> #3 (&mm->mmap_lock){++++}-{4:4}:
       __lock_acquire+0x4e4/0xb90
       lock_acquire+0xbc/0x2d0
       __might_fault+0x5c/0x80
       _copy_to_user+0x1e/0x60
       vfio_pci_fill_devs+0x9f/0x130 [vfio_pci_core]
       vfio_pci_walk_wrapper+0x45/0x60 [vfio_pci_core]
       __pci_walk_bus+0x6b/0xb0
       vfio_pci_ioctl_get_pci_hot_reset_info+0x10b/0x1d0 [vfio_pci_core]
       vfio_pci_core_ioctl+0x1cb/0x400 [vfio_pci_core]
       vfio_device_fops_unl_ioctl+0x7e/0x140 [vfio]
       __x64_sys_ioctl+0x8a/0xc0
       do_syscall_64+0x8d/0x170
       entry_SYSCALL_64_after_hwframe+0x76/0x7e

-> #2 (pci_bus_sem){++++}-{4:4}:
       __lock_acquire+0x4e4/0xb90
       lock_acquire+0xbc/0x2d0
       down_read+0x3e/0x160
       pci_bridge_wait_for_secondary_bus.part.0+0x33/0x2d0
       pci_reset_bus+0xdd/0x160
       vfio_pci_dev_set_hot_reset+0x256/0x270 [vfio_pci_core]
       vfio_pci_ioctl_pci_hot_reset_groups+0x1a3/0x280 [vfio_pci_core]
       vfio_pci_core_ioctl+0x3b5/0x400 [vfio_pci_core]
       vfio_device_fops_unl_ioctl+0x7e/0x140 [vfio]
       __x64_sys_ioctl+0x8a/0xc0
       do_syscall_64+0x8d/0x170
       entry_SYSCALL_64_after_hwframe+0x76/0x7e

-> #1 (&vdev->memory_lock){+.+.}-{4:4}:
       __lock_acquire+0x4e4/0xb90
       lock_acquire+0xbc/0x2d0
       down_write+0x3b/0xc0
       vfio_pci_zap_and_down_write_memory_lock+0x1c/0x30 [vfio_pci_core]
       vfio_basic_config_write+0x281/0x340 [vfio_pci_core]
       vfio_config_do_rw+0x1fa/0x300 [vfio_pci_core]
       vfio_pci_config_rw+0x75/0xe50 [vfio_pci_core]
       vfio_pci_rw+0xea/0x1a0 [vfio_pci_core]
       vfs_write+0xea/0x520
       __x64_sys_pwrite64+0x90/0xc0
       do_syscall_64+0x8d/0x170
       entry_SYSCALL_64_after_hwframe+0x76/0x7e

-> #0 (&vdev->vma_lock){+.+.}-{4:4}:
       check_prev_add+0xeb/0xcc0
       validate_chain+0x465/0x530
       __lock_acquire+0x4e4/0xb90
       lock_acquire+0xbc/0x2d0
       __mutex_lock+0x97/0xde0
       vfio_pci_mmap_fault+0x35/0x1a0 [vfio_pci_core]
       __do_fault+0x31/0x160
       do_pte_missing+0x65/0x3b0
       __handle_mm_fault+0x303/0x720
       handle_mm_fault+0x10f/0x460
       fixup_user_fault+0x7f/0x1f0
       follow_fault_pfn+0x66/0x1c0 [vfio_iommu_type1]
       vaddr_get_pfns+0xf2/0x170 [vfio_iommu_type1]
       vfio_pin_pages_remote+0x348/0x4e0 [vfio_iommu_type1]
       vfio_pin_map_dma+0xd2/0x330 [vfio_iommu_type1]
       vfio_dma_do_map+0x2c0/0x440 [vfio_iommu_type1]
       vfio_iommu_type1_ioctl+0xc5/0x1d0 [vfio_iommu_type1]
       __x64_sys_ioctl+0x8a/0xc0
       do_syscall_64+0x8d/0x170
       entry_SYSCALL_64_after_hwframe+0x76/0x7e

other info that might help us debug this:

Chain exists of:
  &vdev->vma_lock --> pci_bus_sem --> &mm->mmap_lock

 Possible unsafe locking scenario:

block dm-0: the capability attribute has been deprecated.
       CPU0                    CPU1
       ----                    ----
  rlock(&mm->mmap_lock);
                               lock(pci_bus_sem);
                               lock(&mm->mmap_lock);
  lock(&vdev->vma_lock);

 *** DEADLOCK ***

2 locks held by CPU 0/KVM/4113:
 #0: ffff99a25f294888 (&iommu->lock#2){+.+.}-{4:4}, at: vfio_dma_do_map+0x60/0x440 [vfio_iommu_type1]
 #1: ffff99a243a052a0 (&mm->mmap_lock){++++}-{4:4}, at: vaddr_get_pfns+0x3f/0x170 [vfio_iommu_type1]

stack backtrace:
CPU: 1 PID: 4113 Comm: CPU 0/KVM Not tainted 6.9.0-rc5+ #39
Hardware name: Dell Inc. PowerEdge T640/04WYPY, BIOS 2.15.1 06/16/2022
Call Trace:
 <TASK>
 dump_stack_lvl+0x64/0xa0
 check_noncircular+0x131/0x150
 check_prev_add+0xeb/0xcc0
 ? add_chain_cache+0x10a/0x2f0
 ? __lock_acquire+0x4e4/0xb90
 validate_chain+0x465/0x530
 __lock_acquire+0x4e4/0xb90
 lock_acquire+0xbc/0x2d0
 ? vfio_pci_mmap_fault+0x35/0x1a0 [vfio_pci_core]
 ? lock_is_held_type+0x9a/0x110
 __mutex_lock+0x97/0xde0
 ? vfio_pci_mmap_fault+0x35/0x1a0 [vfio_pci_core]
 ? lock_acquire+0xbc/0x2d0
 ? vfio_pci_mmap_fault+0x35/0x1a0 [vfio_pci_core]
 ? find_held_lock+0x2b/0x80
 ? vfio_pci_mmap_fault+0x35/0x1a0 [vfio_pci_core]
 vfio_pci_mmap_fault+0x35/0x1a0 [vfio_pci_core]
 __do_fault+0x31/0x160
 do_pte_missing+0x65/0x3b0
 __handle_mm_fault+0x303/0x720
 handle_mm_fault+0x10f/0x460
 fixup_user_fault+0x7f/0x1f0
 follow_fault_pfn+0x66/0x1c0 [vfio_iommu_type1]
 vaddr_get_pfns+0xf2/0x170 [vfio_iommu_type1]
 vfio_pin_pages_remote+0x348/0x4e0 [vfio_iommu_type1]
 vfio_pin_map_dma+0xd2/0x330 [vfio_iommu_type1]
 vfio_dma_do_map+0x2c0/0x440 [vfio_iommu_type1]
 vfio_iommu_type1_ioctl+0xc5/0x1d0 [vfio_iommu_type1]
 __x64_sys_ioctl+0x8a/0xc0
 do_syscall_64+0x8d/0x170
 ? rcu_core+0x8d/0x250
 ? __lock_release+0x5e/0x160
 ? rcu_core+0x8d/0x250
 ? lock_release+0x5f/0x120
 ? sched_clock+0xc/0x30
 ? sched_clock_cpu+0xb/0x190
 ? irqtime_account_irq+0x40/0xc0
 ? __local_bh_enable+0x54/0x60
 ? __do_softirq+0x315/0x3ca
 ? lockdep_hardirqs_on_prepare.part.0+0x97/0x140
 entry_SYSCALL_64_after_hwframe+0x76/0x7e
RIP: 0033:0x7f8300d0357b
Code: ff ff ff 85 c0 79 9b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 75 68 0f 00 f7 d8 64 89 01 48
RSP: 002b:00007f82ef3fb948 EFLAGS: 00000206 ORIG_RAX: 0000000000000010
RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f8300d0357b
RDX: 00007f82ef3fb990 RSI: 0000000000003b71 RDI: 0000000000000023
RBP: 00007f82ef3fb9c0 R08: 0000000000000000 R09: 0000561b7e0bcac2
R10: 0000000000000000 R11: 0000000000000206 R12: 0000000000000000
R13: 0000000200000000 R14: 0000381800000000 R15: 0000000000000000
 </TASK>

Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20240503143138.3562116-1-alex.williamson@redhat.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/vfio/pci/vfio_pci_core.c | 78 ++++++++++++++++++++------------
 1 file changed, 49 insertions(+), 29 deletions(-)

diff --git a/drivers/vfio/pci/vfio_pci_core.c b/drivers/vfio/pci/vfio_pci_core.c
index d94d61b92c1ac..d8c95cc16be81 100644
--- a/drivers/vfio/pci/vfio_pci_core.c
+++ b/drivers/vfio/pci/vfio_pci_core.c
@@ -778,25 +778,26 @@ static int vfio_pci_count_devs(struct pci_dev *pdev, void *data)
 }
 
 struct vfio_pci_fill_info {
-	struct vfio_pci_dependent_device __user *devices;
-	struct vfio_pci_dependent_device __user *devices_end;
 	struct vfio_device *vdev;
+	struct vfio_pci_dependent_device *devices;
+	int nr_devices;
 	u32 count;
 	u32 flags;
 };
 
 static int vfio_pci_fill_devs(struct pci_dev *pdev, void *data)
 {
-	struct vfio_pci_dependent_device info = {
-		.segment = pci_domain_nr(pdev->bus),
-		.bus = pdev->bus->number,
-		.devfn = pdev->devfn,
-	};
+	struct vfio_pci_dependent_device *info;
 	struct vfio_pci_fill_info *fill = data;
 
-	fill->count++;
-	if (fill->devices >= fill->devices_end)
-		return 0;
+	/* The topology changed since we counted devices */
+	if (fill->count >= fill->nr_devices)
+		return -EAGAIN;
+
+	info = &fill->devices[fill->count++];
+	info->segment = pci_domain_nr(pdev->bus);
+	info->bus = pdev->bus->number;
+	info->devfn = pdev->devfn;
 
 	if (fill->flags & VFIO_PCI_HOT_RESET_FLAG_DEV_ID) {
 		struct iommufd_ctx *iommufd = vfio_iommufd_device_ictx(fill->vdev);
@@ -809,19 +810,19 @@ static int vfio_pci_fill_devs(struct pci_dev *pdev, void *data)
 		 */
 		vdev = vfio_find_device_in_devset(dev_set, &pdev->dev);
 		if (!vdev) {
-			info.devid = VFIO_PCI_DEVID_NOT_OWNED;
+			info->devid = VFIO_PCI_DEVID_NOT_OWNED;
 		} else {
 			int id = vfio_iommufd_get_dev_id(vdev, iommufd);
 
 			if (id > 0)
-				info.devid = id;
+				info->devid = id;
 			else if (id == -ENOENT)
-				info.devid = VFIO_PCI_DEVID_OWNED;
+				info->devid = VFIO_PCI_DEVID_OWNED;
 			else
-				info.devid = VFIO_PCI_DEVID_NOT_OWNED;
+				info->devid = VFIO_PCI_DEVID_NOT_OWNED;
 		}
 		/* If devid is VFIO_PCI_DEVID_NOT_OWNED, clear owned flag. */
-		if (info.devid == VFIO_PCI_DEVID_NOT_OWNED)
+		if (info->devid == VFIO_PCI_DEVID_NOT_OWNED)
 			fill->flags &= ~VFIO_PCI_HOT_RESET_FLAG_DEV_ID_OWNED;
 	} else {
 		struct iommu_group *iommu_group;
@@ -830,13 +831,10 @@ static int vfio_pci_fill_devs(struct pci_dev *pdev, void *data)
 		if (!iommu_group)
 			return -EPERM; /* Cannot reset non-isolated devices */
 
-		info.group_id = iommu_group_id(iommu_group);
+		info->group_id = iommu_group_id(iommu_group);
 		iommu_group_put(iommu_group);
 	}
 
-	if (copy_to_user(fill->devices, &info, sizeof(info)))
-		return -EFAULT;
-	fill->devices++;
 	return 0;
 }
 
@@ -1258,10 +1256,11 @@ static int vfio_pci_ioctl_get_pci_hot_reset_info(
 {
 	unsigned long minsz =
 		offsetofend(struct vfio_pci_hot_reset_info, count);
+	struct vfio_pci_dependent_device *devices = NULL;
 	struct vfio_pci_hot_reset_info hdr;
 	struct vfio_pci_fill_info fill = {};
 	bool slot = false;
-	int ret = 0;
+	int ret, count;
 
 	if (copy_from_user(&hdr, arg, minsz))
 		return -EFAULT;
@@ -1277,9 +1276,23 @@ static int vfio_pci_ioctl_get_pci_hot_reset_info(
 	else if (pci_probe_reset_bus(vdev->pdev->bus))
 		return -ENODEV;
 
-	fill.devices = arg->devices;
-	fill.devices_end = arg->devices +
-			   (hdr.argsz - sizeof(hdr)) / sizeof(arg->devices[0]);
+	ret = vfio_pci_for_each_slot_or_bus(vdev->pdev, vfio_pci_count_devs,
+					    &count, slot);
+	if (ret)
+		return ret;
+
+	if (count > (hdr.argsz - sizeof(hdr)) / sizeof(*devices)) {
+		hdr.count = count;
+		ret = -ENOSPC;
+		goto header;
+	}
+
+	devices = kcalloc(count, sizeof(*devices), GFP_KERNEL);
+	if (!devices)
+		return -ENOMEM;
+
+	fill.devices = devices;
+	fill.nr_devices = count;
 	fill.vdev = &vdev->vdev;
 
 	if (vfio_device_cdev_opened(&vdev->vdev))
@@ -1291,16 +1304,23 @@ static int vfio_pci_ioctl_get_pci_hot_reset_info(
 					    &fill, slot);
 	mutex_unlock(&vdev->vdev.dev_set->lock);
 	if (ret)
-		return ret;
+		goto out;
+
+	if (copy_to_user(arg->devices, devices,
+			 sizeof(*devices) * fill.count)) {
+		ret = -EFAULT;
+		goto out;
+	}
 
 	hdr.count = fill.count;
 	hdr.flags = fill.flags;
-	if (copy_to_user(arg, &hdr, minsz))
-		return -EFAULT;
 
-	if (fill.count > fill.devices - arg->devices)
-		return -ENOSPC;
-	return 0;
+header:
+	if (copy_to_user(arg, &hdr, minsz))
+		ret = -EFAULT;
+out:
+	kfree(devices);
+	return ret;
 }
 
 static int
-- 
2.43.0




  parent reply	other threads:[~2024-06-25  9:39 UTC|newest]

Thread overview: 272+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25  9:29 [PATCH 6.9 000/250] 6.9.7-rc1 review Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 001/250] fs/writeback: bail out if there is no more inodes for IO and queued once Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 002/250] padata: Disable BH when taking works lock on MT path Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 003/250] crypto: hisilicon/sec - Fix memory leak for sec resource release Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 004/250] crypto: hisilicon/qm - Add the err memory release process to qm uninit Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 005/250] io_uring/sqpoll: work around a potential audit memory leak Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 006/250] rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 007/250] rcutorture: Make stall-tasks directly exit when rcutorture tests end Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 008/250] rcutorture: Fix invalid context warning when enable srcu barrier testing Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 009/250] platform/chrome: cros_usbpd_logger: provide ID table for avoiding fallback match Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 010/250] platform/chrome: cros_usbpd_notify: " Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 011/250] ubsan: Avoid i386 UBSAN handler crashes with Clang Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 012/250] arm64: defconfig: select INTERCONNECT_QCOM_SM6115 as built-in Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 013/250] block/ioctl: prefer different overflow check Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 014/250] ssb: Fix potential NULL pointer dereference in ssb_device_uevent() Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 015/250] selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.sh Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 016/250] selftests/bpf: Fix flaky test btf_map_in_map/lookup_update Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 017/250] bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 018/250] devlink: use kvzalloc() to allocate devlink instance resources Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 019/250] batman-adv: bypass empty buckets in batadv_purge_orig_ref() Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 020/250] wifi: rtw89: 8852c: add quirk to set PCI BER for certain platforms Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 021/250] wifi: ath9k: work around memset overflow warning Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 022/250] af_packet: avoid a false positive warning in packet_setsockopt() Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 023/250] clocksource: Make watchdog and suspend-timing multiplication overflow safe Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 024/250] ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 025/250] drop_monitor: replace spin_lock by raw_spin_lock Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 026/250] ACPI: resource: Do IRQ override on GMxBGxx (XMG APEX 17 M23) Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 027/250] wifi: ath12k: fix kernel crash during resume Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 028/250] scsi: qedi: Fix crash while reading debugfs attribute Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 029/250] net: sfp: enhance quirk for Fibrestore 2.5G copper SFP module Greg Kroah-Hartman
2024-06-28 15:22   ` Marek Behún
2024-06-29  8:07     ` Greg Kroah-Hartman
2024-07-02  8:42     ` Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 030/250] net: sfp: add quirk for ATS SFP-GE-T 1000Base-TX module Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 031/250] net/sched: fix false lockdep warning on qdisc root lock Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 032/250] arm64/sysreg: Update PIE permission encodings Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 033/250] kselftest: arm64: Add a null pointer check Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 034/250] net: dsa: realtek: keep default LED state in rtl8366rb Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 035/250] net: dsa: realtek: do not assert reset on remove Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 036/250] ACPI: resource: Skip IRQ override on Asus Vivobook Pro N6506MV Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 037/250] netpoll: Fix race condition in netpoll_owner_active Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 038/250] wifi: ath12k: fix the problem that down grade phy mode operation Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 039/250] wifi: mt76: mt7921s: fix potential hung tasks during chip recovery Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 040/250] HID: Add quirk for Logitech Casa touchpad Greg Kroah-Hartman
2024-06-25  9:29 ` [PATCH 6.9 041/250] HID: asus: fix more n-key report descriptors if n-key quirked Greg Kroah-Hartman
2024-06-25  9:42   ` Luke Jones
2024-06-25  9:49     ` Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 042/250] ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 043/250] bpf: avoid uninitialized warnings in verifier_global_subprogs.c Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 044/250] selftests: net: fix timestamp not arriving in cmsg_time.sh Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 045/250] net: ena: Add validation for completion descriptors consistency Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 046/250] Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 047/250] drm/amd/display: Exit idle optimizations before HDCP execution Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 048/250] drm/amd/display: Workaround register access in idle race with cursor Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 049/250] platform/x86: toshiba_acpi: Add quirk for buttons on Z830 Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 050/250] cgroup/cpuset: Make cpuset hotplug processing synchronous Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 051/250] ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 052/250] ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 053/250] drm/lima: add mask irq callback to gp and pp Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 054/250] drm/lima: include pp bcast irq in timeout handler check Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 055/250] drm/lima: mask irqs in timeout path before hard reset Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 056/250] platform/x86: x86-android-tablets: Unregister devices in reverse order Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 057/250] platform/x86: x86-android-tablets: Add Lenovo Yoga Tablet 2 Pro 1380F/L data Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 058/250] ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 059/250] ALSA: hda/realtek: Add quirks for Lenovo 13X Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 060/250] powerpc/pseries: Enforce hcall result buffer validity and size Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 061/250] media: intel/ipu6: Fix build with !ACPI Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 062/250] media: mtk-vcodec: potential null pointer deference in SCP Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 063/250] powerpc/io: Avoid clang null pointer arithmetic warnings Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 064/250] platform/x86: p2sb: Dont init until unassigned resources have been assigned Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 065/250] power: supply: cros_usbpd: provide ID table for avoiding fallback match Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 066/250] iommu/arm-smmu-v3: Free MSIs in case of ENOMEM Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 067/250] ext4: do not create EA inode under buffer lock Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 068/250] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 069/250] kprobe/ftrace: bail out if ftrace was killed Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 070/250] usb: gadget: uvc: configfs: ensure guid to be valid before set Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 071/250] f2fs: fix to detect inconsistent nat entry during truncation Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 072/250] f2fs: remove clear SB_INLINECRYPT flag in default_options Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 073/250] usb: typec: ucsi_glink: rework quirks implementation Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 074/250] usb: misc: uss720: check for incompatible versions of the Belkin F5U002 Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 075/250] Avoid hw_desc array overrun in dw-axi-dmac Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 076/250] usb: dwc3: pci: Dont set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 077/250] usb: typec: ucsi_glink: drop special handling for CCI_BUSY Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 078/250] udf: udftime: prevent overflow in udf_disk_stamp_to_time() Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 079/250] PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 080/250] f2fs: dont set RO when shutting down f2fs Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 081/250] MIPS: Octeon: Add PCIe link status check Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 082/250] serial: imx: Introduce timeout when waiting on transmitter empty Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 083/250] serial: exar: adding missing CTI and Exar PCI ids Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 084/250] usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 085/250] xhci: remove XHCI_TRUST_TX_LENGTH quirk Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 086/250] tty: add the option to have a tty reject a new ldisc Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 087/250] i2c: lpi2c: Avoid calling clk_get_rate during transfer Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 088/250] cxl: Add post-reset warning if reset results in loss of previously committed HDM decoders Greg Kroah-Hartman
2024-06-25  9:30 ` Greg Kroah-Hartman [this message]
2024-06-25  9:30 ` [PATCH 6.9 090/250] usb: typec: qcom-pmic-typec: split HPD bridge alloc and registration Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 091/250] cpufreq: amd-pstate: fix memory leak on CPU EPP exit Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 092/250] ACPI: EC: Install address space handler at the namespace root Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 093/250] PCI: Do not wait for disconnected devices when resuming Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 094/250] OPP: Fix required_opp_tables for multiple genpds using same table Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 095/250] ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 096/250] ALSA: seq: ump: Fix missing System Reset message handling Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 097/250] MIPS: Routerboard 532: Fix vendor retry check code Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 098/250] mips: bmips: BCM6358: make sure CBR is correctly set Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 099/250] tracing: Build event generation tests only as modules Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 100/250] wifi: iwlwifi: mvm: fix ROC version check Greg Kroah-Hartman
2024-06-25  9:30 ` [PATCH 6.9 101/250] wifi: mac80211: Recalc offload when monitor stop Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 102/250] ALSA: hda/realtek: Remove Framework Laptop 16 from quirks Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 103/250] ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 104/250] ice: avoid IRQ collision to fix init failure on ACPI S3 resume Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 105/250] ice: fix 200G link speed message log Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 106/250] ice: implement AQ download pkg retry Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 107/250] bpf: Fix reg_set_min_max corruption of fake_reg Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 108/250] btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 109/250] net: mvpp2: use slab_build_skb for oversized frames Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 110/250] cipso: fix total option length computation Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 111/250] ALSA: hda: cs35l56: Component should be unbound before deconstruction Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 112/250] ALSA: hda: cs35l41: " Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 113/250] ALSA: hda: tas2781: " Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 114/250] bpf: Avoid splat in pskb_pull_reason Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 115/250] netdev-genl: fix error codes when outputting XDP features Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 116/250] ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 117/250] netrom: Fix a memory leak in nr_heartbeat_expiry() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 118/250] ipv6: prevent possible NULL deref in fib6_nh_init() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 119/250] ipv6: prevent possible NULL dereference in rt6_probe() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 120/250] xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 121/250] netns: Make get_net_ns() handle zero refcount net Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 122/250] qca_spi: Make interrupt remembering atomic Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 123/250] net: lan743x: disable WOL upon resume to restore full data path operation Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 124/250] net: lan743x: Support WOL at both the PHY and MAC appropriately Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 125/250] net: phy: mxl-gpy: Remove interrupt mask clearing from config_init Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 126/250] net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 127/250] tipc: force a dst refcount before doing decryption Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 128/250] sched: act_ct: add netns into the key of tcf_ct_flow_table Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 129/250] ptp: fix integer overflow in max_vclocks_store Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 130/250] selftests: openvswitch: Use bash as interpreter Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 131/250] net: stmmac: No need to calculate speed divider when offload is disabled Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 132/250] virtio_net: checksum offloading handling fix Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 133/250] virtio_net: fixing XDP for fully checksummed packets handling Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 134/250] octeontx2-pf: Add error handling to VLAN unoffload handling Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 135/250] octeontx2-pf: Fix linking objects into multiple modules Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 136/250] netfilter: ipset: Fix suspicious rcu_dereference_protected() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 137/250] seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 138/250] netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter core Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 139/250] ice: Fix VSI list rule with ICE_SW_LKUP_LAST type Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 140/250] bnxt_en: Restore PTP tx_avail count in case of skb_pad() error Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 141/250] net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 142/250] RDMA/bnxt_re: Fix the max msix vectors macro Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 143/250] arm64: dts: freescale: imx8mm-verdin: Fix GPU speed Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 144/250] phy: qcom-qmp: qserdes-txrx: Add missing registers offsets Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 145/250] phy: qcom-qmp: pcs: Add missing v6 N4 register offsets Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 146/250] phy: qcom: qmp-combo: Switch from V6 to V6 " Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 147/250] powerpc/crypto: Add generated P8 asm to .gitignore Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 148/250] spi: cs42l43: Correct SPI root clock speed Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 149/250] RDMA/rxe: Fix responder length checking for UD request packets Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 150/250] regulator: core: Fix modpost error "regulator_get_regmap" undefined Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 151/250] dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 152/250] dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 153/250] dmaengine: ioatdma: Fix leaking on version mismatch Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 154/250] dmaengine: ioatdma: Fix error path in ioat3_dma_probe() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 155/250] dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 156/250] dmaengine: fsl-edma: avoid linking both modules Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 157/250] dmaengine: ioatdma: Fix missing kmem_cache_destroy() Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 158/250] regulator: bd71815: fix ramp values Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 159/250] thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 160/250] arm64: dts: imx8mp: Fix TC9595 input clock on DH i.MX8M Plus DHCOM SoM Greg Kroah-Hartman
2024-06-25  9:31 ` [PATCH 6.9 161/250] arm: dts: imx53-qsb-hdmi: Disable panel instead of deleting node Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 162/250] arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIO Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 163/250] arm64: dts: imx93-11x11-evk: Remove the no-sdio property Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 164/250] arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input pin Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 165/250] ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 166/250] ACPI: scan: Ignore camera graph port nodes on all Dell Tiger, Alder and Raptor Lake models Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 167/250] spi: Fix SPI slave probe failure Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 168/250] x86/resctrl: Dont try to free nonexistent RMIDs Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 169/250] spi: spi-imx: imx51: revert burst length calculation back to bits_per_word Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 170/250] drm/xe/vf: Dont touch GuC irq registers if using memory irqs Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 171/250] io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 172/250] firmware: psci: Fix return value from psci_system_suspend() Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 173/250] LoongArch: Only allow OBJTOOL & ORC unwinder if toolchain supports -mthin-add-sub Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 174/250] RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 175/250] RDMA/mlx5: Add check for srq max_sge attribute Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 176/250] RDMA/mana_ib: Ignore optional access flags for MRs Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 177/250] ACPI: EC: Evaluate orphan _REG under EC device Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 178/250] ext4: avoid overflow when setting values via sysfs Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 179/250] ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists() Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 180/250] net: phy: dp83tg720: wake up PHYs in managed mode Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 181/250] net: stmmac: Assign configured channel value to EXTTS event Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 182/250] net: usb: ax88179_178a: improve reset check Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 183/250] net: phy: dp83tg720: get master/slave configuration in link down state Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 184/250] net: do not leave a dangling sk pointer, when socket creation fails Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 185/250] btrfs: retry block group reclaim without infinite loop Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 186/250] scsi: ufs: core: Free memory allocated for model before reinit Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 187/250] cifs: fix typo in module parameter enable_gcm_256 Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 188/250] LoongArch: Fix watchpoint setting error Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 189/250] LoongArch: Trigger user-space watchpoints correctly Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 190/250] LoongArch: Fix multiple hardware watchpoint issues Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 191/250] KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 192/250] KVM: arm64: Disassociate vcpus from redistributor region on teardown Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 193/250] KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 194/250] RDMA/rxe: Fix data copy for IB_SEND_INLINE Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 195/250] RDMA/mlx5: Remove extra unlock on error path Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 196/250] RDMA/mlx5: Follow rb_key.ats when creating new mkeys Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 197/250] RDMA/mlx5: Ensure created mkeys always have a populated rb_key Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 198/250] ovl: fix encoding fid for lower only root Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 199/250] wifi: mac80211: fix monitor channel with chanctx emulation Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 200/250] ALSA: hda/realtek: fix mute/micmute LEDs dont work for ProBook 445/465 G11 Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 201/250] ALSA: hda/realtek: Limit mic boost on N14AP7 Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 202/250] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 203/250] drm/i915/mso: using joiner is not possible with eDP MSO Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 204/250] drm/radeon: fix UBSAN warning in kv_dpm.c Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 205/250] drm/amdgpu: " Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 206/250] drm/amdgpu: fix locking scope when flushing tlb Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 207/250] drm/amd/display: Remove redundant idle optimization check Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 208/250] drm/amd/display: Attempt to avoid empty TUs when endpoint is DPIA Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 209/250] dt-bindings: dma: fsl-edma: fix dma-channels constraints Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 210/250] ocfs2: fix NULL pointer dereference in ocfs2_journal_dirty() Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 211/250] ocfs2: fix NULL pointer dereference in ocfs2_abort_trigger() Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 212/250] scsi: core: Introduce the BLIST_SKIP_IO_HINTS flag Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 213/250] scsi: usb: uas: Do not query the IO Advice Hints Grouping mode page for USB/UAS devices Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 214/250] ata: ahci: Do not enable LPM if no LPM states are supported by the HBA Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 215/250] dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr() Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 216/250] net/tcp_ao: Dont leak ao_info on error-path Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 217/250] gcov: add support for GCC 14 Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 218/250] kcov: dont lose track of remote references during softirqs Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 219/250] efi/x86: Free EFI memory map only when installing a new one Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 220/250] serial: 8250_dw: Revert "Move definitions to the shared header" Greg Kroah-Hartman
2024-06-25  9:32 ` [PATCH 6.9 221/250] MIPS: mipsmtregs: Fix target register for MFTC0 Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 222/250] mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 223/250] mm: huge_memory: fix misused mapping_large_folio_support() for anon folios Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 224/250] mm: shmem: fix getting incorrect lruvec when replacing a shmem folio Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 225/250] selftests: mptcp: userspace_pm: fixed subtest names Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 226/250] tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 227/250] mm/page_table_check: fix crash on ZONE_DEVICE Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 228/250] ima: Avoid blocking in RCU read-side critical section Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 229/250] i2c: ocores: set IACK bit after core is enabled Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 230/250] dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 231/250] virt: guest_memfd: fix reference leak on hwpoisoned page Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 232/250] dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 233/250] thermal: int340x: processor_thermal: Support shared interrupts Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 234/250] spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup() Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 235/250] arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 236/250] thermal: core: Change PM notifier priority to the minimum Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 237/250] spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4 Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 238/250] drm/xe: Use ordered WQ for G2H handler Greg Kroah-Hartman
2024-06-25 12:03   ` Rodrigo Vivi
2024-06-25 12:25     ` Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 239/250] nbd: Improve the documentation of the locking assumptions Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 240/250] nbd: Fix signal handling Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 241/250] tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 242/250] x86/cpu/vfm: Add new macros to work with (vendor/family/model) values Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 243/250] x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTEL Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 244/250] drm/amd/display: revert Exit idle optimizations before HDCP execution Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 245/250] wifi: ath12k: check M3 buffer size as well whey trying to reuse it Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 246/250] ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 247/250] net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error path Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 248/250] kprobe/ftrace: fix build error due to bad function definition Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 249/250] hid: asus: asus_report_fixup: fix potential read out of bounds Greg Kroah-Hartman
2024-06-25  9:33 ` [PATCH 6.9 250/250] Revert "mm: mmap: allow for the maximum number of bits for randomizing mmap_base by default" Greg Kroah-Hartman
2024-06-25 12:08 ` [PATCH 6.9 000/250] 6.9.7-rc1 review Florian Fainelli
2024-06-25 14:18 ` Peter Schneider
2024-06-25 17:02 ` SeongJae Park
2024-06-25 18:01 ` Mark Brown
2024-06-25 21:24 ` Shuah Khan
2024-06-25 23:19 ` Justin Forbes
2024-06-26  2:34 ` Bagas Sanjaya
2024-06-26  8:02 ` Jon Hunter
2024-06-26  9:26 ` Christian Heusel
2024-06-26 12:18 ` Allen
2024-06-26 12:45 ` Ron Economos
2024-06-26 20:23 ` Naresh Kamboju
2024-06-27  3:36 ` Kelsey Steele
2024-06-28 19:26 ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240625085551.485423995@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=alex.williamson@redhat.com \
    --cc=jgg@nvidia.com \
    --cc=patches@lists.linux.dev \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox