From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev, Eric Dumazet <edumazet@google.com>,
Eric Biggers <ebiggers@google.com>,
Kuniyuki Iwashima <kuniyu@amazon.com>,
Paolo Abeni <pabeni@redhat.com>, Sasha Levin <sashal@kernel.org>,
syzbot+32b89eaa102b372ff76d@syzkaller.appspotmail.com
Subject: [PATCH 5.4 166/267] llc: call sock_orphan() at release time
Date: Wed, 21 Feb 2024 14:08:27 +0100 [thread overview]
Message-ID: <20240221125945.335912600@linuxfoundation.org> (raw)
In-Reply-To: <20240221125940.058369148@linuxfoundation.org>
5.4-stable review patch. If anyone has any objections, please let me know.
------------------
From: Eric Dumazet <edumazet@google.com>
[ Upstream commit aa2b2eb3934859904c287bf5434647ba72e14c1c ]
syzbot reported an interesting trace [1] caused by a stale sk->sk_wq
pointer in a closed llc socket.
In commit ff7b11aa481f ("net: socket: set sock->sk to NULL after
calling proto_ops::release()") Eric Biggers hinted that some protocols
are missing a sock_orphan(), we need to perform a full audit.
In net-next, I plan to clear sock->sk from sock_orphan() and
amend Eric patch to add a warning.
[1]
BUG: KASAN: slab-use-after-free in list_empty include/linux/list.h:373 [inline]
BUG: KASAN: slab-use-after-free in waitqueue_active include/linux/wait.h:127 [inline]
BUG: KASAN: slab-use-after-free in sock_def_write_space_wfree net/core/sock.c:3384 [inline]
BUG: KASAN: slab-use-after-free in sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468
Read of size 8 at addr ffff88802f4fc880 by task ksoftirqd/1/27
CPU: 1 PID: 27 Comm: ksoftirqd/1 Not tainted 6.8.0-rc1-syzkaller-00049-g6098d87eaf31 #0
Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014
Call Trace:
<TASK>
__dump_stack lib/dump_stack.c:88 [inline]
dump_stack_lvl+0xd9/0x1b0 lib/dump_stack.c:106
print_address_description mm/kasan/report.c:377 [inline]
print_report+0xc4/0x620 mm/kasan/report.c:488
kasan_report+0xda/0x110 mm/kasan/report.c:601
list_empty include/linux/list.h:373 [inline]
waitqueue_active include/linux/wait.h:127 [inline]
sock_def_write_space_wfree net/core/sock.c:3384 [inline]
sock_wfree+0x9a8/0x9d0 net/core/sock.c:2468
skb_release_head_state+0xa3/0x2b0 net/core/skbuff.c:1080
skb_release_all net/core/skbuff.c:1092 [inline]
napi_consume_skb+0x119/0x2b0 net/core/skbuff.c:1404
e1000_unmap_and_free_tx_resource+0x144/0x200 drivers/net/ethernet/intel/e1000/e1000_main.c:1970
e1000_clean_tx_irq drivers/net/ethernet/intel/e1000/e1000_main.c:3860 [inline]
e1000_clean+0x4a1/0x26e0 drivers/net/ethernet/intel/e1000/e1000_main.c:3801
__napi_poll.constprop.0+0xb4/0x540 net/core/dev.c:6576
napi_poll net/core/dev.c:6645 [inline]
net_rx_action+0x956/0xe90 net/core/dev.c:6778
__do_softirq+0x21a/0x8de kernel/softirq.c:553
run_ksoftirqd kernel/softirq.c:921 [inline]
run_ksoftirqd+0x31/0x60 kernel/softirq.c:913
smpboot_thread_fn+0x660/0xa10 kernel/smpboot.c:164
kthread+0x2c6/0x3a0 kernel/kthread.c:388
ret_from_fork+0x45/0x80 arch/x86/kernel/process.c:147
ret_from_fork_asm+0x11/0x20 arch/x86/entry/entry_64.S:242
</TASK>
Allocated by task 5167:
kasan_save_stack+0x33/0x50 mm/kasan/common.c:47
kasan_save_track+0x14/0x30 mm/kasan/common.c:68
unpoison_slab_object mm/kasan/common.c:314 [inline]
__kasan_slab_alloc+0x81/0x90 mm/kasan/common.c:340
kasan_slab_alloc include/linux/kasan.h:201 [inline]
slab_post_alloc_hook mm/slub.c:3813 [inline]
slab_alloc_node mm/slub.c:3860 [inline]
kmem_cache_alloc_lru+0x142/0x6f0 mm/slub.c:3879
alloc_inode_sb include/linux/fs.h:3019 [inline]
sock_alloc_inode+0x25/0x1c0 net/socket.c:308
alloc_inode+0x5d/0x220 fs/inode.c:260
new_inode_pseudo+0x16/0x80 fs/inode.c:1005
sock_alloc+0x40/0x270 net/socket.c:634
__sock_create+0xbc/0x800 net/socket.c:1535
sock_create net/socket.c:1622 [inline]
__sys_socket_create net/socket.c:1659 [inline]
__sys_socket+0x14c/0x260 net/socket.c:1706
__do_sys_socket net/socket.c:1720 [inline]
__se_sys_socket net/socket.c:1718 [inline]
__x64_sys_socket+0x72/0xb0 net/socket.c:1718
do_syscall_x64 arch/x86/entry/common.c:52 [inline]
do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83
entry_SYSCALL_64_after_hwframe+0x63/0x6b
Freed by task 0:
kasan_save_stack+0x33/0x50 mm/kasan/common.c:47
kasan_save_track+0x14/0x30 mm/kasan/common.c:68
kasan_save_free_info+0x3f/0x60 mm/kasan/generic.c:640
poison_slab_object mm/kasan/common.c:241 [inline]
__kasan_slab_free+0x121/0x1b0 mm/kasan/common.c:257
kasan_slab_free include/linux/kasan.h:184 [inline]
slab_free_hook mm/slub.c:2121 [inline]
slab_free mm/slub.c:4299 [inline]
kmem_cache_free+0x129/0x350 mm/slub.c:4363
i_callback+0x43/0x70 fs/inode.c:249
rcu_do_batch kernel/rcu/tree.c:2158 [inline]
rcu_core+0x819/0x1680 kernel/rcu/tree.c:2433
__do_softirq+0x21a/0x8de kernel/softirq.c:553
Last potentially related work creation:
kasan_save_stack+0x33/0x50 mm/kasan/common.c:47
__kasan_record_aux_stack+0xba/0x100 mm/kasan/generic.c:586
__call_rcu_common.constprop.0+0x9a/0x7b0 kernel/rcu/tree.c:2683
destroy_inode+0x129/0x1b0 fs/inode.c:315
iput_final fs/inode.c:1739 [inline]
iput.part.0+0x560/0x7b0 fs/inode.c:1765
iput+0x5c/0x80 fs/inode.c:1755
dentry_unlink_inode+0x292/0x430 fs/dcache.c:400
__dentry_kill+0x1ca/0x5f0 fs/dcache.c:603
dput.part.0+0x4ac/0x9a0 fs/dcache.c:845
dput+0x1f/0x30 fs/dcache.c:835
__fput+0x3b9/0xb70 fs/file_table.c:384
task_work_run+0x14d/0x240 kernel/task_work.c:180
exit_task_work include/linux/task_work.h:38 [inline]
do_exit+0xa8a/0x2ad0 kernel/exit.c:871
do_group_exit+0xd4/0x2a0 kernel/exit.c:1020
__do_sys_exit_group kernel/exit.c:1031 [inline]
__se_sys_exit_group kernel/exit.c:1029 [inline]
__x64_sys_exit_group+0x3e/0x50 kernel/exit.c:1029
do_syscall_x64 arch/x86/entry/common.c:52 [inline]
do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83
entry_SYSCALL_64_after_hwframe+0x63/0x6b
The buggy address belongs to the object at ffff88802f4fc800
which belongs to the cache sock_inode_cache of size 1408
The buggy address is located 128 bytes inside of
freed 1408-byte region [ffff88802f4fc800, ffff88802f4fcd80)
The buggy address belongs to the physical page:
page:ffffea0000bd3e00 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x2f4f8
head:ffffea0000bd3e00 order:3 entire_mapcount:0 nr_pages_mapped:0 pincount:0
anon flags: 0xfff00000000840(slab|head|node=0|zone=1|lastcpupid=0x7ff)
page_type: 0xffffffff()
raw: 00fff00000000840 ffff888013b06b40 0000000000000000 0000000000000001
raw: 0000000000000000 0000000080150015 00000001ffffffff 0000000000000000
page dumped because: kasan: bad access detected
page_owner tracks the page as allocated
page last allocated via order 3, migratetype Reclaimable, gfp_mask 0xd20d0(__GFP_IO|__GFP_FS|__GFP_NOWARN|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC|__GFP_RECLAIMABLE), pid 4956, tgid 4956 (sshd), ts 31423924727, free_ts 0
set_page_owner include/linux/page_owner.h:31 [inline]
post_alloc_hook+0x2d0/0x350 mm/page_alloc.c:1533
prep_new_page mm/page_alloc.c:1540 [inline]
get_page_from_freelist+0xa28/0x3780 mm/page_alloc.c:3311
__alloc_pages+0x22f/0x2440 mm/page_alloc.c:4567
__alloc_pages_node include/linux/gfp.h:238 [inline]
alloc_pages_node include/linux/gfp.h:261 [inline]
alloc_slab_page mm/slub.c:2190 [inline]
allocate_slab mm/slub.c:2354 [inline]
new_slab+0xcc/0x3a0 mm/slub.c:2407
___slab_alloc+0x4af/0x19a0 mm/slub.c:3540
__slab_alloc.constprop.0+0x56/0xa0 mm/slub.c:3625
__slab_alloc_node mm/slub.c:3678 [inline]
slab_alloc_node mm/slub.c:3850 [inline]
kmem_cache_alloc_lru+0x379/0x6f0 mm/slub.c:3879
alloc_inode_sb include/linux/fs.h:3019 [inline]
sock_alloc_inode+0x25/0x1c0 net/socket.c:308
alloc_inode+0x5d/0x220 fs/inode.c:260
new_inode_pseudo+0x16/0x80 fs/inode.c:1005
sock_alloc+0x40/0x270 net/socket.c:634
__sock_create+0xbc/0x800 net/socket.c:1535
sock_create net/socket.c:1622 [inline]
__sys_socket_create net/socket.c:1659 [inline]
__sys_socket+0x14c/0x260 net/socket.c:1706
__do_sys_socket net/socket.c:1720 [inline]
__se_sys_socket net/socket.c:1718 [inline]
__x64_sys_socket+0x72/0xb0 net/socket.c:1718
do_syscall_x64 arch/x86/entry/common.c:52 [inline]
do_syscall_64+0xd3/0x250 arch/x86/entry/common.c:83
entry_SYSCALL_64_after_hwframe+0x63/0x6b
page_owner free stack trace missing
Memory state around the buggy address:
ffff88802f4fc780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
ffff88802f4fc800: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff88802f4fc880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
^
ffff88802f4fc900: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
ffff88802f4fc980: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
Fixes: 43815482370c ("net: sock_def_readable() and friends RCU conversion")
Reported-and-tested-by: syzbot+32b89eaa102b372ff76d@syzkaller.appspotmail.com
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Eric Biggers <ebiggers@google.com>
Cc: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://lore.kernel.org/r/20240126165532.3396702-1-edumazet@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
net/llc/af_llc.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/llc/af_llc.c b/net/llc/af_llc.c
index 4ef5896abd06..d57bfce94d60 100644
--- a/net/llc/af_llc.c
+++ b/net/llc/af_llc.c
@@ -227,6 +227,8 @@ static int llc_ui_release(struct socket *sock)
if (llc->dev)
dev_put(llc->dev);
sock_put(sk);
+ sock_orphan(sk);
+ sock->sk = NULL;
llc_sk_free(sk);
out:
return 0;
--
2.43.0
next prev parent reply other threads:[~2024-02-21 14:26 UTC|newest]
Thread overview: 287+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-21 13:05 [PATCH 5.4 000/267] 5.4.269-rc1 review Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 001/267] PCI: mediatek: Clear interrupt status before dispatching handler Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 002/267] include/linux/units.h: add helpers for kelvin to/from Celsius conversion Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 003/267] units: Add Watt units Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 004/267] units: change from L to UL Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 005/267] units: add the HZ macros Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 006/267] serial: sc16is7xx: set safe default SPI clock frequency Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 007/267] spi: introduce SPI_MODE_X_MASK macro Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 008/267] serial: sc16is7xx: add check for unsupported SPI modes during probe Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 009/267] ext4: allow for the last group to be marked as trimmed Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 010/267] crypto: api - Disallow identical driver names Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 011/267] PM: hibernate: Enforce ordering during image compression/decompression Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 012/267] hwrng: core - Fix page fault dead lock on mmap-ed hwrng Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 013/267] rpmsg: virtio: Free driver_override when rpmsg_remove() Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 014/267] parisc/firmware: Fix F-extend for PDC addresses Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 015/267] arm64: dts: qcom: sdm845: fix USB wakeup interrupt types Greg Kroah-Hartman
2024-03-13 17:48 ` Yongqin Liu
2024-03-14 8:11 ` Johan Hovold
2024-03-14 22:46 ` Sasha Levin
2024-02-21 13:05 ` [PATCH 5.4 016/267] mmc: core: Use mrq.sbc in close-ended ffu Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 017/267] nouveau/vmm: dont set addr on the fail path to avoid warning Greg Kroah-Hartman
2024-02-21 13:05 ` [PATCH 5.4 018/267] ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 019/267] rename(): fix the locking of subdirectories Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 020/267] block: Remove special-casing of compound pages Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 021/267] mtd: spinand: macronix: Fix MX35LFxGE4AD page size Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 022/267] fs: add mode_strip_sgid() helper Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 023/267] fs: move S_ISGID stripping into the vfs_*() helpers Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 024/267] powerpc: Use always instead of always-y in for crtsavres.o Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 025/267] x86/CPU/AMD: Fix disabling XSAVES on AMD family 0x17 due to erratum Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 026/267] net/smc: fix illegal rmb_desc access in SMC-D connection dump Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 027/267] vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 028/267] llc: make llc_ui_sendmsg() more robust against bonding changes Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 029/267] llc: Drop support for ETH_P_TR_802_2 Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 030/267] net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 031/267] tracing: Ensure visibility when inserting an element into tracing_map Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 032/267] afs: Hide silly-rename files from userspace Greg Kroah-Hartman
2024-03-03 4:32 ` Jeffrey E Altman
2024-03-03 7:36 ` Greg Kroah-Hartman
2024-03-04 2:10 ` Jeffrey E Altman
2024-03-04 6:32 ` Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 033/267] tcp: Add memory barrier to tcp_push() Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 034/267] netlink: fix potential sleeping issue in mqueue_flush_file Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 035/267] net/mlx5: DR, Use the right GVMI number for drop action Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 036/267] net/mlx5: Use kfree(ft->g) in arfs_create_groups() Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 037/267] net/mlx5e: fix a double-free in arfs_create_groups Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 038/267] netfilter: nf_tables: restrict anonymous set and map names to 16 bytes Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 039/267] netfilter: nf_tables: validate NFPROTO_* family Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 040/267] fjes: fix memleaks in fjes_hw_setup Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 041/267] net: fec: fix the unhandled context fault from smmu Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 042/267] btrfs: ref-verify: free ref cache before clearing mount opt Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 043/267] btrfs: tree-checker: fix inline ref size in error messages Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 044/267] btrfs: dont warn if discard range is not aligned to sector Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 045/267] btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 046/267] rbd: dont move requests to the running list on errors Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 047/267] netfilter: nf_tables: reject QUEUE/DROP verdict parameters Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 048/267] gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04 Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 049/267] drm: Dont unref the same fb many times by mistake due to deadlock handling Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 050/267] drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 051/267] drm/bridge: nxp-ptn3460: simplify some " Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 052/267] NFSD: Modernize nfsd4_release_lockowner() Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 053/267] NFSD: Add documenting comment for nfsd4_release_lockowner() Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 054/267] drm/exynos: fix accidental on-stack copy of exynos_drm_plane Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 055/267] drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resume Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 056/267] gpio: eic-sprd: Clear interrupt after set the interrupt type Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 057/267] spi: bcm-qspi: fix SFDP BFPT read by usig mspi read Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 058/267] mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 059/267] tick/sched: Preserve number of idle sleeps across CPU hotplug events Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 060/267] x86/entry/ia32: Ensure s32 is sign extended to s64 Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 061/267] powerpc/mm: Fix null-pointer dereference in pgtable_cache_add Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 062/267] powerpc: Fix build error due to is_valid_bugaddr() Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 063/267] powerpc/mm: Fix build failures due to arch_reserved_kernel_pages() Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 064/267] powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 065/267] powerpc/lib: Validate size for vector operations Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 066/267] x86/mce: Mark fatal MCEs page as poison to avoid panic in the kdump kernel Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 067/267] perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 068/267] regulator: core: Only increment use_count when enable_count changes Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 069/267] audit: Send netlink ACK before setting connection in auditd_set Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 070/267] ACPI: video: Add quirk for the Colorful X15 AT 23 Laptop Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 071/267] PNP: ACPI: fix fortify warning Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 072/267] ACPI: extlog: fix NULL pointer dereference check Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 073/267] FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 074/267] UBSAN: array-index-out-of-bounds in dtSplitRoot Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 075/267] jfs: fix slab-out-of-bounds Read in dtSearch Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 076/267] jfs: fix array-index-out-of-bounds in dbAdjTree Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 077/267] jfs: fix uaf in jfs_evict_inode Greg Kroah-Hartman
2024-02-21 13:06 ` [PATCH 5.4 078/267] pstore/ram: Fix crash when setting number of cpus to an odd number Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 079/267] crypto: stm32/crc32 - fix parsing list of devices Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 080/267] afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 081/267] rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 082/267] jfs: fix array-index-out-of-bounds in diNewExt Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 083/267] s390/ptrace: handle setting of fpc register correctly Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 084/267] KVM: s390: fix setting of fpc register Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 085/267] SUNRPC: Fix a suspicious RCU usage warning Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 086/267] ecryptfs: Reject casefold directory inodes Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 087/267] ext4: fix inconsistent between segment fstrim and full fstrim Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 088/267] ext4: unify the type of flexbg_size to unsigned int Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 089/267] ext4: remove unnecessary check from alloc_flex_gd() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 090/267] ext4: avoid online resizing failures due to oversized flex bg Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 091/267] wifi: rt2x00: restart beacon queue when hardware reset Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 092/267] selftests/bpf: satisfy compiler by having explicit return in btf test Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 093/267] selftests/bpf: Fix pyperf180 compilation failure with clang18 Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 094/267] scsi: lpfc: Fix possible file string name overflow when updating firmware Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 095/267] PCI: Add no PM reset quirk for NVIDIA Spectrum devices Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 096/267] bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 097/267] ARM: dts: imx7d: Fix coresight funnel ports Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 098/267] ARM: dts: imx7s: Fix lcdif compatible Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 099/267] ARM: dts: imx7s: Fix nand-controller #size-cells Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 100/267] wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstatus() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 101/267] bpf: Add map and need_defer parameters to .map_fd_put_ptr() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 102/267] scsi: libfc: Dont schedule abort twice Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 103/267] scsi: libfc: Fix up timeout error in fc_fcp_rec_error() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 104/267] ARM: dts: rockchip: fix rk3036 hdmi ports node Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 105/267] ARM: dts: imx25/27-eukrea: Fix RTC node name Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 106/267] ARM: dts: imx: Use flash@0,0 pattern Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 107/267] ARM: dts: imx27: Fix sram node Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 108/267] ARM: dts: imx1: " Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 109/267] ARM: dts: imx25/27: Pass timing0 Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 110/267] ARM: dts: imx27-apf27dev: Fix LED name Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 111/267] ARM: dts: imx23-sansa: Use preferred i2c-gpios properties Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 112/267] ARM: dts: imx23/28: Fix the DMA controller node name Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 113/267] block: prevent an integer overflow in bvec_try_merge_hw_page Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 114/267] md: Whenassemble the array, consult the superblock of the freshest device Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 115/267] arm64: dts: qcom: msm8996: Fix in-ports is a required property Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 116/267] arm64: dts: qcom: msm8998: Fix out-ports " Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 117/267] wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 118/267] wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 119/267] wifi: cfg80211: free beacon_ies when overridden from hidden BSS Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 120/267] f2fs: fix to check return value of f2fs_reserve_new_block() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 121/267] ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 122/267] fast_dput(): handle underflows gracefully Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 123/267] RDMA/IPoIB: Fix error code return in ipoib_mcast_join Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 124/267] drm/drm_file: fix use of uninitialized variable Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 125/267] drm/framebuffer: Fix " Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 126/267] drm/mipi-dsi: Fix detach call without attach Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 127/267] media: stk1160: Fixed high volume of stk1160_dbg messages Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 128/267] media: rockchip: rga: fix swizzling for RGB formats Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 129/267] PCI: add INTEL_HDA_ARL to pci_ids.h Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 130/267] ALSA: hda: Intel: add HDA_ARL PCI ID support Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 131/267] drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind time Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 132/267] IB/ipoib: Fix mcast list locking Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 133/267] media: ddbridge: fix an error code problem in ddb_probe Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 134/267] drm/msm/dpu: Ratelimit framedone timeout msgs Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 135/267] clk: hi3620: Fix memory leak in hi3620_mmc_clk_init() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 136/267] clk: mmp: pxa168: Fix memory leak in pxa168_clk_init() Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 137/267] drm/amd/display: make flip_timestamp_in_us a 64-bit variable Greg Kroah-Hartman
2024-02-21 13:07 ` [PATCH 5.4 138/267] drm/amdgpu: Let KFD sync with VM fences Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 139/267] drm/amdgpu: Drop fence check in to_amdgpu_amdkfd_fence() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 140/267] leds: trigger: panic: Dont register panic notifier if creating the trigger failed Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 141/267] um: Fix naming clash between UML and scheduler Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 142/267] um: Dont use vfprintf() for os_info() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 143/267] um: net: Fix return type of uml_net_start_xmit() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 144/267] i3c: master: cdns: Update maximum prescaler value for i2c clock Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 145/267] mfd: ti_am335x_tscadc: Fix TI SoC dependencies Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 146/267] PCI: Only override AMD USB controller if required Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 147/267] PCI: switchtec: Fix stdev_release() crash after surprise hot remove Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 148/267] usb: hub: Replace hardcoded quirk value with BIT() macro Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 149/267] fs/kernfs/dir: obey S_ISGID Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 150/267] PCI/AER: Decode Requester ID when no error info found Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 151/267] misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callback Greg Kroah-Hartman
2024-02-21 18:16 ` Hans de Goede
2024-02-21 18:26 ` Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 152/267] libsubcmd: Fix memory leak in uniq() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 153/267] =?UTF-8?q?virtio=5Fnet:=20Fix=20"=E2=80=98%d=E2=80=99=20directive?= =?UTF-8?q?=20writing=20between=201=20and=2011=20bytes=20into=20a=20region?= =?UTF-8?q?=20of=20size=2010"=20warnings?= Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 154/267] blk-mq: fix IO hang from sbitmap wakeup race Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 155/267] ceph: fix deadlock or deadcode of misusing dget() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 156/267] drm/amdgpu: Release adev->pm.fw before return in amdgpu_device_need_post() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 157/267] perf: Fix the nr_addr_filters fix Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 158/267] wifi: cfg80211: fix RCU dereference in __cfg80211_bss_update Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 159/267] scsi: isci: Fix an error code problem in isci_io_request_build() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 160/267] net: remove unneeded break Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 161/267] ixgbe: Remove non-inclusive language Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 162/267] ixgbe: Refactor returning internal error codes Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 163/267] ixgbe: Refactor overtemp event handling Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 164/267] ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 165/267] ipv6: Ensure natural alignment of const ipv6 loopback and router addresses Greg Kroah-Hartman
2024-02-21 13:08 ` Greg Kroah-Hartman [this message]
2024-02-21 13:08 ` [PATCH 5.4 167/267] netfilter: nf_log: replace BUG_ON by WARN_ON_ONCE when putting logger Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 168/267] netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectations Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 169/267] net: ipv4: fix a memleak in ip_setup_cork Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 170/267] af_unix: fix lockdep positive in sk_diag_dump_icons() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 171/267] net: sysfs: Fix /sys/class/net/<iface> path Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 172/267] HID: apple: Add support for the 2021 Magic Keyboard Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 173/267] HID: apple: Swap the Fn and Left Control keys on Apple keyboards Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 174/267] HID: apple: Add 2021 magic keyboard FN key mapping Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 175/267] bonding: remove print in bond_verify_device_path Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 176/267] dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMA Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 177/267] dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 178/267] phy: renesas: rcar-gen3-usb2: Fix returning wrong error code Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 179/267] dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEV Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 180/267] phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 181/267] net: stmmac: xgmac: fix handling of DPP safety error for DMA channels Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 182/267] selftests: net: avoid just another constant wait Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 183/267] atm: idt77252: fix a memleak in open_card_ubr0 Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 184/267] hwmon: (aspeed-pwm-tacho) mutex for tach reading Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 185/267] hwmon: (coretemp) Fix out-of-bounds memory access Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 186/267] hwmon: (coretemp) Fix bogus core_id to attr name mapping Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 187/267] inet: read sk->sk_family once in inet_recv_error() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 188/267] rxrpc: Fix response to PING RESPONSE ACKs to a dead call Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 189/267] tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 190/267] ppp_async: limit MRU to 64K Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 191/267] netfilter: nft_compat: reject unused compat flag Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 192/267] netfilter: nft_compat: restrict match/target protocol to u16 Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 193/267] netfilter: nft_ct: reject direction for ct id Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 194/267] net/af_iucv: clean up a try_then_request_module() Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 195/267] USB: serial: qcserial: add new usb-id for Dell Wireless DW5826e Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 196/267] USB: serial: option: add Fibocom FM101-GL variant Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 197/267] USB: serial: cp210x: add ID for IMST iM871A-USB Greg Kroah-Hartman
2024-02-21 13:08 ` [PATCH 5.4 198/267] hrtimer: Report offline hrtimer enqueue Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 199/267] Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETID Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 200/267] vhost: use kzalloc() instead of kmalloc() followed by memset() Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 201/267] net: stmmac: xgmac: use #define for string constants Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 202/267] net: stmmac: xgmac: fix a typo of register name in DPP safety handling Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 203/267] netfilter: nft_set_rbtree: skip end interval element from gc Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 204/267] btrfs: forbid creating subvol qgroups Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 205/267] btrfs: forbid deleting live subvol qgroup Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 206/267] btrfs: send: return EOPNOTSUPP on unknown flags Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 207/267] of: unittest: add overlay gpio test to catch gpio hog problem Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 208/267] of: unittest: Fix compile in the non-dynamic case Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 209/267] spi: ppc4xx: Drop write-only variable Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 210/267] ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work() Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 211/267] MIPS: Add memory clobber to csum_ipv6_magic() inline assembler Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 212/267] i40e: Fix waiting for queues of all VSIs to be disabled Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 213/267] tracing/trigger: Fix to return error if failed to alloc snapshot Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 214/267] mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 215/267] HID: wacom: generic: Avoid reporting a serial of 0 to userspace Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 216/267] HID: wacom: Do not register input devices until after hid_hw_start Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 217/267] USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 218/267] usb: f_mass_storage: forbid async queue when shutdown happen Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 219/267] i2c: i801: Remove i801_set_block_buffer_mode Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 220/267] i2c: i801: Fix block process call transactions Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 221/267] scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock" Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 222/267] firewire: core: correct documentation of fw_csr_string() kernel API Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 223/267] kbuild: Fix changing ELF file type for output of gen_btf for big endian Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 224/267] nfc: nci: free rx_data_reassembly skb on NCI device cleanup Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 225/267] xen-netback: properly sync TX responses Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 226/267] ALSA: hda/realtek: Enable headset mic on Vaio VJFE-ADL Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 227/267] binder: signal epoll threads of self-work Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 228/267] misc: fastrpc: Mark all sessions as invalid in cb_remove Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 229/267] ext4: fix double-free of blocks due to wrong extents moved_len Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 230/267] tracing: Fix wasted memory in saved_cmdlines logic Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 231/267] staging: iio: ad5933: fix type mismatch regression Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 232/267] iio: magnetometer: rm3100: add boundary check for the value read from RM3100_REG_TMRC Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 233/267] ring-buffer: Clean ring_buffer_poll_wait() error return Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 234/267] serial: max310x: set default value when reading clock ready bit Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 235/267] serial: max310x: improve crystal stable clock detection Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 236/267] x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6 Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 237/267] x86/mm/ident_map: Use gbpages only where full GB page should be mapped Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 238/267] mmc: slot-gpio: Allow non-sleeping GPIO ro Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 239/267] ALSA: hda/conexant: Add quirk for SWS JS201D Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 240/267] nilfs2: fix data corruption in dsync block recovery for small block sizes Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 241/267] nilfs2: fix hang in nilfs_lookup_dirty_data_buffers() Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 242/267] nfp: use correct macro for LengthSelect in BAR config Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 243/267] nfp: flower: prevent re-adding mac index for bonded port Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 244/267] irqchip/irq-brcmstb-l2: Add write memory barrier before exit Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 245/267] can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER) Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 246/267] pmdomain: core: Move the unused cleanup to a _sync initcall Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 247/267] tracing: Inform kmemleak of saved_cmdlines allocation Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 248/267] Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d" Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 249/267] bus: moxtet: Add spi device table Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 250/267] arch, mm: remove stale mentions of DISCONIGMEM Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 251/267] mips: Fix max_mapnr being uninitialized on early stages Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 252/267] KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 253/267] netfilter: ipset: fix performance regression in swap operation Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 254/267] netfilter: ipset: Missing gc cancellations fixed Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 255/267] net: prevent mss overflow in skb_segment() Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 256/267] sched/membarrier: reduce the ability to hammer on sys_membarrier Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 257/267] nilfs2: fix potential bug in end_buffer_async_write Greg Kroah-Hartman
2024-02-21 13:09 ` [PATCH 5.4 258/267] nilfs2: replace WARN_ONs for invalid DAT metadata block requests Greg Kroah-Hartman
2024-02-21 15:25 ` Ryusuke Konishi
2024-02-21 17:58 ` Greg Kroah-Hartman
2024-02-21 13:10 ` [PATCH 5.4 259/267] PM: runtime: add devm_pm_runtime_enable helper Greg Kroah-Hartman
2024-02-21 13:10 ` [PATCH 5.4 260/267] PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosuspend() Greg Kroah-Hartman
2024-02-21 13:10 ` [PATCH 5.4 261/267] drm/msm/dsi: Enable runtime PM Greg Kroah-Hartman
2024-02-21 13:10 ` [PATCH 5.4 262/267] lsm: new security_file_ioctl_compat() hook Greg Kroah-Hartman
2024-02-21 13:10 ` [PATCH 5.4 263/267] netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval() Greg Kroah-Hartman
2024-02-21 13:10 ` [PATCH 5.4 264/267] Revert "Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting"" Greg Kroah-Hartman
2024-02-21 13:10 ` [PATCH 5.4 265/267] net: bcmgenet: Fix EEE implementation Greg Kroah-Hartman
2024-02-21 13:10 ` [PATCH 5.4 266/267] of: unittest: fix EXPECT text for gpio hog errors Greg Kroah-Hartman
2024-02-21 13:10 ` [PATCH 5.4 267/267] of: gpio unittest kfree() wrong object Greg Kroah-Hartman
2024-02-21 19:48 ` [PATCH 5.4 000/267] 5.4.269-rc1 review Jon Hunter
2024-02-21 23:26 ` Florian Fainelli
2024-02-21 23:46 ` Shuah Khan
2024-02-22 9:13 ` Shreeya Patel
2024-02-22 10:55 ` Naresh Kamboju
2024-02-22 13:28 ` Greg Kroah-Hartman
2024-02-22 13:43 ` Greg Kroah-Hartman
2024-02-22 19:21 ` Harshit Mogalapalli
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=20240221125945.335912600@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=ebiggers@google.com \
--cc=edumazet@google.com \
--cc=kuniyu@amazon.com \
--cc=pabeni@redhat.com \
--cc=patches@lists.linux.dev \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--cc=syzbot+32b89eaa102b372ff76d@syzkaller.appspotmail.com \
/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).