public inbox for stable@vger.kernel.org
 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, Dave Airlie <airlied@redhat.com>,
	Danilo Krummrich <dakr@redhat.com>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.6 007/244] nouveau: use an rwlock for the event lock.
Date: Mon, 11 Dec 2023 19:18:20 +0100	[thread overview]
Message-ID: <20231211182046.113179976@linuxfoundation.org> (raw)
In-Reply-To: <20231211182045.784881756@linuxfoundation.org>

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

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

From: Dave Airlie <airlied@redhat.com>

[ Upstream commit a2e36cd56041e277d7d81d35638fd8d9731e21f5 ]

This allows it to break the following circular locking dependency.

Aug 10 07:01:29 dg1test kernel: ======================================================
Aug 10 07:01:29 dg1test kernel: WARNING: possible circular locking dependency detected
Aug 10 07:01:29 dg1test kernel: 6.4.0-rc7+ #10 Not tainted
Aug 10 07:01:29 dg1test kernel: ------------------------------------------------------
Aug 10 07:01:29 dg1test kernel: wireplumber/2236 is trying to acquire lock:
Aug 10 07:01:29 dg1test kernel: ffff8fca5320da18 (&fctx->lock){-...}-{2:2}, at: nouveau_fence_wait_uevent_handler+0x2b/0x100 [nouveau]
Aug 10 07:01:29 dg1test kernel:
                                but task is already holding lock:
