public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev,
	Alistair Francis <alistair.francis@wdc.com>,
	Sagi Grimberg <sagi@grimberg.me>,
	Shinichiro Kawasaki <shinichiro.kawasaki@wdc.com>,
	Christoph Hellwig <hch@lst.de>, Sasha Levin <sashal@kernel.org>
Subject: [PATCH 5.4 167/204] nvmet-tcp: dont restore null sk_state_change
Date: Mon,  2 Jun 2025 15:48:20 +0200	[thread overview]
Message-ID: <20250602134302.218586880@linuxfoundation.org> (raw)
In-Reply-To: <20250602134255.449974357@linuxfoundation.org>

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

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

From: Alistair Francis <alistair.francis@wdc.com>

[ Upstream commit 46d22b47df2741996af277a2838b95f130436c13 ]

queue->state_change is set as part of nvmet_tcp_set_queue_sock(), but if
the TCP connection isn't established when nvmet_tcp_set_queue_sock() is
called then queue->state_change isn't set and sock->sk->sk_state_change
isn't replaced.

As such we don't need to restore sock->sk->sk_state_change if
queue->state_change is NULL.

This avoids NULL pointer dereferences such as this:

[  286.462026][    C0] BUG: kernel NULL pointer dereference, address: 0000000000000000
[  286.462814][    C0] #PF: supervisor instruction fetch in kernel mode
[  286.463796][    C0] #PF: error_code(0x0010) - not-present page
[  286.464392][    C0] PGD 8000000140620067 P4D 8000000140620067 PUD 114201067 PMD 0
[  286.465086][    C0] Oops: Oops: 0010 [#1] SMP KASAN PTI
[  286.465559][    C0] CPU: 0 UID: 0 PID: 1628 Comm: nvme Not tainted 6.15.0-rc2+ #11 PREEMPT(voluntary)
[  286.466393][    C0] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.3-3.fc41 04/01/2014
[  286.467147][    C0] RIP: 0010:0x0
[  286.467420][    C0] Code: Unable to access opcode bytes at 0xffffffffffffffd6.
[  286.467977][    C0] RSP: 0018:ffff8883ae008580 EFLAGS: 00010246
[  286.468425][    C0] RAX: 0000000000000000 RBX: ffff88813fd34100 RCX: ffffffffa386cc43
[  286.469019][    C0] RDX: 1ffff11027fa68b6 RSI: 0000000000000008 RDI: ffff88813fd34100
[  286.469545][    C0] RBP: ffff88813fd34160 R08: 0000000000000000 R09: ffffed1027fa682c
[  286.470072][    C0] R10: ffff88813fd34167 R11: 0000000000000000 R12: ffff88813fd344c3
[  286.470585][    C0] R13: ffff88813fd34112 R14: ffff88813fd34aec R15: ffff888132cdd268
[  286.471070][    C0] FS:  00007fe3c04c7d80(0000) GS:ffff88840743f000(0000) knlGS:0000000000000000
[  286.471644][    C0] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[  286.472543][    C0] CR2: ffffffffffffffd6 CR3: 000000012daca000 CR4: 00000000000006f0
[  286.473500][    C0] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[  286.474467][    C0] DR3: 0000000000000000 DR6: 00000000ffff07f0 DR7: 0000000000000400
[  286.475453][    C0] Call Trace:
[  286.476102][    C0]  <IRQ>
[  286.476719][    C0]  tcp_fin+0x2bb/0x440
[  286.477429][    C0]  tcp_data_queue+0x190f/0x4e60
[  286.478174][    C0]  ? __build_skb_around+0x234/0x330
[  286.478940][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.479659][    C0]  ? __pfx_tcp_data_queue+0x10/0x10
[  286.480431][    C0]  ? tcp_try_undo_loss+0x640/0x6c0
[  286.481196][    C0]  ? seqcount_lockdep_reader_access.constprop.0+0x82/0x90
[  286.482046][    C0]  ? kvm_clock_get_cycles+0x14/0x30
[  286.482769][    C0]  ? ktime_get+0x66/0x150
[  286.483433][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.484146][    C0]  tcp_rcv_established+0x6e4/0x2050
[  286.484857][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.485523][    C0]  ? ipv4_dst_check+0x160/0x2b0
[  286.486203][    C0]  ? __pfx_tcp_rcv_established+0x10/0x10
[  286.486917][    C0]  ? lock_release+0x217/0x2c0
[  286.487595][    C0]  tcp_v4_do_rcv+0x4d6/0x9b0
[  286.488279][    C0]  tcp_v4_rcv+0x2af8/0x3e30
[  286.488904][    C0]  ? raw_local_deliver+0x51b/0xad0
[  286.489551][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.490198][    C0]  ? __pfx_tcp_v4_rcv+0x10/0x10
[  286.490813][    C0]  ? __pfx_raw_local_deliver+0x10/0x10
[  286.491487][    C0]  ? __pfx_nf_confirm+0x10/0x10 [nf_conntrack]
[  286.492275][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.492900][    C0]  ip_protocol_deliver_rcu+0x8f/0x370
[  286.493579][    C0]  ip_local_deliver_finish+0x297/0x420
[  286.494268][    C0]  ip_local_deliver+0x168/0x430
[  286.494867][    C0]  ? __pfx_ip_local_deliver+0x10/0x10
[  286.495498][    C0]  ? __pfx_ip_local_deliver_finish+0x10/0x10
[  286.496204][    C0]  ? ip_rcv_finish_core+0x19a/0x1f20
[  286.496806][    C0]  ? lock_release+0x217/0x2c0
[  286.497414][    C0]  ip_rcv+0x455/0x6e0
[  286.497945][    C0]  ? __pfx_ip_rcv+0x10/0x10
[  286.498550][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.499137][    C0]  ? __pfx_ip_rcv_finish+0x10/0x10
[  286.499763][    C0]  ? lock_release+0x217/0x2c0
[  286.500327][    C0]  ? dl_scaled_delta_exec+0xd1/0x2c0
[  286.500922][    C0]  ? __pfx_ip_rcv+0x10/0x10
[  286.501480][    C0]  __netif_receive_skb_one_core+0x166/0x1b0
[  286.502173][    C0]  ? __pfx___netif_receive_skb_one_core+0x10/0x10
[  286.502903][    C0]  ? lock_acquire+0x2b2/0x310
[  286.503487][    C0]  ? process_backlog+0x372/0x1350
[  286.504087][    C0]  ? lock_release+0x217/0x2c0
[  286.504642][    C0]  process_backlog+0x3b9/0x1350
[  286.505214][    C0]  ? process_backlog+0x372/0x1350
[  286.505779][    C0]  __napi_poll.constprop.0+0xa6/0x490
[  286.506363][    C0]  net_rx_action+0x92e/0xe10
[  286.506889][    C0]  ? __pfx_net_rx_action+0x10/0x10
[  286.507437][    C0]  ? timerqueue_add+0x1f0/0x320
[  286.507977][    C0]  ? sched_clock_cpu+0x68/0x540
[  286.508492][    C0]  ? lock_acquire+0x2b2/0x310
[  286.509043][    C0]  ? kvm_sched_clock_read+0xd/0x20
[  286.509607][    C0]  ? handle_softirqs+0x1aa/0x7d0
[  286.510187][    C0]  handle_softirqs+0x1f2/0x7d0
[  286.510754][    C0]  ? __pfx_handle_softirqs+0x10/0x10
[  286.511348][    C0]  ? irqtime_account_irq+0x181/0x290
[  286.511937][    C0]  ? __dev_queue_xmit+0x85d/0x3450
[  286.512510][    C0]  do_softirq.part.0+0x89/0xc0
[  286.513100][    C0]  </IRQ>
[  286.513548][    C0]  <TASK>
[  286.513953][    C0]  __local_bh_enable_ip+0x112/0x140
[  286.514522][    C0]  ? __dev_queue_xmit+0x85d/0x3450
[  286.515072][    C0]  __dev_queue_xmit+0x872/0x3450
[  286.515619][    C0]  ? nft_do_chain+0xe16/0x15b0 [nf_tables]
[  286.516252][    C0]  ? __pfx___dev_queue_xmit+0x10/0x10
[  286.516817][    C0]  ? selinux_ip_postroute+0x43c/0xc50
[  286.517433][    C0]  ? __pfx_selinux_ip_postroute+0x10/0x10
[  286.518061][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.518606][    C0]  ? ip_output+0x164/0x4a0
[  286.519149][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.519671][    C0]  ? ip_finish_output2+0x17d5/0x1fb0
[  286.520258][    C0]  ip_finish_output2+0xb4b/0x1fb0
[  286.520787][    C0]  ? __pfx_ip_finish_output2+0x10/0x10
[  286.521355][    C0]  ? __ip_finish_output+0x15d/0x750
[  286.521890][    C0]  ip_output+0x164/0x4a0
[  286.522372][    C0]  ? __pfx_ip_output+0x10/0x10
[  286.522872][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.523402][    C0]  ? _raw_spin_unlock_irqrestore+0x4c/0x60
[  286.524031][    C0]  ? __pfx_ip_finish_output+0x10/0x10
[  286.524605][    C0]  ? __ip_queue_xmit+0x999/0x2260
[  286.525200][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.525744][    C0]  ? ipv4_dst_check+0x16a/0x2b0
[  286.526279][    C0]  ? lock_release+0x217/0x2c0
[  286.526793][    C0]  __ip_queue_xmit+0x1883/0x2260
[  286.527324][    C0]  ? __skb_clone+0x54c/0x730
[  286.527827][    C0]  __tcp_transmit_skb+0x209b/0x37a0
[  286.528374][    C0]  ? __pfx___tcp_transmit_skb+0x10/0x10
[  286.528952][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.529472][    C0]  ? seqcount_lockdep_reader_access.constprop.0+0x82/0x90
[  286.530152][    C0]  ? trace_hardirqs_on+0x12/0x120
[  286.530691][    C0]  tcp_write_xmit+0xb81/0x88b0
[  286.531224][    C0]  ? mod_memcg_state+0x4d/0x60
[  286.531736][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.532253][    C0]  __tcp_push_pending_frames+0x90/0x320
[  286.532826][    C0]  tcp_send_fin+0x141/0xb50
[  286.533352][    C0]  ? __pfx_tcp_send_fin+0x10/0x10
[  286.533908][    C0]  ? __local_bh_enable_ip+0xab/0x140
[  286.534495][    C0]  inet_shutdown+0x243/0x320
[  286.535077][    C0]  nvme_tcp_alloc_queue+0xb3b/0x2590 [nvme_tcp]
[  286.535709][    C0]  ? do_raw_spin_lock+0x129/0x260
[  286.536314][    C0]  ? __pfx_nvme_tcp_alloc_queue+0x10/0x10 [nvme_tcp]
[  286.536996][    C0]  ? do_raw_spin_unlock+0x54/0x1e0
[  286.537550][    C0]  ? _raw_spin_unlock+0x29/0x50
[  286.538127][    C0]  ? do_raw_spin_lock+0x129/0x260
[  286.538664][    C0]  ? __pfx_do_raw_spin_lock+0x10/0x10
[  286.539249][    C0]  ? nvme_tcp_alloc_admin_queue+0xd5/0x340 [nvme_tcp]
[  286.539892][    C0]  ? __wake_up+0x40/0x60
[  286.540392][    C0]  nvme_tcp_alloc_admin_queue+0xd5/0x340 [nvme_tcp]
[  286.541047][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.541589][    C0]  nvme_tcp_setup_ctrl+0x8b/0x7a0 [nvme_tcp]
[  286.542254][    C0]  ? _raw_spin_unlock_irqrestore+0x4c/0x60
[  286.542887][    C0]  ? __pfx_nvme_tcp_setup_ctrl+0x10/0x10 [nvme_tcp]
[  286.543568][    C0]  ? trace_hardirqs_on+0x12/0x120
[  286.544166][    C0]  ? _raw_spin_unlock_irqrestore+0x35/0x60
[  286.544792][    C0]  ? nvme_change_ctrl_state+0x196/0x2e0 [nvme_core]
[  286.545477][    C0]  nvme_tcp_create_ctrl+0x839/0xb90 [nvme_tcp]
[  286.546126][    C0]  nvmf_dev_write+0x3db/0x7e0 [nvme_fabrics]
[  286.546775][    C0]  ? rw_verify_area+0x69/0x520
[  286.547334][    C0]  vfs_write+0x218/0xe90
[  286.547854][    C0]  ? do_syscall_64+0x9f/0x190
[  286.548408][    C0]  ? trace_hardirqs_on_prepare+0xdb/0x120
[  286.549037][    C0]  ? syscall_exit_to_user_mode+0x93/0x280
[  286.549659][    C0]  ? __pfx_vfs_write+0x10/0x10
[  286.550259][    C0]  ? do_syscall_64+0x9f/0x190
[  286.550840][    C0]  ? syscall_exit_to_user_mode+0x8e/0x280
[  286.551516][    C0]  ? trace_hardirqs_on_prepare+0xdb/0x120
[  286.552180][    C0]  ? syscall_exit_to_user_mode+0x93/0x280
[  286.552834][    C0]  ? ksys_read+0xf5/0x1c0
[  286.553386][    C0]  ? __pfx_ksys_read+0x10/0x10
[  286.553964][    C0]  ksys_write+0xf5/0x1c0
[  286.554499][    C0]  ? __pfx_ksys_write+0x10/0x10
[  286.555072][    C0]  ? trace_hardirqs_on_prepare+0xdb/0x120
[  286.555698][    C0]  ? syscall_exit_to_user_mode+0x93/0x280
[  286.556319][    C0]  ? do_syscall_64+0x54/0x190
[  286.556866][    C0]  do_syscall_64+0x93/0x190
[  286.557420][    C0]  ? rcu_read_unlock+0x17/0x60
[  286.557986][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.558526][    C0]  ? lock_release+0x217/0x2c0
[  286.559087][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.559659][    C0]  ? count_memcg_events.constprop.0+0x4a/0x60
[  286.560476][    C0]  ? exc_page_fault+0x7a/0x110
[  286.561064][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.561647][    C0]  ? lock_release+0x217/0x2c0
[  286.562257][    C0]  ? do_user_addr_fault+0x171/0xa00
[  286.562839][    C0]  ? do_user_addr_fault+0x4a2/0xa00
[  286.563453][    C0]  ? irqentry_exit_to_user_mode+0x84/0x270
[  286.564112][    C0]  ? rcu_is_watching+0x11/0xb0
[  286.564677][    C0]  ? irqentry_exit_to_user_mode+0x84/0x270
[  286.565317][    C0]  ? trace_hardirqs_on_prepare+0xdb/0x120
[  286.565922][    C0]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[  286.566542][    C0] RIP: 0033:0x7fe3c05e6504
[  286.567102][    C0] Code: c7 00 16 00 00 00 b8 ff ff ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 80 3d c5 8b 10 00 00 74 13 b8 01 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 54 c3 0f 1f 00 55 48 89 e5 48 83 ec 20 48 89
[  286.568931][    C0] RSP: 002b:00007fff76444f58 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
[  286.569807][    C0] RAX: ffffffffffffffda RBX: 000000003b40d930 RCX: 00007fe3c05e6504
[  286.570621][    C0] RDX: 00000000000000cf RSI: 000000003b40d930 RDI: 0000000000000003
[  286.571443][    C0] RBP: 0000000000000003 R08: 00000000000000cf R09: 000000003b40d930
[  286.572246][    C0] R10: 0000000000000000 R11: 0000000000000202 R12: 000000003b40cd60
[  286.573069][    C0] R13: 00000000000000cf R14: 00007fe3c07417f8 R15: 00007fe3c073502e
[  286.573886][    C0]  </TASK>

Closes: https://lore.kernel.org/linux-nvme/5hdonndzoqa265oq3bj6iarwtfk5dewxxjtbjvn5uqnwclpwt6@a2n6w3taxxex/
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Tested-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/nvme/target/tcp.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/nvme/target/tcp.c b/drivers/nvme/target/tcp.c
index 11c8506e04ca3..bac81baa49c13 100644
--- a/drivers/nvme/target/tcp.c
+++ b/drivers/nvme/target/tcp.c
@@ -1338,6 +1338,9 @@ static void nvmet_tcp_restore_socket_callbacks(struct nvmet_tcp_queue *queue)
 {
 	struct socket *sock = queue->sock;
 
+	if (!queue->state_change)
+		return;
+
 	write_lock_bh(&sock->sk->sk_callback_lock);
 	sock->sk->sk_data_ready =  queue->data_ready;
 	sock->sk->sk_state_change = queue->state_change;
-- 
2.39.5




  parent reply	other threads:[~2025-06-02 14:34 UTC|newest]

Thread overview: 237+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-02 13:45 [PATCH 5.4 000/204] 5.4.294-rc1 review Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 001/204] EDAC/altera: Test the correct error reg offset Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 002/204] EDAC/altera: Set DDR and SDMMC interrupt mask before registration Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 003/204] i2c: imx-lpi2c: Fix clock count when probe defers Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 004/204] parisc: Fix double SIGFPE crash Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 005/204] amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offload Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 006/204] wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage() Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 007/204] dm-integrity: fix a warning on invalid table line Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 008/204] dm: always update the array size in realloc_argv on success Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 009/204] tracing: Fix oob write in trace_seq_to_buffer() Greg Kroah-Hartman
2025-06-02 14:36   ` Steven Rostedt
2025-06-04 12:31     ` Greg Kroah-Hartman
2025-06-04 14:45       ` Steven Rostedt
2025-06-04 14:57         ` Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 010/204] net/mlx5: E-Switch, Initialize MAC Address for Default GID Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 011/204] net_sched: drr: Fix double list add in class with netem as child qdisc Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 012/204] net_sched: hfsc: Fix a UAF vulnerability " Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 013/204] net_sched: qfq: Fix double list add " Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 014/204] net: dlink: Correct endianness handling of led_mode Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 015/204] nvme-tcp: fix premature queue removal and I/O failover Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 016/204] lan743x: remove redundant initialization of variable current_head_index Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 017/204] lan743x: fix endianness when accessing descriptors Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 018/204] net: lan743x: Fix memleak issue when GSO enabled Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 019/204] net: fec: ERR007885 Workaround for conventional TX Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 020/204] PCI: imx6: Skip controller_id generation logic for i.MX7D Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 021/204] of: module: add buffer overflow check in of_modalias() Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 022/204] sch_htb: make htb_qlen_notify() idempotent Greg Kroah-Hartman
2025-08-08 13:46   ` Siddh Raman Pant
2025-08-08 14:01     ` [PATCH v5.4 0/4] Backport of missing net/sched idempotent patches Siddh Raman Pant
2025-08-08 14:01       ` [PATCH v5.4 1/4] sch_drr: make drr_qlen_notify() idempotent Siddh Raman Pant
2025-08-08 22:32         ` Sasha Levin
2025-08-08 14:01       ` [PATCH v5.4 2/4] sch_hfsc: make hfsc_qlen_notify() idempotent Siddh Raman Pant
2025-08-08 22:32         ` Sasha Levin
2025-08-08 14:01       ` [PATCH v5.4 3/4] sch_qfq: make qfq_qlen_notify() idempotent Siddh Raman Pant
2025-08-08 22:32         ` Sasha Levin
2025-08-08 14:01       ` [PATCH v5.4 4/4] codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() Siddh Raman Pant
2025-08-08 22:32         ` Sasha Levin
2025-08-09 15:03     ` [PATCH 5.15, 5.10 0/6] Backport of missing net/sched idempotent patches v2 Siddh Raman Pant
2025-08-09 15:03       ` [PATCH 5.15, 5.10 1/6] sch_htb: make htb_qlen_notify() idempotent Siddh Raman Pant
2025-08-10  0:42         ` Sasha Levin
2025-08-09 15:03       ` [PATCH 5.15, 5.10 2/6] sch_drr: make drr_qlen_notify() idempotent Siddh Raman Pant
2025-08-10  0:42         ` Sasha Levin
2025-08-09 15:03       ` [PATCH 5.15, 5.10 3/6] sch_hfsc: make hfsc_qlen_notify() idempotent Siddh Raman Pant
2025-08-10  0:42         ` Sasha Levin
2025-08-09 15:03       ` [PATCH 5.15, 5.10 4/6] sch_qfq: make qfq_qlen_notify() idempotent Siddh Raman Pant
2025-08-10  0:42         ` Sasha Levin
2025-08-09 15:04       ` [PATCH 5.15, 5.10 5/6] codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() Siddh Raman Pant
2025-08-10  0:42         ` Sasha Levin
2025-08-09 15:04       ` [PATCH 5.15, 5.10 6/6] sch_htb: make htb_deactivate() idempotent Siddh Raman Pant
2025-08-10  0:42         ` Sasha Levin
2025-06-02 13:45 ` [PATCH 5.4 023/204] irqchip/gic-v2m: Add const to of_device_id Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 024/204] irqchip/gic-v2m: Mark a few functions __init Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 025/204] irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode() Greg Kroah-Hartman
2025-06-02 13:45 ` [PATCH 5.4 026/204] usb: chipidea: imx: change hsic power regulator as optional Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 027/204] usb: chipidea: imx: refine the error handling for hsic Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 028/204] usb: chipidea: ci_hdrc_imx: use dev_err_probe() Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 029/204] usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error handling Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 030/204] arm64: dts: rockchip: fix iface clock-name on px30 iommus Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 031/204] iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihid Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 032/204] dm: fix copying after src array boundaries Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 033/204] scsi: target: Fix WRITE_SAME No Data Buffer crash Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 034/204] sch_htb: make htb_deactivate() idempotent Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 035/204] netfilter: ipset: fix region locking in hash types Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 036/204] net: dsa: b53: fix learning on VLAN unaware bridges Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 037/204] Input: synaptics - enable InterTouch on Dynabook Portege X30-D Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 038/204] Input: synaptics - enable InterTouch on Dynabook Portege X30L-G Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 039/204] Input: synaptics - enable InterTouch on Dell Precision M3800 Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 040/204] staging: iio: adc: ad7816: Correct conditional logic for store mode Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 041/204] iio: adc: ad7606: fix serial register access Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 042/204] iio: adis16201: Correct inclinometer channel resolution Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 043/204] iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifo Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 044/204] iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifo Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 045/204] usb: uhci-platform: Make the clock really optional Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 046/204] xenbus: Use kref to track req lifetime Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 047/204] module: ensure that kobject_put() is safe for module type kobjects Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 048/204] ocfs2: switch osb->disable_recovery to enum Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 049/204] ocfs2: implement handshaking with ocfs2 recovery thread Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 050/204] ocfs2: stop quota recovery before disabling quotas Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 051/204] usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transition Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 052/204] usb: typec: ucsi: displayport: Fix NULL pointer access Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 053/204] USB: usbtmc: use interruptible sleep in usbtmc_read Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 054/204] usb: usbtmc: Fix erroneous get_stb ioctl error returns Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 055/204] usb: usbtmc: Fix erroneous wait_srq ioctl return Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 056/204] usb: usbtmc: Fix erroneous generic_read " Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 057/204] types: Complement the aligned types with signed 64-bit one Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 058/204] iio: adc: dln2: Use aligned_s64 for timestamp Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 059/204] MIPS: Fix MAX_REG_OFFSET Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 060/204] nvme: unblock ctrl state transition for firmware update Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 061/204] do_umount(): add missing barrier before refcount checks in sync case Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 062/204] platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 063/204] staging: axis-fifo: replace spinlock with mutex Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 064/204] staging: axis-fifo: Remove hardware resets for user errors Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 065/204] staging: axis-fifo: avoid parsing ignored device tree properties Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 066/204] staging: axis-fifo: Correct handling of tx_fifo_depth for size validation Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 067/204] iio: adc: ad7768-1: Fix insufficient alignment of timestamp Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 068/204] iio: chemical: sps30: use aligned_s64 for timestamp Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 069/204] RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 070/204] nfs: handle failure of nfs_get_lock_context in unlock path Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 071/204] spi: loopback-test: Do not split 1024-byte hexdumps Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 072/204] net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 073/204] ALSA: sh: SND_AICA should depend on SH_DMA_API Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 074/204] qlcnic: fix memory leak in qlcnic_sriov_channel_cfg_cmd() Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 075/204] NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout cred Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 076/204] NFSv4/pnfs: Reset the layout state after a layoutreturn Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 077/204] dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrupted" Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 078/204] ACPI: PPTT: Fix processor subtable walk Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 079/204] ALSA: es1968: Add error handling for snd_pcm_hw_constraint_pow2() Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 080/204] phy: Fix error handling in tegra_xusb_port_init Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 081/204] phy: renesas: rcar-gen3-usb2: Set timing registers only once Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 082/204] clocksource/i8253: Use raw_spinlock_irqsave() in clockevent_i8253_disable() Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 083/204] Input: synaptics - enable SMBus for HP Elitebook 850 G1 Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 084/204] Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5 Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 085/204] openvswitch: Fix unsafe attribute parsing in output_userspace() Greg Kroah-Hartman
2025-06-02 13:46 ` [PATCH 5.4 086/204] scsi: target: iscsi: Fix timeout on deleted connection Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 087/204] dma-mapping: avoid potential unused data compilation warning Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 088/204] cgroup: Fix compilation issue due to cgroup_mutex not being exported Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 089/204] kconfig: merge_config: use an empty file as initfile Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 090/204] mailbox: use error ret code of of_parse_phandle_with_args() Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 091/204] fbdev: fsl-diu-fb: add missing device_remove_file() Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 092/204] fbdev: core: tileblit: Implement missing margin clearing for tileblit Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 093/204] NFSv4: Treat ENETUNREACH errors as fatal for state recovery Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 094/204] SUNRPC: rpc_clnt_set_transport() must not change the autobind setting Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 095/204] dql: Fix dql->limit value when reset Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 096/204] tools/build: Dont pass test log files to linker Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 097/204] pNFS/flexfiles: Report ENETDOWN as a connection error Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 098/204] libnvdimm/labels: Fix divide error in nd_label_data_init() Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 099/204] mmc: host: Wait for Vdd to settle on card power off Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 100/204] i2c: pxa: fix call balance of i2c->clk handling routines Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 101/204] btrfs: avoid linker error in btrfs_find_create_tree_block() Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 102/204] btrfs: send: return -ENAMETOOLONG when attempting a path that is too long Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 103/204] um: Store full CSGSFS and SS register from mcontext Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 104/204] um: Update min_low_pfn to match changes in uml_reserved Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 105/204] ext4: reorder capability check last Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 106/204] scsi: st: Tighten the page format heuristics with MODE SELECT Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 107/204] scsi: st: ERASE does not change tape location Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 108/204] kbuild: fix argument parsing in scripts/config Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 109/204] dm: restrict dm device size to 2^63-512 bytes Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 110/204] xen: Add support for XenServer 6.1 platform device Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 111/204] posix-timers: Add cond_resched() to posix_timer_add() search loop Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 112/204] netfilter: conntrack: Bound nf_conntrack sysctl writes Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 113/204] mmc: sdhci: Disable SD card clock before changing parameters Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 114/204] powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7 Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 115/204] rtc: ds1307: stop disabling alarms on probe Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 116/204] ieee802154: ca8210: Use proper setters and getters for bitwise types Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 117/204] ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114 Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 118/204] media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe() Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 119/204] dm cache: prevent BUG_ON by blocking retries on failed device resumes Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 120/204] orangefs: Do not truncate file size Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 121/204] media: cx231xx: set device_caps for 417 Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 122/204] pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned" Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 123/204] net: pktgen: fix mpls maximum labels list parsing Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 124/204] x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2 Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 125/204] hwmon: (gpio-fan) Add missing mutex locks Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 126/204] drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 127/204] fpga: altera-cvp: Increase credit timeout Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 128/204] net/mlx5: Avoid report two health errors on same syndrome Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 129/204] drm/amdkfd: KFD release_work possible circular locking Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 130/204] net: xgene-v2: remove incorrect ACPI_PTR annotation Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 131/204] bonding: report duplicate MAC address in all situations Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 132/204] x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus() Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 133/204] cpuidle: menu: Avoid discarding useful information Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 134/204] MIPS: Use arch specific syscall name match function Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 135/204] MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 136/204] scsi: mpt3sas: Send a diag reset if target reset fails Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 137/204] wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 138/204] net: pktgen: fix access outside of user given buffer in pktgen_thread_write() Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 139/204] EDAC/ie31200: work around false positive build warning Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 140/204] PCI: Fix old_size lower bound in calculate_iosize() too Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 141/204] ACPI: HED: Always initialize before evged Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 142/204] net/mlx5: Modify LSB bitmask in temperature event to include only the first bit Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 143/204] net/mlx5: Apply rate-limiting to high temperature warning Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 144/204] ASoC: ops: Enforce platform maximum on initial value Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 145/204] pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_map Greg Kroah-Hartman
2025-06-02 13:47 ` [PATCH 5.4 146/204] smack: recognize ipv4 CIPSO w/o categories Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 147/204] net/mlx4_core: Avoid impossible mlx4_db_alloc() order value Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 148/204] phy: core: dont require set_mode() callback for phy_get_mode() to work Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 149/204] net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 150/204] net/mlx5e: set the tx_queue_len for pfifo_fast Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 151/204] net/mlx5e: reduce rep rxq depth to 256 for ECPF Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 152/204] ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure() Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 153/204] hwmon: (xgene-hwmon) use appropriate type for the latency value Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 154/204] vxlan: Annotate FDB data races Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 155/204] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 156/204] rcu: fix header guard for rcu_all_qs() Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 157/204] scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 158/204] scsi: st: Restore some drive settings after reset Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 159/204] HID: usbkbd: Fix the bit shift number for LED_KANA Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 160/204] bpftool: Fix readlink usage in get_fd_type Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 161/204] wifi: rtw88: Dont use static local variable in rtw8822b_set_tx_power_index_by_rate Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 162/204] regulator: ad5398: Add device tree support Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 163/204] drm/atomic: clarify the rules around drm_atomic_state->allow_modeset Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 164/204] drm: Add valid clones check Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 165/204] pinctrl: meson: define the pull up/down resistor value as 60 kOhm Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 166/204] ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013 Greg Kroah-Hartman
2025-06-02 13:48 ` Greg Kroah-Hartman [this message]
2025-06-02 13:48 ` [PATCH 5.4 168/204] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 169/204] xenbus: Allow PVH dom0 a non-local xenstore Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 170/204] __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 171/204] xfrm: Sanitize marks before insert Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 172/204] bridge: netfilter: Fix forwarding of fragmented packets Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 173/204] net: dwmac-sun8i: Use parsed internal PHY address instead of 1 Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 174/204] sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 175/204] crypto: algif_hash - fix double free in hash_accept Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 176/204] can: bcm: add locking for bcm_op runtime updates Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 177/204] can: bcm: add missing rcu read protection for procfs content Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 178/204] ALSA: pcm: Fix race of buffer access at PCM OSS layer Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 179/204] llc: fix data loss when reading from a socket in llc_ui_recvmsg() Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 180/204] drm/edid: fixed the bug that hdr metadata was not reset Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 181/204] memcg: always call cond_resched() after fn() Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 182/204] mm/page_alloc.c: avoid infinite retries caused by cpuset race Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 183/204] spi: spi-fsl-dspi: restrict register range for regmap access Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 184/204] kbuild: Disable -Wdefault-const-init-unsafe Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 185/204] netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 186/204] netfilter: nf_tables: wait for rcu grace period on net_device removal Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 187/204] netfilter: nf_tables: do not defer rule destruction via call_rcu Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 188/204] drm/i915/gvt: fix unterminated-string-initialization warning Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 189/204] smb: client: Fix use-after-free in cifs_fill_dirent Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 190/204] smb: client: Reset all search buffer pointers when releasing buffer Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 191/204] net_sched: hfsc: Address reentrant enqueue adding class to eltree twice Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 192/204] coredump: fix error handling for replace_fd() Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 193/204] pidfd: check pid has attached task in fdinfo Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 194/204] pid: add pidfd_prepare() Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 195/204] fork: use pidfd_prepare() Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 196/204] coredump: hand a pidfd to the usermode coredump helper Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 197/204] HID: quirks: Add ADATA XPG alpha wireless mouse support Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 198/204] nfs: dont share pNFS DS connections between net namespaces Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 199/204] platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 200/204] um: let make clean properly clean underlying SUBARCH as well Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 201/204] spi: spi-sun4i: fix early activation Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 202/204] platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 203/204] platform/x86: thinkpad_acpi: Ignore battery threshold change event notification Greg Kroah-Hartman
2025-06-02 13:48 ` [PATCH 5.4 204/204] xen/swiotlb: relax alignment requirements Greg Kroah-Hartman
2025-06-02 16:37 ` [PATCH 5.4 000/204] 5.4.294-rc1 review Florian Fainelli
2025-06-03  8:07 ` Naresh Kamboju
2025-06-03 17:13 ` Shuah Khan
2025-06-04  5:45 ` ALOK TIWARI
2025-06-04  9:40 ` Jon Hunter

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=20250602134302.218586880@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=alistair.francis@wdc.com \
    --cc=hch@lst.de \
    --cc=patches@lists.linux.dev \
    --cc=sagi@grimberg.me \
    --cc=sashal@kernel.org \
    --cc=shinichiro.kawasaki@wdc.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