patches.lists.linux.dev archive mirror
 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, Kun Hu <huk23@m.fudan.edu.cn>,
	Jiaji Qin <jjtan24@m.fudan.edu.cn>,
	Shuoran Bai <baishuoran@hrbeu.edu.cn>,
	Viacheslav Dubeyko <slava@dubeyko.com>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 5.4 172/403] hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
Date: Tue, 26 Aug 2025 13:08:18 +0200	[thread overview]
Message-ID: <20250826110911.643275218@linuxfoundation.org> (raw)
In-Reply-To: <20250826110905.607690791@linuxfoundation.org>

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

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

From: Viacheslav Dubeyko <slava@dubeyko.com>

[ Upstream commit c80aa2aaaa5e69d5219c6af8ef7e754114bd08d2 ]

The hfsplus_bnode_read() method can trigger the issue:

[  174.852007][ T9784] ==================================================================
[  174.852709][ T9784] BUG: KASAN: slab-out-of-bounds in hfsplus_bnode_read+0x2f4/0x360
[  174.853412][ T9784] Read of size 8 at addr ffff88810b5fc6c0 by task repro/9784
[  174.854059][ T9784]
[  174.854272][ T9784] CPU: 1 UID: 0 PID: 9784 Comm: repro Not tainted 6.16.0-rc3 #7 PREEMPT(full)
[  174.854281][ T9784] Hardware name: QEMU Ubuntu 24.04 PC (i440FX + PIIX, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014
[  174.854286][ T9784] Call Trace:
[  174.854289][ T9784]  <TASK>
[  174.854292][ T9784]  dump_stack_lvl+0x10e/0x1f0
[  174.854305][ T9784]  print_report+0xd0/0x660
[  174.854315][ T9784]  ? __virt_addr_valid+0x81/0x610
[  174.854323][ T9784]  ? __phys_addr+0xe8/0x180
[  174.854330][ T9784]  ? hfsplus_bnode_read+0x2f4/0x360
[  174.854337][ T9784]  kasan_report+0xc6/0x100
[  174.854346][ T9784]  ? hfsplus_bnode_read+0x2f4/0x360
[  174.854354][ T9784]  hfsplus_bnode_read+0x2f4/0x360
[  174.854362][ T9784]  hfsplus_bnode_dump+0x2ec/0x380
[  174.854370][ T9784]  ? __pfx_hfsplus_bnode_dump+0x10/0x10
[  174.854377][ T9784]  ? hfsplus_bnode_write_u16+0x83/0xb0
[  174.854385][ T9784]  ? srcu_gp_start+0xd0/0x310
[  174.854393][ T9784]  ? __mark_inode_dirty+0x29e/0xe40
[  174.854402][ T9784]  hfsplus_brec_remove+0x3d2/0x4e0
[  174.854411][ T9784]  __hfsplus_delete_attr+0x290/0x3a0
[  174.854419][ T9784]  ? __pfx_hfs_find_1st_rec_by_cnid+0x10/0x10
[  174.854427][ T9784]  ? __pfx___hfsplus_delete_attr+0x10/0x10
[  174.854436][ T9784]  ? __asan_memset+0x23/0x50
[  174.854450][ T9784]  hfsplus_delete_all_attrs+0x262/0x320
[  174.854459][ T9784]  ? __pfx_hfsplus_delete_all_attrs+0x10/0x10
[  174.854469][ T9784]  ? rcu_is_watching+0x12/0xc0
[  174.854476][ T9784]  ? __mark_inode_dirty+0x29e/0xe40
[  174.854483][ T9784]  hfsplus_delete_cat+0x845/0xde0
[  174.854493][ T9784]  ? __pfx_hfsplus_delete_cat+0x10/0x10
[  174.854507][ T9784]  hfsplus_unlink+0x1ca/0x7c0
[  174.854516][ T9784]  ? __pfx_hfsplus_unlink+0x10/0x10
[  174.854525][ T9784]  ? down_write+0x148/0x200
[  174.854532][ T9784]  ? __pfx_down_write+0x10/0x10
[  174.854540][ T9784]  vfs_unlink+0x2fe/0x9b0
[  174.854549][ T9784]  do_unlinkat+0x490/0x670
[  174.854557][ T9784]  ? __pfx_do_unlinkat+0x10/0x10
[  174.854565][ T9784]  ? __might_fault+0xbc/0x130
[  174.854576][ T9784]  ? getname_flags.part.0+0x1c5/0x550
[  174.854584][ T9784]  __x64_sys_unlink+0xc5/0x110
[  174.854592][ T9784]  do_syscall_64+0xc9/0x480
[  174.854600][ T9784]  entry_SYSCALL_64_after_hwframe+0x77/0x7f
[  174.854608][ T9784] RIP: 0033:0x7f6fdf4c3167
[  174.854614][ T9784] Code: f0 ff ff 73 01 c3 48 8b 0d 26 0d 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 08
[  174.854622][ T9784] RSP: 002b:00007ffcb948bca8 EFLAGS: 00000206 ORIG_RAX: 0000000000000057
[  174.854630][ T9784] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f6fdf4c3167
[  174.854636][ T9784] RDX: 00007ffcb948bcc0 RSI: 00007ffcb948bcc0 RDI: 00007ffcb948bd50
[  174.854641][ T9784] RBP: 00007ffcb948cd90 R08: 0000000000000001 R09: 00007ffcb948bb40
[  174.854645][ T9784] R10: 00007f6fdf564fc0 R11: 0000000000000206 R12: 0000561e1bc9c2d0
[  174.854650][ T9784] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[  174.854658][ T9784]  </TASK>
[  174.854661][ T9784]
[  174.879281][ T9784] Allocated by task 9784:
[  174.879664][ T9784]  kasan_save_stack+0x20/0x40
[  174.880082][ T9784]  kasan_save_track+0x14/0x30
[  174.880500][ T9784]  __kasan_kmalloc+0xaa/0xb0
[  174.880908][ T9784]  __kmalloc_noprof+0x205/0x550
[  174.881337][ T9784]  __hfs_bnode_create+0x107/0x890
[  174.881779][ T9784]  hfsplus_bnode_find+0x2d0/0xd10
[  174.882222][ T9784]  hfsplus_brec_find+0x2b0/0x520
[  174.882659][ T9784]  hfsplus_delete_all_attrs+0x23b/0x320
[  174.883144][ T9784]  hfsplus_delete_cat+0x845/0xde0
[  174.883595][ T9784]  hfsplus_rmdir+0x106/0x1b0
[  174.884004][ T9784]  vfs_rmdir+0x206/0x690
[  174.884379][ T9784]  do_rmdir+0x2b7/0x390
[  174.884751][ T9784]  __x64_sys_rmdir+0xc5/0x110
[  174.885167][ T9784]  do_syscall_64+0xc9/0x480
[  174.885568][ T9784]  entry_SYSCALL_64_after_hwframe+0x77/0x7f
[  174.886083][ T9784]
[  174.886293][ T9784] The buggy address belongs to the object at ffff88810b5fc600
[  174.886293][ T9784]  which belongs to the cache kmalloc-192 of size 192
[  174.887507][ T9784] The buggy address is located 40 bytes to the right of
[  174.887507][ T9784]  allocated 152-byte region [ffff88810b5fc600, ffff88810b5fc698)
[  174.888766][ T9784]
[  174.888976][ T9784] The buggy address belongs to the physical page:
[  174.889533][ T9784] page: refcount:0 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x10b5fc
[  174.890295][ T9784] flags: 0x57ff00000000000(node=1|zone=2|lastcpupid=0x7ff)
[  174.890927][ T9784] page_type: f5(slab)
[  174.891284][ T9784] raw: 057ff00000000000 ffff88801b4423c0 ffffea000426dc80 dead000000000002
[  174.892032][ T9784] raw: 0000000000000000 0000000080100010 00000000f5000000 0000000000000000
[  174.892774][ T9784] page dumped because: kasan: bad access detected
[  174.893327][ T9784] page_owner tracks the page as allocated
[  174.893825][ T9784] page last allocated via order 0, migratetype Unmovable, gfp_mask 0x52c00(GFP_NOIO|__GFP_NOWARN|__GFP_NO1
[  174.895373][ T9784]  post_alloc_hook+0x1c0/0x230
[  174.895801][ T9784]  get_page_from_freelist+0xdeb/0x3b30
[  174.896284][ T9784]  __alloc_frozen_pages_noprof+0x25c/0x2460
[  174.896810][ T9784]  alloc_pages_mpol+0x1fb/0x550
[  174.897242][ T9784]  new_slab+0x23b/0x340
[  174.897614][ T9784]  ___slab_alloc+0xd81/0x1960
[  174.898028][ T9784]  __slab_alloc.isra.0+0x56/0xb0
[  174.898468][ T9784]  __kmalloc_noprof+0x2b0/0x550
[  174.898896][ T9784]  usb_alloc_urb+0x73/0xa0
[  174.899289][ T9784]  usb_control_msg+0x1cb/0x4a0
[  174.899718][ T9784]  usb_get_string+0xab/0x1a0
[  174.900133][ T9784]  usb_string_sub+0x107/0x3c0
[  174.900549][ T9784]  usb_string+0x307/0x670
[  174.900933][ T9784]  usb_cache_string+0x80/0x150
[  174.901355][ T9784]  usb_new_device+0x1d0/0x19d0
[  174.901786][ T9784]  register_root_hub+0x299/0x730
[  174.902231][ T9784] page last free pid 10 tgid 10 stack trace:
[  174.902757][ T9784]  __free_frozen_pages+0x80c/0x1250
[  174.903217][ T9784]  vfree.part.0+0x12b/0xab0
[  174.903645][ T9784]  delayed_vfree_work+0x93/0xd0
[  174.904073][ T9784]  process_one_work+0x9b5/0x1b80
[  174.904519][ T9784]  worker_thread+0x630/0xe60
[  174.904927][ T9784]  kthread+0x3a8/0x770
[  174.905291][ T9784]  ret_from_fork+0x517/0x6e0
[  174.905709][ T9784]  ret_from_fork_asm+0x1a/0x30
[  174.906128][ T9784]
[  174.906338][ T9784] Memory state around the buggy address:
[  174.906828][ T9784]  ffff88810b5fc580: fb fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc
[  174.907528][ T9784]  ffff88810b5fc600: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[  174.908222][ T9784] >ffff88810b5fc680: 00 00 00 fc fc fc fc fc fc fc fc fc fc fc fc fc
[  174.908917][ T9784]                                            ^
[  174.909481][ T9784]  ffff88810b5fc700: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
[  174.910432][ T9784]  ffff88810b5fc780: fb fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc
[  174.911401][ T9784] ==================================================================

The reason of the issue that code doesn't check the correctness
of the requested offset and length. As a result, incorrect value
of offset or/and length could result in access out of allocated
memory.

This patch introduces is_bnode_offset_valid() method that checks
the requested offset value. Also, it introduces
check_and_correct_requested_length() method that checks and
correct the requested length (if it is necessary). These methods
are used in hfsplus_bnode_read(), hfsplus_bnode_write(),
hfsplus_bnode_clear(), hfsplus_bnode_copy(), and hfsplus_bnode_move()
with the goal to prevent the access out of allocated memory
and triggering the crash.

Reported-by: Kun Hu <huk23@m.fudan.edu.cn>
Reported-by: Jiaji Qin <jjtan24@m.fudan.edu.cn>
Reported-by: Shuoran Bai <baishuoran@hrbeu.edu.cn>
Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
Link: https://lore.kernel.org/r/20250703214804.244077-1-slava@dubeyko.com
Signed-off-by: Viacheslav Dubeyko <slava@dubeyko.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 fs/hfsplus/bnode.c | 92 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 92 insertions(+)

diff --git a/fs/hfsplus/bnode.c b/fs/hfsplus/bnode.c
index cf6e5de7b9da..c9c38fddf505 100644
--- a/fs/hfsplus/bnode.c
+++ b/fs/hfsplus/bnode.c
@@ -18,12 +18,68 @@
 #include "hfsplus_fs.h"
 #include "hfsplus_raw.h"
 
+static inline
+bool is_bnode_offset_valid(struct hfs_bnode *node, int off)
+{
+	bool is_valid = off < node->tree->node_size;
+
+	if (!is_valid) {
+		pr_err("requested invalid offset: "
+		       "NODE: id %u, type %#x, height %u, "
+		       "node_size %u, offset %d\n",
+		       node->this, node->type, node->height,
+		       node->tree->node_size, off);
+	}
+
+	return is_valid;
+}
+
+static inline
+int check_and_correct_requested_length(struct hfs_bnode *node, int off, int len)
+{
+	unsigned int node_size;
+
+	if (!is_bnode_offset_valid(node, off))
+		return 0;
+
+	node_size = node->tree->node_size;
+
+	if ((off + len) > node_size) {
+		int new_len = (int)node_size - off;
+
+		pr_err("requested length has been corrected: "
+		       "NODE: id %u, type %#x, height %u, "
+		       "node_size %u, offset %d, "
+		       "requested_len %d, corrected_len %d\n",
+		       node->this, node->type, node->height,
+		       node->tree->node_size, off, len, new_len);
+
+		return new_len;
+	}
+
+	return len;
+}
+
 /* Copy a specified range of bytes from the raw data of a node */
 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len)
 {
 	struct page **pagep;
 	int l;
 
+	if (!is_bnode_offset_valid(node, off))
+		return;
+
+	if (len == 0) {
+		pr_err("requested zero length: "
+		       "NODE: id %u, type %#x, height %u, "
+		       "node_size %u, offset %d, len %d\n",
+		       node->this, node->type, node->height,
+		       node->tree->node_size, off, len);
+		return;
+	}
+
+	len = check_and_correct_requested_length(node, off, len);
+
 	off += node->page_offset;
 	pagep = node->page + (off >> PAGE_SHIFT);
 	off &= ~PAGE_MASK;
@@ -83,6 +139,20 @@ void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len)
 	struct page **pagep;
 	int l;
 
+	if (!is_bnode_offset_valid(node, off))
+		return;
+
+	if (len == 0) {
+		pr_err("requested zero length: "
+		       "NODE: id %u, type %#x, height %u, "
+		       "node_size %u, offset %d, len %d\n",
+		       node->this, node->type, node->height,
+		       node->tree->node_size, off, len);
+		return;
+	}
+
+	len = check_and_correct_requested_length(node, off, len);
+
 	off += node->page_offset;
 	pagep = node->page + (off >> PAGE_SHIFT);
 	off &= ~PAGE_MASK;
@@ -113,6 +183,20 @@ void hfs_bnode_clear(struct hfs_bnode *node, int off, int len)
 	struct page **pagep;
 	int l;
 
+	if (!is_bnode_offset_valid(node, off))
+		return;
+
+	if (len == 0) {
+		pr_err("requested zero length: "
+		       "NODE: id %u, type %#x, height %u, "
+		       "node_size %u, offset %d, len %d\n",
+		       node->this, node->type, node->height,
+		       node->tree->node_size, off, len);
+		return;
+	}
+
+	len = check_and_correct_requested_length(node, off, len);
+
 	off += node->page_offset;
 	pagep = node->page + (off >> PAGE_SHIFT);
 	off &= ~PAGE_MASK;
@@ -139,6 +223,10 @@ void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst,
 	hfs_dbg(BNODE_MOD, "copybytes: %u,%u,%u\n", dst, src, len);
 	if (!len)
 		return;
+
+	len = check_and_correct_requested_length(src_node, src, len);
+	len = check_and_correct_requested_length(dst_node, dst, len);
+
 	src += src_node->page_offset;
 	dst += dst_node->page_offset;
 	src_page = src_node->page + (src >> PAGE_SHIFT);
@@ -196,6 +284,10 @@ void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len)
 	hfs_dbg(BNODE_MOD, "movebytes: %u,%u,%u\n", dst, src, len);
 	if (!len)
 		return;