Aug 10 07:01:29 dg1test kernel: ffff8fca41208610 (&event->list_lock#2){-...}-{2:2}, at: nvkm_event_ntfy+0x50/0xf0 [nouveau]
Aug 10 07:01:29 dg1test kernel:
                                which lock already depends on the new lock.
Aug 10 07:01:29 dg1test kernel:
                                the existing dependency chain (in reverse order) is:
Aug 10 07:01:29 dg1test kernel:
                                -> #3 (&event->list_lock#2){-...}-{2:2}:
Aug 10 07:01:29 dg1test kernel:        _raw_spin_lock_irqsave+0x4b/0x70
Aug 10 07:01:29 dg1test kernel:        nvkm_event_ntfy+0x50/0xf0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        ga100_fifo_nonstall_intr+0x24/0x30 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_intr+0x12c/0x240 [nouveau]
Aug 10 07:01:29 dg1test kernel:        __handle_irq_event_percpu+0x88/0x240
Aug 10 07:01:29 dg1test kernel:        handle_irq_event+0x38/0x80
Aug 10 07:01:29 dg1test kernel:        handle_edge_irq+0xa3/0x240
Aug 10 07:01:29 dg1test kernel:        __common_interrupt+0x72/0x160
Aug 10 07:01:29 dg1test kernel:        common_interrupt+0x60/0xe0
Aug 10 07:01:29 dg1test kernel:        asm_common_interrupt+0x26/0x40
Aug 10 07:01:29 dg1test kernel:
                                -> #2 (&device->intr.lock){-...}-{2:2}:
Aug 10 07:01:29 dg1test kernel:        _raw_spin_lock_irqsave+0x4b/0x70
Aug 10 07:01:29 dg1test kernel:        nvkm_inth_allow+0x2c/0x80 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_event_ntfy_state+0x181/0x250 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_event_ntfy_allow+0x63/0xd0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_uevent_mthd+0x4d/0x70 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_ioctl+0x10b/0x250 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvif_object_mthd+0xa8/0x1f0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvif_event_allow+0x2a/0xa0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nouveau_fence_enable_signaling+0x78/0x80 [nouveau]
Aug 10 07:01:29 dg1test kernel:        __dma_fence_enable_signaling+0x5e/0x100
Aug 10 07:01:29 dg1test kernel:        dma_fence_add_callback+0x4b/0xd0
Aug 10 07:01:29 dg1test kernel:        nouveau_cli_work_queue+0xae/0x110 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nouveau_gem_object_close+0x1d1/0x2a0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        drm_gem_handle_delete+0x70/0xe0 [drm]
Aug 10 07:01:29 dg1test kernel:        drm_ioctl_kernel+0xa5/0x150 [drm]
Aug 10 07:01:29 dg1test kernel:        drm_ioctl+0x256/0x490 [drm]
Aug 10 07:01:29 dg1test kernel:        nouveau_drm_ioctl+0x5a/0xb0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        __x64_sys_ioctl+0x91/0xd0
Aug 10 07:01:29 dg1test kernel:        do_syscall_64+0x3c/0x90
Aug 10 07:01:29 dg1test kernel:        entry_SYSCALL_64_after_hwframe+0x72/0xdc
Aug 10 07:01:29 dg1test kernel:
                                -> #1 (&event->refs_lock#4){....}-{2:2}:
Aug 10 07:01:29 dg1test kernel:        _raw_spin_lock_irqsave+0x4b/0x70
Aug 10 07:01:29 dg1test kernel:        nvkm_event_ntfy_state+0x37/0x250 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_event_ntfy_allow+0x63/0xd0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_uevent_mthd+0x4d/0x70 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_ioctl+0x10b/0x250 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvif_object_mthd+0xa8/0x1f0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvif_event_allow+0x2a/0xa0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nouveau_fence_enable_signaling+0x78/0x80 [nouveau]
Aug 10 07:01:29 dg1test kernel:        __dma_fence_enable_signaling+0x5e/0x100
Aug 10 07:01:29 dg1test kernel:        dma_fence_add_callback+0x4b/0xd0
Aug 10 07:01:29 dg1test kernel:        nouveau_cli_work_queue+0xae/0x110 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nouveau_gem_object_close+0x1d1/0x2a0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        drm_gem_handle_delete+0x70/0xe0 [drm]
Aug 10 07:01:29 dg1test kernel:        drm_ioctl_kernel+0xa5/0x150 [drm]
Aug 10 07:01:29 dg1test kernel:        drm_ioctl+0x256/0x490 [drm]
Aug 10 07:01:29 dg1test kernel:        nouveau_drm_ioctl+0x5a/0xb0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        __x64_sys_ioctl+0x91/0xd0
Aug 10 07:01:29 dg1test kernel:        do_syscall_64+0x3c/0x90
Aug 10 07:01:29 dg1test kernel:        entry_SYSCALL_64_after_hwframe+0x72/0xdc
Aug 10 07:01:29 dg1test kernel:
                                -> #0 (&fctx->lock){-...}-{2:2}:
Aug 10 07:01:29 dg1test kernel:        __lock_acquire+0x14e3/0x2240
Aug 10 07:01:29 dg1test kernel:        lock_acquire+0xc8/0x2a0
Aug 10 07:01:29 dg1test kernel:        _raw_spin_lock_irqsave+0x4b/0x70
Aug 10 07:01:29 dg1test kernel:        nouveau_fence_wait_uevent_handler+0x2b/0x100 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_client_event+0xf/0x20 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_event_ntfy+0x9b/0xf0 [nouveau]
Aug 10 07:01:29 dg1test kernel:        ga100_fifo_nonstall_intr+0x24/0x30 [nouveau]
Aug 10 07:01:29 dg1test kernel:        nvkm_intr+0x12c/0x240 [nouveau]
Aug 10 07:01:29 dg1test kernel:        __handle_irq_event_percpu+0x88/0x240
Aug 10 07:01:29 dg1test kernel:        handle_irq_event+0x38/0x80
Aug 10 07:01:29 dg1test kernel:        handle_edge_irq+0xa3/0x240
Aug 10 07:01:29 dg1test kernel:        __common_interrupt+0x72/0x160
Aug 10 07:01:29 dg1test kernel:        common_interrupt+0x60/0xe0
Aug 10 07:01:29 dg1test kernel:        asm_common_interrupt+0x26/0x40
Aug 10 07:01:29 dg1test kernel:
                                other info that might help us debug this:
Aug 10 07:01:29 dg1test kernel: Chain exists of:
                                  &fctx->lock --> &device->intr.lock --> &event->list_lock#2
Aug 10 07:01:29 dg1test kernel:  Possible unsafe locking scenario:
Aug 10 07:01:29 dg1test kernel:        CPU0                    CPU1
Aug 10 07:01:29 dg1test kernel:        ----                    ----
Aug 10 07:01:29 dg1test kernel:   lock(&event->list_lock#2);
Aug 10 07:01:29 dg1test kernel:                                lock(&device->intr.lock);
Aug 10 07:01:29 dg1test kernel:                                lock(&event->list_lock#2);
Aug 10 07:01:29 dg1test kernel:   lock(&fctx->lock);
Aug 10 07:01:29 dg1test kernel:
                                 *** DEADLOCK ***
Aug 10 07:01:29 dg1test kernel: 2 locks held by wireplumber/2236:
Aug 10 07:01:29 dg1test kernel:  #0: ffff8fca53177bf8 (&device->intr.lock){-...}-{2:2}, at: nvkm_intr+0x29/0x240 [nouveau]
Aug 10 07:01:29 dg1test kernel:  #1: ffff8fca41208610 (&event->list_lock#2){-...}-{2:2}, at: nvkm_event_ntfy+0x50/0xf0 [nouveau]
Aug 10 07:01:29 dg1test kernel:
                                stack backtrace:
Aug 10 07:01:29 dg1test kernel: CPU: 6 PID: 2236 Comm: wireplumber Not tainted 6.4.0-rc7+ #10
Aug 10 07:01:29 dg1test kernel: Hardware name: Gigabyte Technology Co., Ltd. Z390 I AORUS PRO WIFI/Z390 I AORUS PRO WIFI-CF, BIOS F8 11/05/2021
Aug 10 07:01:29 dg1test kernel: Call Trace:
Aug 10 07:01:29 dg1test kernel:  <TASK>
Aug 10 07:01:29 dg1test kernel:  dump_stack_lvl+0x5b/0x90
Aug 10 07:01:29 dg1test kernel:  check_noncircular+0xe2/0x110
Aug 10 07:01:29 dg1test kernel:  __lock_acquire+0x14e3/0x2240
Aug 10 07:01:29 dg1test kernel:  lock_acquire+0xc8/0x2a0
Aug 10 07:01:29 dg1test kernel:  ? nouveau_fence_wait_uevent_handler+0x2b/0x100 [nouveau]
Aug 10 07:01:29 dg1test kernel:  ? lock_acquire+0xc8/0x2a0
Aug 10 07:01:29 dg1test kernel:  _raw_spin_lock_irqsave+0x4b/0x70
Aug 10 07:01:29 dg1test kernel:  ? nouveau_fence_wait_uevent_handler+0x2b/0x100 [nouveau]
Aug 10 07:01:29 dg1test kernel:  nouveau_fence_wait_uevent_handler+0x2b/0x100 [nouveau]
Aug 10 07:01:29 dg1test kernel:  nvkm_client_event+0xf/0x20 [nouveau]
Aug 10 07:01:29 dg1test kernel:  nvkm_event_ntfy+0x9b/0xf0 [nouveau]
Aug 10 07:01:29 dg1test kernel:  ga100_fifo_nonstall_intr+0x24/0x30 [nouveau]
Aug 10 07:01:29 dg1test kernel:  nvkm_intr+0x12c/0x240 [nouveau]
Aug 10 07:01:29 dg1test kernel:  __handle_irq_event_percpu+0x88/0x240
Aug 10 07:01:29 dg1test kernel:  handle_irq_event+0x38/0x80
Aug 10 07:01:29 dg1test kernel:  handle_edge_irq+0xa3/0x240
Aug 10 07:01:29 dg1test kernel:  __common_interrupt+0x72/0x160
Aug 10 07:01:29 dg1test kernel:  common_interrupt+0x60/0xe0
Aug 10 07:01:29 dg1test kernel:  asm_common_interrupt+0x26/0x40
Aug 10 07:01:29 dg1test kernel: RIP: 0033:0x7fb66174d700
Aug 10 07:01:29 dg1test kernel: Code: c1 e2 05 29 ca 8d 0c 10 0f be 07 84 c0 75 eb 89 c8 c3 0f 1f 84 00 00 00 00 00 f3 0f 1e fa e9 d7 0f fc ff 0f 1f 80 00 00 00 00 <f3> 0f 1e fa e9 c7 0f fc>
Aug 10 07:01:29 dg1test kernel: RSP: 002b:00007ffdd3c48438 EFLAGS: 00000206
Aug 10 07:01:29 dg1test kernel: RAX: 000055bb758763c0 RBX: 000055bb758752c0 RCX: 00000000000028b0
Aug 10 07:01:29 dg1test kernel: RDX: 000055bb758752c0 RSI: 000055bb75887490 RDI: 000055bb75862950
Aug 10 07:01:29 dg1test kernel: RBP: 00007ffdd3c48490 R08: 000055bb75873b10 R09: 0000000000000001
Aug 10 07:01:29 dg1test kernel: R10: 0000000000000004 R11: 000055bb7587f000 R12: 000055bb75887490
Aug 10 07:01:29 dg1test kernel: R13: 000055bb757f6280 R14: 000055bb758875c0 R15: 000055bb757f6280
Aug 10 07:01:29 dg1test kernel:  </TASK>

Signed-off-by: Dave Airlie <airlied@redhat.com>
Tested-by: Danilo Krummrich <dakr@redhat.com>
Reviewed-by: Danilo Krummrich <dakr@redhat.com>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231107053255.2257079-1-airlied@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/gpu/drm/nouveau/include/nvkm/core/event.h |  4 ++--
 drivers/gpu/drm/nouveau/nvkm/core/event.c         | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/gpu/drm/nouveau/include/nvkm/core/event.h b/drivers/gpu/drm/nouveau/include/nvkm/core/event.h
index 82b267c111470..460459af272d6 100644
--- a/drivers/gpu/drm/nouveau/include/nvkm/core/event.h
+++ b/drivers/gpu/drm/nouveau/include/nvkm/core/event.h
@@ -14,7 +14,7 @@ struct nvkm_event {
 	int index_nr;
 
 	spinlock_t refs_lock;
-	spinlock_t list_lock;
+	rwlock_t list_lock;
 	int *refs;
 
 	struct list_head ntfy;
@@ -38,7 +38,7 @@ nvkm_event_init(const struct nvkm_event_func *func, struct nvkm_subdev *subdev,
 		int types_nr, int index_nr, struct nvkm_event *event)
 {
 	spin_lock_init(&event->refs_lock);
-	spin_lock_init(&event->list_lock);
+	rwlock_init(&event->list_lock);
 	return __nvkm_event_init(func, subdev, types_nr, index_nr, event);
 }
 
diff --git a/drivers/gpu/drm/nouveau/nvkm/core/event.c b/drivers/gpu/drm/nouveau/nvkm/core/event.c
index a6c877135598f..61fed7792e415 100644
--- a/drivers/gpu/drm/nouveau/nvkm/core/event.c
+++ b/drivers/gpu/drm/nouveau/nvkm/core/event.c
@@ -81,17 +81,17 @@ nvkm_event_ntfy_state(struct nvkm_event_ntfy *ntfy)
 static void
 nvkm_event_ntfy_remove(struct nvkm_event_ntfy *ntfy)
 {
-	spin_lock_irq(&ntfy->event->list_lock);
+	write_lock_irq(&ntfy->event->list_lock);
 	list_del_init(&ntfy->head);
-	spin_unlock_irq(&ntfy->event->list_lock);
+	write_unlock_irq(&ntfy->event->list_lock);
 }
 
 static void
 nvkm_event_ntfy_insert(struct nvkm_event_ntfy *ntfy)
 {
-	spin_lock_irq(&ntfy->event->list_lock);
+	write_lock_irq(&ntfy->event->list_lock);
 	list_add_tail(&ntfy->head, &ntfy->event->ntfy);
-	spin_unlock_irq(&ntfy->event->list_lock);
+	write_unlock_irq(&ntfy->event->list_lock);
 }
 
 static void
@@ -176,7 +176,7 @@ nvkm_event_ntfy(struct nvkm_event *event, int id, u32 bits)
 		return;
 
 	nvkm_trace(event->subdev, "event: ntfy %08x on %d\n", bits, id);
-	spin_lock_irqsave(&event->list_lock, flags);
+	read_lock_irqsave(&event->list_lock, flags);
 
 	list_for_each_entry_safe(ntfy, ntmp, &event->ntfy, head) {
 		if (ntfy->id == id && ntfy->bits & bits) {
@@ -185,7 +185,7 @@ nvkm_event_ntfy(struct nvkm_event *event, int id, u32 bits)
 		}
 	}
 
-	spin_unlock_irqrestore(&event->list_lock, flags);
+	read_unlock_irqrestore(&event->list_lock, flags);
 }
 
 void
-- 
2.42.0




  parent reply	other threads:[~2023-12-11 18:27 UTC|newest]

Thread overview: 261+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-11 18:18 [PATCH 6.6 000/244] 6.6.7-rc1 review Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 001/244] vdpa/mlx5: preserve CVQ vringh index Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 002/244] scsi: sd: Fix sshdr use in sd_suspend_common() Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 003/244] hrtimers: Push pending hrtimers away from outgoing CPU earlier Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 004/244] i2c: designware: Fix corrupted memory seen in the ISR Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 005/244] i2c: ocores: Move system PM hooks to the NOIRQ phase Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 006/244] netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test Greg Kroah-Hartman
2023-12-11 18:18 ` Greg Kroah-Hartman [this message]
2023-12-11 18:18 ` [PATCH 6.6 008/244] zstd: Fix array-index-out-of-bounds UBSAN warning Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 009/244] tg3: Move the [rt]x_dropped counters to tg3_napi Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 010/244] tg3: Increment tx_dropped in tg3_tso_bug() Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 011/244] modpost: fix section mismatch message for RELA Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 012/244] kconfig: fix memory leak from range properties Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 013/244] drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2) Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 014/244] drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_fini Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 015/244] drm/amdgpu: correct chunk_ptr to a pointer to chunk Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 016/244] dm-crypt: start allocating with MAX_ORDER Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 017/244] x86: Introduce ia32_enabled() Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 018/244] x86/coco: Disable 32-bit emulation by default on TDX and SEV Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 019/244] x86/entry: Convert INT 0x80 emulation to IDTENTRY Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 020/244] x86/entry: Do not allow external 0x80 interrupts Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 021/244] x86/tdx: Allow 32-bit emulation by default Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 022/244] dt: dt-extract-compatibles: Handle cfile arguments in generator function Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 023/244] dt: dt-extract-compatibles: Dont follow symlinks when walking tree Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 024/244] platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 025/244] of: dynamic: Fix of_reconfig_get_state_change() return value documentation Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 026/244] platform/x86: wmi: Skip blocks with zero instances Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 027/244] ipv6: fix potential NULL deref in fib6_add() Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 028/244] octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 029/244] octeontx2-af: Check return value of nix_get_nixlf before using nixlf Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 030/244] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4 Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 031/244] hv_netvsc: rndis_filter needs to select NLS Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 032/244] r8152: Hold the rtnl_lock for all of reset Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 033/244] r8152: Add RTL8152_INACCESSIBLE checks to more loops Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 034/244] r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash() Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 035/244] r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1() Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 036/244] r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en() Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 037/244] mlxbf-bootctl: correctly identify secure boot with development keys Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 038/244] platform/mellanox: Add null pointer checks for devm_kasprintf() Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 039/244] platform/mellanox: Check devm_hwmon_device_register_with_groups() return value Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 040/244] arcnet: restoring support for multiple Sohard Arcnet cards Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 041/244] octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coalescing Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 042/244] net: stmmac: fix FPE events losing Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 043/244] xsk: Skip polling event check for unbound socket Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 044/244] octeontx2-af: fix a use-after-free in rvu_npa_register_reporters Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 045/244] ice: Restore fix disabling RX VLAN filtering Greg Kroah-Hartman
2023-12-11 18:18 ` [PATCH 6.6 046/244] i40e: Fix unexpected MFS warning message Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 047/244] iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 048/244] net: bnxt: fix a potential use-after-free in bnxt_init_tc Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 049/244] tcp: fix mid stream window clamp Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 050/244] ionic: fix snprintf format length warning Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 051/244] ionic: Fix dim work handling in split interrupt mode Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 052/244] ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit() Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 053/244] net: atlantic: Fix NULL dereference of skb pointer in Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 054/244] net: hns: fix wrong head when modify the tx feature when sending packets Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 055/244] net: hns: fix fake link up on xge port Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 056/244] octeontx2-af: Adjust Tx credits when MCS external bypass is disabled Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 057/244] octeontx2-af: Fix mcs sa cam entries size Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 058/244] octeontx2-af: Fix mcs stats register address Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 059/244] octeontx2-af: Add missing mcs flr handler call Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 060/244] octeontx2-af: Update Tx link register range Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 061/244] dt-bindings: interrupt-controller: Allow #power-domain-cells Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 062/244] netfilter: bpf: fix bad registration on nf_defrag Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 063/244] netfilter: nf_tables: fix exist matching on bigendian arches Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 064/244] netfilter: nf_tables: bail out on mismatching dynset and set expressions Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 065/244] netfilter: nf_tables: validate family when identifying table via handle Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 066/244] netfilter: xt_owner: Fix for unsafe access of sk->sk_socket Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 067/244] tcp: do not accept ACK of bytes we never sent Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 068/244] net: dsa: mv88e6xxx: Restore USXGMII support for 6393X Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 069/244] net: tls, update curr on splice as well Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 070/244] bpf: sockmap, updating the sg structure should also update curr Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 071/244] psample: Require CAP_NET_ADMIN when joining "packets" group Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 072/244] drop_monitor: Require CAP_SYS_ADMIN when joining "events" group Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 073/244] net: dsa: microchip: provide a list of valid protocols for xmit handler Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 074/244] net/smc: fix missing byte order conversion in CLC handshake Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 075/244] drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct misdocumented param doorbell_index Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 076/244] drm/amdkfd: get doorbells absolute offset based on the db_size Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 077/244] mm/damon/sysfs: eliminate potential uninitialized variable warning Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 078/244] tee: optee: Fix supplicant based device enumeration Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 079/244] RDMA/core: Fix uninit-value access in ib_get_eth_speed() Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 080/244] RDMA/hns: Fix unnecessary err return when using invalid congest control algorithm Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 081/244] RDMA/irdma: Do not modify to SQD on error Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 082/244] RDMA/irdma: Add wait for suspend on SQD Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 083/244] arm64: dts: rockchip: Expand reg size of vdec node for RK3328 Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 084/244] arm64: dts: rockchip: Expand reg size of vdec node for RK3399 Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 085/244] ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 086/244] RDMA/rtrs-srv: Do not unconditionally enable irq Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 087/244] RDMA/rtrs-clt: Start hb after path_up Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 088/244] RDMA/rtrs-srv: Check return values while processing info request Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 089/244] RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is true Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 090/244] RDMA/rtrs-srv: Destroy path files after making sure no IOs in-flight Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 091/244] RDMA/rtrs-clt: Fix the max_send_wr setting Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 092/244] RDMA/rtrs-clt: Remove the warnings for req in_use check Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 093/244] RDMA/bnxt_re: Correct module description string Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 094/244] RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info() Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 095/244] arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 096/244] ARM: dts: imx6q: skov: fix ethernet clock regression Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 097/244] ARM: dts: rockchip: Fix sdmmc_pwrens pinmux setting for RK3128 Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 098/244] ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 099/244] hwmon: (acpi_power_meter) Fix 4.29 MW bug Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 100/244] ASoC: codecs: lpass-tx-macro: set active_decimator correct default value Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 101/244] hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 102/244] firmware: arm_scmi: Extend perf protocol ops to get number of domains Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 103/244] firmware: arm_scmi: Extend perf protocol ops to get information of a domain Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 104/244] firmware: arm_scmi: Fix frequency truncation by promoting multiplier type Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 105/244] firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add() Greg Kroah-Hartman
2023-12-11 18:19 ` [PATCH 6.6 106/244] firmware: arm_scmi: Fix possible frequency truncation when using level indexing mode Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 107/244] ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 108/244] RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgsz Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 109/244] RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 110/244] RDMA/irdma: Fix support for 64k pages Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 111/244] RDMA/irdma: Avoid free the non-cqp_request scratch Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 112/244] drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 113/244] arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on DWC3 Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 114/244] ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 115/244] io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring() Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 116/244] io_uring/kbuf: check for buffer list readiness after NULL check Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 117/244] tracing: Fix a warning when allocating buffered events fails Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 118/244] scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle() Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 119/244] arm64: dts: imx8-ss-lsio: Add PWM interrupts Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 120/244] arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 121/244] arm64: dts: imx93: correct mediamix power Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 122/244] ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 123/244] arm64: dts: imx8-apalis: set wifi regulator to always-on Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 124/244] ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 125/244] ARM: dts: imx28-xea: Pass the model property Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 126/244] arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 Greg Kroah-Hartman
2023-12-11 22:05   ` Sam Edwards
2023-12-12 10:36     ` Greg Kroah-Hartman
2023-12-13 20:03       ` Sam Edwards
2023-12-11 18:20 ` [PATCH 6.6 127/244] riscv: fix misaligned access handling of C.SWSP and C.SDSP Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 128/244] riscv: errata: andes: Probe for IOCP only once in boot stage Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 129/244] md: dont leave MD_RECOVERY_FROZEN in error path of md_set_readonly() Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 130/244] kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 131/244] scripts/gdb: fix lx-device-list-bus and lx-device-list-class Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 132/244] rethook: Use __rcu pointer for rethook::handler Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 133/244] ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 134/244] io_uring/af_unix: disable sending io_uring over sockets Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 135/244] nvme-pci: Add sleep quirk for Kingston drives Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 136/244] io_uring: fix mutex_unlock with unreferenced ctx Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 137/244] ALSA: usb-audio: Add Pioneer DJM-450 mixer controls Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 138/244] ALSA: pcm: fix out-of-bounds in snd_pcm_state_names Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 139/244] ALSA: hda/realtek: Apply quirk for ASUS UM3504DA Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 140/244] ALSA: hda/realtek: fix speakers on XPS 9530 (2023) Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 141/244] ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 142/244] ALSA: hda/realtek: add new Framework laptop to quirks Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 143/244] ALSA: hda/realtek: Add Framework laptop 16 " Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 144/244] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 145/244] ring-buffer: Test last update in 32bit version of __rb_time_read() Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 146/244] ring-buffer: Force absolute timestamp on discard of event Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 147/244] highmem: fix a memory copy problem in memcpy_from_folio Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 148/244] nilfs2: fix missing error check for sb_set_blocksize call Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 149/244] nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 150/244] lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenly Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 151/244] cgroup_freezer: cgroup_freezing: Check if not frozen Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 152/244] checkstack: fix printed address Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 153/244] tracing: Always update snapshot buffer size Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 154/244] tracing: Stop current tracer when resizing buffer Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 155/244] tracing: Disable snapshot buffer when stopping instance tracers Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 156/244] tracing: Fix incomplete locking when disabling buffered events Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 157/244] tracing: Fix a possible race " Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 158/244] leds: trigger: netdev: fix RTNL handling to prevent potential deadlock Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 159/244] nfp: flower: fix for take a mutex lock in soft irq context and rcu lock Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 160/244] packet: Move reference count in packet_sock to atomic_long_t Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 161/244] r8169: fix rtl8125b PAUSE frames blasting when suspended Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 162/244] regmap: fix bogus error on regcache_sync success Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 163/244] platform/surface: aggregator: fix recv_buf() return value Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 164/244] workqueue: Make sure that wq_unbound_cpumask is never empty Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 165/244] hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write Greg Kroah-Hartman
2023-12-11 18:20 ` [PATCH 6.6 166/244] drivers/base/cpu: crash data showing should depends on KEXEC_CORE Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 167/244] mm/memory_hotplug: add missing mem_hotplug_lock Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 168/244] mm: fix oops when filemap_map_pmd() without prealloc_pte Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 169/244] mm/memory_hotplug: fix error handling in add_memory_resource() Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 170/244] powercap: DTPM: Fix missing cpufreq_cpu_put() calls Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 171/244] md/raid6: use valid sector values to determine if an I/O should wait on the reshape Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 172/244] drm/atomic-helpers: Invoke end_fb_access while owning plane state Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 173/244] drm/i915/mst: Fix .mode_valid_ctx() return values Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 174/244] drm/i915/mst: Reject modes that require the bigjoiner Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 175/244] drm/i915: Skip some timing checks on BXT/GLK DSI transcoders Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 176/244] arm64: dts: mt7986: change cooling trips Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 177/244] arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3 Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 178/244] arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 179/244] arm64: dts: mediatek: mt7622: fix memory node warning check Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 180/244] arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary cells properties Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 181/244] arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 on I2C7 Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 182/244] arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 183/244] arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc clocks Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 184/244] arm64: dts: mediatek: mt8183: Fix unit address for scp reserved memory Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 185/244] arm64: dts: mediatek: mt8183: Move thermal-zones to the root node Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 186/244] arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg warning on ntc Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 187/244] arm64: dts: mediatek: mt8186: fix clock names for power domains Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 188/244] arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell name Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 189/244] coresight: etm4x: Remove bogous __exit annotation for some functions Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 190/244] coresight: Fix crash when Perf and sysfs modes are used concurrently Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 191/244] hwtracing: hisi_ptt: Add dummy callback pmu::read() Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 192/244] coresight: ultrasoc-smb: Fix sleep while close preempt in enable_smb Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 193/244] coresight: ultrasoc-smb: Config SMB buffer before register sink Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 194/244] coresight: ultrasoc-smb: Fix uninitialized before use buf_hw_base Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 195/244] misc: mei: client.c: return negative error code in mei_cl_write Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 196/244] misc: mei: client.c: fix problem of return -EOVERFLOW " Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 197/244] perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fields Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 198/244] LoongArch: BPF: Dont sign extend memory load operand Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 199/244] LoongArch: BPF: Dont sign extend function return value Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 200/244] parisc: Reduce size of the bug_table on 64-bit kernel by half Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 201/244] parisc: Fix asm operand number out of range build error in bug table Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 202/244] arm64: dts: mediatek: add missing space before { Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 203/244] arm64: dts: mt8183: kukui: Fix underscores in node names Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 204/244] drm/amdgpu: disable MCBP by default Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 205/244] perf: Fix perf_event_validate_size() Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 206/244] x86/sev: Fix kernel crash due to late update to read-only ghcb_version Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 207/244] gpiolib: sysfs: Fix error handling on failed export Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 208/244] ASoC: ops: add correct range check for limiting volume Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 209/244] kprobes: consistent rcu api usage for kretprobe holder Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 210/244] usb: gadget: f_hid: fix report descriptor allocation Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 211/244] nvmem: Do not expect fixed layouts to grab a layout driver Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 212/244] serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 213/244] serial: ma35d1: Validate console index before assignment Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 214/244] parport: Add support for Brainboxes IX/UC/PX parallel cards Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 215/244] cifs: Fix non-availability of dedup breaking generic/304 Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 216/244] Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1" Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 217/244] smb: client: fix potential NULL deref in parse_dfs_referrals() Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 218/244] usb: typec: class: fix typec_altmode_put_partner to put plugs Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 219/244] ARM: PL011: Fix DMA support Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 220/244] serial: sc16is7xx: address RX timeout interrupt errata Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 221/244] serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 222/244] serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 223/244] serial: 8250_omap: Add earlycon support for the AM654 UART controller Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 224/244] devcoredump: Send uevent once devcd is ready Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 225/244] x86/CPU/AMD: Check vendor in the AMD microcode callback Greg Kroah-Hartman
2023-12-11 18:21 ` [PATCH 6.6 226/244] powerpc/ftrace: Fix stack teardown in ftrace_no_trace Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 227/244] USB: gadget: core: adjust uevent timing on gadget unbind Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 228/244] cifs: Fix flushing, invalidation and file size with copy_file_range() Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 229/244] cifs: Fix flushing, invalidation and file size with FICLONE Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 230/244] MIPS: kernel: Clear FPU states when setting up kernel threads Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 231/244] KVM: s390/mm: Properly reset no-dat Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 232/244] KVM: SVM: Update EFER software model on CR0 trap for SEV-ES Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 233/244] perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callback Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 234/244] perf metrics: Avoid segv if default metricgroup isnt set Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 235/244] MIPS: Loongson64: Reserve vgabios memory on boot Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 236/244] MIPS: Loongson64: Handle more memory types passed from firmware Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 237/244] MIPS: Loongson64: Enable DMA noncoherent support Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 238/244] netfilter: nft_set_pipapo: skip inactive elements during set walk Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 239/244] ASoC: qcom: sc8280xp: Limit speaker digital volumes Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 240/244] gcc-plugins: randstruct: Update code comment in relayout_struct() Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 241/244] riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 242/244] drm/amdgpu: Fix refclk reporting for SMU v13.0.6 Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 243/244] drm/amdgpu: update retry times for psp BL wait Greg Kroah-Hartman
2023-12-11 18:22 ` [PATCH 6.6 244/244] drm/amdgpu: Restrict extended wait to PSP v13.0.6 Greg Kroah-Hartman
2023-12-11 19:04 ` [PATCH 6.6 000/244] 6.6.7-rc1 review Florian Fainelli
2023-12-11 23:12 ` Takeshi Ogasawara
2023-12-12  0:25 ` Kelsey Steele
2023-12-12  5:28 ` Bagas Sanjaya
2023-12-12  8:00 ` Ron Economos
2023-12-12 14:00 ` Conor Dooley
2023-12-12 14:05 ` Naresh Kamboju
2023-12-12 16:11 ` Shuah Khan
2023-12-12 17:02 ` Guenter Roeck
2023-12-12 17:56 ` Justin Forbes
2023-12-12 22:21 ` Jon Hunter
2023-12-12 22:25 ` SeongJae Park
2023-12-13 14:56 ` Ricardo B. Marliere

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=20231211182046.113179976@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=airlied@redhat.com \
    --cc=dakr@redhat.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