+
+	len = check_and_correct_requested_length(node, src, len);
+	len = check_and_correct_requested_length(node, dst, len);
+
 	src += node->page_offset;
 	dst += node->page_offset;
 	if (dst > src) {
-- 
2.39.5




  parent reply	other threads:[~2025-08-26 14:34 UTC|newest]

Thread overview: 414+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-26 11:05 [PATCH 5.4 000/403] 5.4.297-rc1 review Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 001/403] USB: serial: option: add Telit Cinterion FE910C04 (ECM) composition Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 002/403] USB: serial: option: add Foxconn T99W640 Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 003/403] USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINI Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 004/403] usb: gadget: configfs: Fix OOB read on empty string write Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 005/403] i2c: stm32: fix the device used for the DMA map Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 006/403] Input: xpad - set correct controller type for Acer NGR200 Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 007/403] pch_uart: Fix dma_sync_sg_for_device() nents value Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 008/403] HID: core: ensure the allocated report buffer can contain the reserved report ID Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 009/403] HID: core: ensure __hid_request reserves the report ID as the first byte Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 010/403] HID: core: do not bypass hid_hw_raw_request Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 011/403] phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 012/403] af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 013/403] af_packet: fix soft lockup issue caused by tpacket_snd() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 014/403] dmaengine: nbpfaxi: Fix memory corruption in probe() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 015/403] isofs: Verify inode mode when loading from disk Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 016/403] memstick: core: Zero initialize id_reg in h_memstick_read_dev_id() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 017/403] mmc: bcm2835: Fix dma_unmap_sg() nents value Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 018/403] mmc: sdhci-pci: Quirk for broken command queuing on Intel GLK-based Positivo models Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 019/403] mmc: sdhci_am654: Workaround for Errata i2312 Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 020/403] soc: aspeed: lpc-snoop: Cleanup resources in stack-order Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 021/403] soc: aspeed: lpc-snoop: Dont disable channels that arent enabled Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 022/403] iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[] Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 023/403] iio: adc: max1363: Reorder mode_list[] entries Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 024/403] iio: adc: stm32-adc: Fix race in installing chained IRQ handler Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 025/403] comedi: pcl812: Fix bit shift out of bounds Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 026/403] comedi: aio_iiro_16: " Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 027/403] comedi: das16m1: " Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 028/403] comedi: das6402: " Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 029/403] comedi: Fix some signed shift left operations Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 030/403] comedi: Fix use of uninitialized data in insn_rw_emulate_bits() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 031/403] net: emaclite: Fix missing pointer increment in aligned_read() Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 032/403] net/sched: sch_qfq: Fix race condition on qfq_aggregate Greg Kroah-Hartman
2025-08-26 11:05 ` [PATCH 5.4 033/403] usb: net: sierra: check for no status endpoint Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 034/403] Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 035/403] Bluetooth: SMP: If an unallowed command is received consider it a failure Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 036/403] Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 037/403] Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 038/403] net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 039/403] net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtree Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 040/403] usb: musb: fix gadget state on disconnect Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 041/403] usb: dwc3: qcom: Dont leave BCR asserted Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 042/403] ASoC: fsl_sai: Force a software reset when starting in consumer mode Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 043/403] virtio-net: ensure the received length does not exceed allocated size Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 044/403] xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 045/403] power: supply: bq24190_charger: Fix runtime PM imbalance on error Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 046/403] power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 047/403] power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 048/403] net_sched: sch_sfq: annotate data-races around q->perturb_period Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 049/403] net_sched: sch_sfq: handle bigger packets Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 050/403] net_sched: sch_sfq: dont allow 1 packet limit Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 051/403] net_sched: sch_sfq: use a temporary work area for validating configuration Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 052/403] net_sched: sch_sfq: move the limit validation Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 053/403] net_sched: sch_sfq: reject invalid perturb period Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 054/403] usb: hub: fix detection of high tier USB3 devices behind suspended hubs Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 055/403] usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pm Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 056/403] regulator: core: fix NULL dereference on unbind due to stale coupling data Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 057/403] RDMA/core: Rate limit GID cache warning messages Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 058/403] net: appletalk: fix kerneldoc warnings Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 059/403] net: appletalk: Fix use-after-free in AARP proxy probe Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 060/403] net/sched: sch_qfq: Avoid triggering might_sleep in atomic context in qfq_delete_class Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 061/403] i2c: qup: jump out of the loop in case of timeout Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 062/403] nilfs2: reject invalid file types when reading inodes Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 063/403] comedi: comedi_test: Fix possible deletion of uninitialized timers Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 064/403] ALSA: hda: Add missing NVIDIA HDA codec IDs Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 065/403] usb: chipidea: udc: add new API ci_hdrc_gadget_connect Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 066/403] usb: chipidea: udc: protect usb interrupt enable Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 067/403] usb: chipidea: introduce CI_HDRC_CONTROLLER_VBUS_EVENT glue layer use Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 068/403] usb: chipidea: add USB PHY event Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 069/403] usb: phy: mxs: disconnect line when USB charger is attached Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 070/403] ethernet: intel: fix building with large NR_CPUS Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 071/403] ASoC: Intel: fix SND_SOC_SOF dependencies Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 072/403] hfsplus: remove mutex_lock check in hfsplus_free_extents Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 073/403] ASoC: ops: dynamically allocate struct snd_ctl_elem_value Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 074/403] ARM: dts: vfxxx: Correctly use two tuples for timer address Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 075/403] staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 076/403] vmci: Prevent the dispatching of uninitialized payloads Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 077/403] pps: fix poll support Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 078/403] Revert "vmci: Prevent the dispatching of uninitialized payloads" Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 079/403] usb: early: xhci-dbc: Fix early_ioremap leak Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 080/403] ARM: dts: imx6ul-kontron-bl-common: Fix RTS polarity for RS485 interface Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 081/403] cpufreq: Init policy->rwsem before it may be possibly used Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 082/403] samples: mei: Fix building on musl libc Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 083/403] staging: nvec: Fix incorrect null termination of battery manufacturer Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 084/403] bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 085/403] bpftool: Fix memory leak in dump_xx_nlmsg on realloc failure Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 086/403] caif: reduce stack size, again Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 087/403] wifi: rtl818x: Kill URBs before clearing tx status queue Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 088/403] wifi: iwlwifi: Fix memory leak in iwl_mvm_init() Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 089/403] iwlwifi: Add missing check for alloc_ordered_workqueue Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 090/403] tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK range Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 091/403] m68k: Dont unregister boot console needlessly Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 092/403] drm/amd/pm/powerplay/hwmgr/smu_helper: fix order of mask and value Greg Kroah-Hartman
2025-08-26 11:06 ` [PATCH 5.4 093/403] netfilter: nf_tables: adjust lockdep assertions handling Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 094/403] arch: powerpc: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 095/403] net/sched: Restrict conditions for adding duplicating netems to qdisc tree Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 096/403] wifi: rtl8xxxu: Fix RX skb size for aggregation disabled Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 097/403] mwl8k: Add missing check after DMA map Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 098/403] Reapply "wifi: mac80211: Update skbs control block key in ieee80211_tx_dequeue()" Greg Kroah-Hartman
2025-08-28 22:53   ` Sherry Yang
2025-08-29  4:24     ` Greg KH
2025-08-29 17:15       ` Sherry Yang
2025-08-30  6:18         ` Greg KH
2025-08-26 11:07 ` [PATCH 5.4 099/403] wifi: brcmfmac: fix P2P discovery failure in P2P peer due to missing P2P IE Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 100/403] can: kvaser_pciefd: Store device channel index Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 101/403] can: kvaser_usb: Assign netdev.dev_port based on " Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 102/403] netfilter: xt_nfacct: dont assume acct name is null-terminated Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 103/403] selftests: rtnetlink.sh: remove esp4_offload after test Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 104/403] vrf: Drop existing dst reference in vrf_ip6_input_dst Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 105/403] PCI: rockchip-host: Fix "Unexpected Completion" log message Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 106/403] crypto: marvell/cesa - Fix engine load inaccuracy Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 107/403] mtd: fix possible integer overflow in erase_xfer() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 108/403] clk: davinci: Add NULL check in davinci_lpsc_clk_register() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 109/403] power: supply: max14577: Handle NULL pdata when CONFIG_OF is not set Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 110/403] pinctrl: sunxi: Fix memory leak on krealloc failure Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 111/403] crypto: ccp - Fix crash when rebind ccp device for ccp.ko Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 112/403] perf tests bp_account: Fix leaked file descriptor Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 113/403] clk: sunxi-ng: v3s: Fix de clock definition Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 114/403] scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents value Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 115/403] scsi: mvsas: " Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 116/403] scsi: isci: " Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 117/403] watchdog: ziirave_wdt: check record length in ziirave_firm_verify() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 118/403] hwrng: mtk - handle devm_pm_runtime_enable errors Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 119/403] crypto: img-hash - Fix dma_unmap_sg() nents value Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 120/403] soundwire: stream: restore params when prepare ports fail Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 121/403] fs/orangefs: Allow 2 more characters in do_c_string() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 122/403] dmaengine: mv_xor: Fix missing check after DMA map and missing unmap Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 123/403] dmaengine: nbpfaxi: Add missing check after DMA map Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 124/403] crypto: qat - fix seq_file position update in adf_ring_next() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 125/403] fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 126/403] jfs: fix metapage reference count leak in dbAllocCtl Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 127/403] mtd: rawnand: atmel: Fix dma_mapping_error() address Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 128/403] mtd: rawnand: atmel: set pmecc data setup time Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 129/403] bpf: Check flow_dissector ctx accesses are aligned Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 130/403] module: Restore the moduleparam prefix length check Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 131/403] rtc: ds1307: fix incorrect maximum clock rate handling Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 132/403] rtc: hym8563: " Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 133/403] rtc: pcf8563: " Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 134/403] f2fs: fix to avoid UAF in f2fs_sync_inode_meta() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 135/403] f2fs: fix to avoid panic in f2fs_evict_inode Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 136/403] f2fs: fix to avoid out-of-boundary access in devs.path Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 137/403] usb: chipidea: udc: fix sleeping function called from invalid context Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 138/403] pci/hotplug/pnv-php: Improve error msg on power state change failure Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 139/403] pci/hotplug/pnv-php: Wrap warnings in macro Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 140/403] NFS: Fix filehandle bounds checking in nfs_fh_to_dentry() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 141/403] netpoll: prevent hanging NAPI when netcons gets enabled Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 142/403] pptp: ensure minimal skb length in pptp_xmit() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 143/403] ipv6: reject malicious packets in ipv6_gso_segment() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 144/403] net: drop UFO packets in udp_rcv_segment() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 145/403] benet: fix BUG when creating VFs Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 146/403] smb: client: let recv_done() cleanup before notifying the callers Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 147/403] pptp: fix pptp_xmit() error path Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 148/403] perf/core: Dont leak AUX buffer refcount on allocation failure Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 149/403] perf/core: Exit early on perf_mmap() fail Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 150/403] perf/core: Prevent VMA split of buffer mappings Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 151/403] net/packet: fix a race in packet_set_ring() and packet_notifier() Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 152/403] vsock: Do not allow binding to VMADDR_PORT_ANY Greg Kroah-Hartman
2025-08-26 11:07 ` [PATCH 5.4 153/403] USB: serial: option: add Foxconn T99W709 Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 154/403] MIPS: mm: tlb-r4k: Uniquify TLB entries on init Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 155/403] usb: gadget : fix use-after-free in composite_dev_cleanup() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 156/403] io_uring: dont use int for ABI Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 157/403] ALSA: usb-audio: Validate UAC3 power domain descriptors, too Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 158/403] ALSA: usb-audio: Validate UAC3 cluster segment descriptors Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 159/403] netlink: avoid infinite retry looping in netlink_unicast() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 160/403] net: gianfar: fix device leak when querying time stamp info Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 161/403] net: dpaa: " Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 162/403] NFSD: detect mismatch of file handle and delegation stateid in OPEN op Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 163/403] sunvdc: Balance device refcount in vdc_port_mpgroup_check Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 164/403] fs: Prevent file descriptor table allocations exceeding INT_MAX Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 165/403] Documentation: ACPI: Fix parent device references Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 166/403] ACPI: processor: perflib: Fix initial _PPC limit application Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 167/403] ACPI: processor: perflib: Move problematic pr->performance check Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 168/403] udp: also consider secpath when evaluating ipsec use for checksumming Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 169/403] netfilter: ctnetlink: fix refcount leak on table dump Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 170/403] sctp: linearize cloned gso packets in sctp_rcv Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 171/403] hfs: fix slab-out-of-bounds in hfs_bnode_read() Greg Kroah-Hartman
2025-08-26 11:08 ` Greg Kroah-Hartman [this message]
2025-08-26 11:08 ` [PATCH 5.4 173/403] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 174/403] hfsplus: dont use BUG_ON() in hfsplus_create_attributes_file() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 175/403] arm64: Handle KCOV __init vs inline mismatches Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 176/403] udf: Verify partition map count Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 177/403] drbd: add missing kref_get in handle_write_conflicts Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 178/403] hfs: fix not erasing deleted b-tree node issue Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 179/403] securityfs: dont pin dentries twice, once is enough Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 180/403] usb: xhci: print xhci->xhc_state when queue_command failed Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 181/403] cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 182/403] selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_t Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 183/403] usb: xhci: Avoid showing warnings for dying controller Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 184/403] usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device Command Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 185/403] usb: xhci: Avoid showing errors during surprise removal Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 186/403] cpufreq: Exit governor when failed to start old governor Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 187/403] ARM: rockchip: fix kernel hang during smp initialization Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 188/403] ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successed Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 189/403] gpio: tps65912: check the return value of regmap_update_bits() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 190/403] ARM: tegra: Use I/O memcpy to write to IRAM Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 191/403] selftests: tracing: Use mutex_unlock for testing glob filter Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 192/403] PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 193/403] thermal: sysfs: Return ENODATA instead of EAGAIN for reads Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 194/403] PM: sleep: console: Fix the black screen issue Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 195/403] ACPI: processor: fix acpi_object initialization Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 196/403] ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic path Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 197/403] mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 198/403] ASoC: hdac_hdmi: Rate limit logging on connection and disconnection Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 199/403] ALSA: intel8x0: Fix incorrect codec index usage in mixer for ICH4 Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 200/403] usb: core: usb_submit_urb: downgrade type check Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 201/403] pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 202/403] platform/x86: thinkpad_acpi: Handle KCOV __init vs inline mismatches Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 203/403] ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 204/403] ALSA: usb-audio: Avoid precedence issues in mixer_quirks macros Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 205/403] ASoC: codecs: rt5640: Retry DEVICE_ID verification Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 206/403] ktest.pl: Prevent recursion of default variable options Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 207/403] wifi: cfg80211: reject HTC bit for management frames Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 208/403] s390/time: Use monotonic clock in get_cycles() Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 209/403] be2net: Use correct byte order and format string for TCP seq and ack_seq Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 210/403] et131x: Add missing check after DMA map Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 211/403] net: ag71xx: " Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 212/403] rcu: Protect ->defer_qs_iw_pending from data race Greg Kroah-Hartman
2025-08-26 11:08 ` [PATCH 5.4 213/403] wifi: cfg80211: Fix interface type validation Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 214/403] net: ipv4: fix incorrect MTU in broadcast routes Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 215/403] net: thunderx: Fix format-truncation warning in bgx_acpi_match_id() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 216/403] wifi: iwlwifi: mvm: fix scan request validation Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 217/403] s390/stp: Remove udelay from stp_sync_clock() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 218/403] (powerpc/512) Fix possible `dma_unmap_single()` on uninitialized pointer Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 219/403] net: fec: allow disable coalescing Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 220/403] wifi: iwlwifi: dvm: fix potential overflow in rs_fill_link_cmd() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 221/403] wifi: iwlwifi: fw: Fix possible memory leak in iwl_fw_dbg_collect Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 222/403] wifi: rtlwifi: fix possible skb memory leak in `_rtl_pci_rx_interrupt()` Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 223/403] netmem: fix skb_frag_address_safe with unreadable skbs Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 224/403] wifi: iwlegacy: Check rate_idx range after addition Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 225/403] net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubs Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 226/403] net: dsa: b53: fix b53_imp_vlan_setup for BCM5325 Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 227/403] net: dsa: b53: prevent SWITCH_CTRL access on BCM5325 Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 228/403] net: ncsi: Fix buffer overflow in fetching version id Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 229/403] uapi: in6: restore visibility of most IPv6 socket options Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 230/403] net: dsa: b53: fix IP_MULTICAST_CTRL on BCM5325 Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 231/403] vhost: fail early when __vhost_add_used() fails Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 232/403] cifs: Fix calling CIFSFindFirst() for root path without msearch Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 233/403] ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 234/403] scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocated Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 235/403] fs/orangefs: use snprintf() instead of sprintf() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 236/403] watchdog: dw_wdt: Fix default timeout Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 237/403] MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free} Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 238/403] scsi: bfa: Double-free fix Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 239/403] jfs: truncate good inode pages when hard link is 0 Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 240/403] jfs: Regular file corruption check Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 241/403] jfs: upper bound check of tree index in dbAllocAG Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 242/403] MIPS: Dont crash in stack_top() for tasks without ABI or vDSO Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 243/403] RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 244/403] scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structure Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 245/403] scsi: mpt3sas: Correctly handle ATA device errors Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 246/403] pinctrl: stm32: Manage irq affinity settings Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 247/403] media: tc358743: Check I2C succeeded during probe Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 248/403] media: tc358743: Return an appropriate colorspace from tc358743_set_fmt Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 249/403] media: tc358743: Increase FIFO trigger level to 374 Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 250/403] media: usb: hdpvr: disable zero-length read messages Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 251/403] media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090p_rw_on_apb() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 252/403] media: dvb-frontends: w7090p: fix null-ptr-deref in w7090p_tuner_write_serpar and w7090p_tuner_read_serpar Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 253/403] media: uvcvideo: Fix bandwidth issue for Alcor camera Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 254/403] i3c: add missing include to internal header Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 255/403] PCI: pnv_php: Work around switches with broken presence detection Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 256/403] i3c: dont fail if GETHDRCAP is unsupported Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 257/403] kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 258/403] kconfig: nconf: Ensure null termination where strncpy is used Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 259/403] scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 260/403] scsi: aacraid: Stop using PCI_IRQ_AFFINITY Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 261/403] ipmi: Use dev_warn_ratelimited() for incorrect message warnings Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 262/403] kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 263/403] kconfig: gconf: fix potential memory leak in renderer_edited() Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 264/403] kconfig: lxdialog: fix space to (de)select options Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 265/403] ipmi: Fix strcpy source and destination the same Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 266/403] net: phy: smsc: add proper reset flags for LAN8710A Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 267/403] pNFS: Fix stripe mapping in block/scsi layout Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 268/403] pNFS: Fix disk addr range check " Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 269/403] pNFS: Handle RPC size limit for layoutcommits Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 270/403] pNFS: Fix uninited ptr deref in block/scsi layout Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 271/403] rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 272/403] scsi: lpfc: Remove redundant assignment to avoid memory leak Greg Kroah-Hartman
2025-08-26 11:09 ` [PATCH 5.4 273/403] drm/amdgpu: fix incorrect vm flags to map bo Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 274/403] misc: rtsx: usb: Ensure mmc child device is active when card is present Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 275/403] comedi: fix race between polling and detaching Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 276/403] thunderbolt: Fix copy+paste error in match_service_id() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 277/403] btrfs: fix log tree replay failure due to file with 0 links and extents Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 278/403] parisc: Makefile: fix a typo in palo.conf Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 279/403] mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 280/403] media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 281/403] media: uvcvideo: Do not mark valid metadata as invalid Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 282/403] serial: 8250: fix panic due to PSLVERR Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 283/403] cpufreq: armada-8k: Fix off by one in armada_8k_cpufreq_free_table() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 284/403] m68k: Fix lost column on framebuffer debug console Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 285/403] usb: atm: cxacru: Merge cxacru_upload_firmware() into cxacru_heavy_init() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 286/403] usb: gadget: udc: renesas_usb3: fix device leak at unbind Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 287/403] usb: dwc3: meson-g12a: fix device leaks " Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 288/403] vt: keyboard: Dont process Unicode characters in K_OFF mode Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 289/403] vt: defkeymap: Map keycodes above 127 to K_HOLE Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 290/403] Revert "vgacon: Add check for vc_origin address range in vgacon_scroll()" Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 291/403] ext4: check fast symlink for ea_inode correctly Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 292/403] ext4: fix fsmap end of range reporting with bigalloc Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 293/403] ext4: fix reserved gdt blocks handling in fsmap Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 294/403] ata: libata-scsi: Fix ata_to_sense_error() status handling Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 295/403] zynq_fpga: use sgtable-based scatterlist wrappers Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 296/403] wifi: brcmsmac: Remove const from tbl_ptr parameter in wlc_lcnphy_common_read_table() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 297/403] pwm: imx-tpm: Reset counter if CMOD is 0 Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 298/403] mtd: rawnand: fsmc: Add missing check after DMA map Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 299/403] PCI: endpoint: Fix configfs group list head handling Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 300/403] PCI: endpoint: Fix configfs group removal on driver teardown Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 301/403] jbd2: prevent softlockup in jbd2_log_do_checkpoint() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 302/403] soc/tegra: pmc: Ensure power-domains are in a known state Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 303/403] media: gspca: Add bounds checking to firmware parser Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 304/403] media: imx: fix a potential memory leak in imx_media_csc_scaler_device_init() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 305/403] media: usbtv: Lock resolution while streaming Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 306/403] media: ov2659: Fix memory leaks in ov2659_probe() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 307/403] media: venus: Add a check for packet size after reading from shared memory Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 308/403] memstick: Fix deadlock by moving removing flag earlier Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 309/403] squashfs: fix memory leak in squashfs_fill_super Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 310/403] drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3 Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 311/403] drm/amd/display: Find first CRTC and its line time in dce110_fill_display_configs Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 312/403] fs/buffer: fix use-after-free when call bh_read() helper Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 313/403] move_mount: allow to add a mount into an existing group Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 314/403] use uniform permission checks for all mount propagation changes Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 315/403] fpga: zynq_fpga: Fix the wrong usage of dma_map_sgtable() Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 316/403] ftrace: Also allocate and copy hash for reading of filter files Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 317/403] iio: proximity: isl29501: fix buffered read on big-endian systems Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 318/403] usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1 Flash Drive Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 319/403] USB: storage: Add unusual-devs entry for Novatek NTK96550-based camera Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 320/403] usb: storage: realtek_cr: Use correct byte order for bcs->Residue Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 321/403] USB: storage: Ignore driver CD mode for Realtek multi-mode Wi-Fi dongles Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 322/403] usb: dwc3: Ignore late xferNotReady event to prevent halt timeout Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 323/403] ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGS Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 324/403] kbuild: Update assembler calls to use proper flags and language target Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 325/403] mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 326/403] kbuild: Add CLANG_FLAGS to as-instr Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 327/403] kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 328/403] kbuild: Add KBUILD_CPPFLAGS to as-option invocation Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 329/403] comedi: Fix initialization of data for instructions that write to subdevice Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 330/403] comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 331/403] ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 332/403] PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports Greg Kroah-Hartman
2025-08-26 11:10 ` [PATCH 5.4 333/403] net: usbnet: Avoid potential RCU stall on LINK_CHANGE event Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 334/403] net: usbnet: Fix the wrong netif_carrier_on() call Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 335/403] ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 336/403] drm/sched: Remove optimization that causes hang when killing dependent jobs Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 337/403] mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 338/403] mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 339/403] f2fs: fix to do sanity check on ino and xnid Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 340/403] iio: hid-sensor-prox: Fix incorrect OFFSET calculation Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 341/403] x86/mce/amd: Add default names for MCA banks and blocks Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 342/403] usb: hub: avoid warm port reset during USB3 disconnect Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 343/403] usb: hub: Dont try to recover devices lost during warm reset Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 344/403] tracing: Add down_write(trace_event_sem) when adding trace event Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 345/403] pmdomain: governor: Consider CPU latency tolerance from pm_domain_cpu_gov Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 346/403] nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 347/403] mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdeffery Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 348/403] x86/fpu: Delay instruction pointer fixup until after warning Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 349/403] ALSA: scarlett2: Add retry on -EPROTO from scarlett2_usb_tx() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 350/403] mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_t Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 351/403] mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 352/403] USB: cdc-acm: do not log successful probe on later errors Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 353/403] cdc-acm: fix race between initial clearing halt and open Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 354/403] usb: typec: fusb302: cache PD RX state Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 355/403] NFSv4: Fix nfs4_bitmap_copy_adjust() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 356/403] NFS: Fix up handling of outstanding layoutcommit in nfs_update_inode() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 357/403] NFS: Fix the setting of capabilities when automounting a new filesystem Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 358/403] usb: musb: omap2430: fix device leak at unbind Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 359/403] rtc: ds1307: handle oscillator stop flag (OSF) for ds1341 Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 360/403] soc: qcom: mdt_loader: Ensure we dont read past the ELF header Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 361/403] ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 362/403] media: v4l2-ctrls: always copy the controls on completion Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 363/403] media: v4l2-ctrls: Dont reset handlers error in v4l2_ctrl_handler_free() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 364/403] media: rainshadow-cec: fix TOCTOU race condition in rain_interrupt() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 365/403] pwm: mediatek: Implement .apply() callback Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 366/403] pwm: mediatek: Handle hardware enable and clock enable separately Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 367/403] pwm: mediatek: Fix duty and period setting Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 368/403] drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 369/403] media: venus: vdec: Clamp param smaller than 1fps and bigger than 240 Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 370/403] media: qcom: camss: cleanup media device allocated resource on error path Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 371/403] media: venus: protect against spurious interrupts during probe Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 372/403] f2fs: fix to avoid out-of-boundary access in dnode page Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 373/403] media: venus: hfi: explicitly release IRQ during teardown Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 374/403] btrfs: populate otime when logging an inode item Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 375/403] sch_drr: make drr_qlen_notify() idempotent Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 376/403] sch_hfsc: make hfsc_qlen_notify() idempotent Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 377/403] sch_qfq: make qfq_qlen_notify() idempotent Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 378/403] codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 379/403] mm: drop the assumption that VM_SHARED always implies writable Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 380/403] mm: update memfd seal write check to include F_SEAL_WRITE Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 381/403] mm: perform the mapping_map_writable() check after call_mmap() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 382/403] net: sched: extract common action counters update code into function Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 383/403] net: sched: extract bstats " Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 384/403] net: sched: extract qstats update code into functions Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 385/403] net: sched: dont expose action qstats to skb_tc_reinsert() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 386/403] selftests: forwarding: tc_actions.sh: add matchall mirror test Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 387/403] net/sched: act_mirred: refactor the handle of xmit Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 388/403] net/sched: act_mirred: better wording on protection against excessive stack growth Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 389/403] act_mirred: use the backlog for nested calls to mirred ingress Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 390/403] Bluetooth: fix use-after-free in device_for_each_child() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 391/403] cifs: Fix UAF in cifs_demultiplex_thread() Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 392/403] NFS: Fix up commit deadlocks Greg Kroah-Hartman
2025-08-26 11:11 ` [PATCH 5.4 393/403] nfs: fix UAF in direct writes Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 394/403] usb: xhci: Fix slot_id resource race conflict Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 395/403] scsi: qla4xxx: Prevent a potential error pointer dereference Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 396/403] ALSA: usb-audio: Fix size validation in convert_chmap_v3() Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 397/403] ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_add Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 398/403] ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 399/403] net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 400/403] net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_activate Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 401/403] ALSA: usb-audio: Use correct sub-type for UAC3 feature unit validation Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 402/403] s390/hypfs: Avoid unnecessary ioctl registration in debugfs Greg Kroah-Hartman
2025-08-26 11:12 ` [PATCH 5.4 403/403] s390/hypfs: Enable limited access during lockdown Greg Kroah-Hartman
2025-08-26 14:46 ` [PATCH 5.4 000/403] 5.4.297-rc1 review Jon Hunter
2025-08-27  7:36   ` Greg Kroah-Hartman
2025-08-27  9:19     ` Anders Roxell
2025-08-27 10:15       ` Greg Kroah-Hartman
2025-08-26 17:01 ` Florian Fainelli
2025-08-26 18:31 ` Brett A C Sheffield

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=20250826110911.643275218@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=baishuoran@hrbeu.edu.cn \
    --cc=huk23@m.fudan.edu.cn \
    --cc=jjtan24@m.fudan.edu.cn \
    --cc=patches@lists.linux.dev \
    --cc=sashal@kernel.org \
    --cc=slava@dubeyko.com \
    --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;
as well as URLs for NNTP newsgroup(s).