From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev,
syzbot+0a7039d5d9986ff4ecec@syzkaller.appspotmail.com,
syzbot+cc0cc52e7f43dc9e6df1@syzkaller.appspotmail.com,
Dmitry Antipov <dmantipov@yandex.ru>,
Luiz Augusto von Dentz <luiz.von.dentz@intel.com>,
Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.12 425/512] Bluetooth: MGMT: Protect mgmt_pending list with its own lock
Date: Tue, 17 Jun 2025 17:26:31 +0200 [thread overview]
Message-ID: <20250617152436.792496743@linuxfoundation.org> (raw)
In-Reply-To: <20250617152419.512865572@linuxfoundation.org>
6.12-stable review patch. If anyone has any objections, please let me know.
------------------
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
[ Upstream commit 6fe26f694c824b8a4dbf50c635bee1302e3f099c ]
This uses a mutex to protect from concurrent access of mgmt_pending
list which can cause crashes like:
==================================================================
BUG: KASAN: slab-use-after-free in hci_sock_get_channel+0x60/0x68 net/bluetooth/hci_sock.c:91
Read of size 2 at addr ffff0000c48885b2 by task syz.4.334/7318
CPU: 0 UID: 0 PID: 7318 Comm: syz.4.334 Not tainted 6.15.0-rc7-syzkaller-g187899f4124a #0 PREEMPT
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 02/12/2025
Call trace:
show_stack+0x2c/0x3c arch/arm64/kernel/stacktrace.c:466 (C)
__dump_stack+0x30/0x40 lib/dump_stack.c:94
dump_stack_lvl+0xd8/0x12c lib/dump_stack.c:120
print_address_description+0xa8/0x254 mm/kasan/report.c:408
print_report+0x68/0x84 mm/kasan/report.c:521
kasan_report+0xb0/0x110 mm/kasan/report.c:634
__asan_report_load2_noabort+0x20/0x2c mm/kasan/report_generic.c:379
hci_sock_get_channel+0x60/0x68 net/bluetooth/hci_sock.c:91
mgmt_pending_find+0x7c/0x140 net/bluetooth/mgmt_util.c:223
pending_find net/bluetooth/mgmt.c:947 [inline]
remove_adv_monitor+0x44/0x1a4 net/bluetooth/mgmt.c:5445
hci_mgmt_cmd+0x780/0xc00 net/bluetooth/hci_sock.c:1712
hci_sock_sendmsg+0x544/0xbb0 net/bluetooth/hci_sock.c:1832
sock_sendmsg_nosec net/socket.c:712 [inline]
__sock_sendmsg net/socket.c:727 [inline]
sock_write_iter+0x25c/0x378 net/socket.c:1131
new_sync_write fs/read_write.c:591 [inline]
vfs_write+0x62c/0x97c fs/read_write.c:684
ksys_write+0x120/0x210 fs/read_write.c:736
__do_sys_write fs/read_write.c:747 [inline]
__se_sys_write fs/read_write.c:744 [inline]
__arm64_sys_write+0x7c/0x90 fs/read_write.c:744
__invoke_syscall arch/arm64/kernel/syscall.c:35 [inline]
invoke_syscall+0x98/0x2b8 arch/arm64/kernel/syscall.c:49
el0_svc_common+0x130/0x23c arch/arm64/kernel/syscall.c:132
do_el0_svc+0x48/0x58 arch/arm64/kernel/syscall.c:151
el0_svc+0x58/0x17c arch/arm64/kernel/entry-common.c:767
el0t_64_sync_handler+0x78/0x108 arch/arm64/kernel/entry-common.c:786
el0t_64_sync+0x198/0x19c arch/arm64/kernel/entry.S:600
Allocated by task 7037:
kasan_save_stack mm/kasan/common.c:47 [inline]
kasan_save_track+0x40/0x78 mm/kasan/common.c:68
kasan_save_alloc_info+0x44/0x54 mm/kasan/generic.c:562
poison_kmalloc_redzone mm/kasan/common.c:377 [inline]
__kasan_kmalloc+0x9c/0xb4 mm/kasan/common.c:394
kasan_kmalloc include/linux/kasan.h:260 [inline]
__do_kmalloc_node mm/slub.c:4327 [inline]
__kmalloc_noprof+0x2fc/0x4c8 mm/slub.c:4339
kmalloc_noprof include/linux/slab.h:909 [inline]
sk_prot_alloc+0xc4/0x1f0 net/core/sock.c:2198
sk_alloc+0x44/0x3ac net/core/sock.c:2254
bt_sock_alloc+0x4c/0x300 net/bluetooth/af_bluetooth.c:148
hci_sock_create+0xa8/0x194 net/bluetooth/hci_sock.c:2202
bt_sock_create+0x14c/0x24c net/bluetooth/af_bluetooth.c:132
__sock_create+0x43c/0x91c net/socket.c:1541
sock_create net/socket.c:1599 [inline]
__sys_socket_create net/socket.c:1636 [inline]
__sys_socket+0xd4/0x1c0 net/socket.c:1683
__do_sys_socket net/socket.c:1697 [inline]
__se_sys_socket net/socket.c:1695 [inline]
__arm64_sys_socket+0x7c/0x94 net/socket.c:1695
__invoke_syscall arch/arm64/kernel/syscall.c:35 [inline]
invoke_syscall+0x98/0x2b8 arch/arm64/kernel/syscall.c:49
el0_svc_common+0x130/0x23c arch/arm64/kernel/syscall.c:132
do_el0_svc+0x48/0x58 arch/arm64/kernel/syscall.c:151
el0_svc+0x58/0x17c arch/arm64/kernel/entry-common.c:767
el0t_64_sync_handler+0x78/0x108 arch/arm64/kernel/entry-common.c:786
el0t_64_sync+0x198/0x19c arch/arm64/kernel/entry.S:600
Freed by task 6607:
kasan_save_stack mm/kasan/common.c:47 [inline]
kasan_save_track+0x40/0x78 mm/kasan/common.c:68
kasan_save_free_info+0x58/0x70 mm/kasan/generic.c:576
poison_slab_object mm/kasan/common.c:247 [inline]
__kasan_slab_free+0x68/0x88 mm/kasan/common.c:264
kasan_slab_free include/linux/kasan.h:233 [inline]
slab_free_hook mm/slub.c:2380 [inline]
slab_free mm/slub.c:4642 [inline]
kfree+0x17c/0x474 mm/slub.c:4841
sk_prot_free net/core/sock.c:2237 [inline]
__sk_destruct+0x4f4/0x760 net/core/sock.c:2332
sk_destruct net/core/sock.c:2360 [inline]
__sk_free+0x320/0x430 net/core/sock.c:2371
sk_free+0x60/0xc8 net/core/sock.c:2382
sock_put include/net/sock.h:1944 [inline]
mgmt_pending_free+0x88/0x118 net/bluetooth/mgmt_util.c:290
mgmt_pending_remove+0xec/0x104 net/bluetooth/mgmt_util.c:298
mgmt_set_powered_complete+0x418/0x5cc net/bluetooth/mgmt.c:1355
hci_cmd_sync_work+0x204/0x33c net/bluetooth/hci_sync.c:334
process_one_work+0x7e8/0x156c kernel/workqueue.c:3238
process_scheduled_works kernel/workqueue.c:3319 [inline]
worker_thread+0x958/0xed8 kernel/workqueue.c:3400
kthread+0x5fc/0x75c kernel/kthread.c:464
ret_from_fork+0x10/0x20 arch/arm64/kernel/entry.S:847
Fixes: a380b6cff1a2 ("Bluetooth: Add generic mgmt helper API")
Closes: https://syzkaller.appspot.com/bug?extid=0a7039d5d9986ff4ecec
Closes: https://syzkaller.appspot.com/bug?extid=cc0cc52e7f43dc9e6df1
Reported-by: syzbot+0a7039d5d9986ff4ecec@syzkaller.appspotmail.com
Tested-by: syzbot+0a7039d5d9986ff4ecec@syzkaller.appspotmail.com
Tested-by: syzbot+cc0cc52e7f43dc9e6df1@syzkaller.appspotmail.com
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
include/net/bluetooth/hci_core.h | 1 +
net/bluetooth/hci_core.c | 1 +
net/bluetooth/mgmt.c | 101 +++++++++++++++----------------
net/bluetooth/mgmt_util.c | 32 ++++++++--
net/bluetooth/mgmt_util.h | 4 +-
5 files changed, 80 insertions(+), 59 deletions(-)
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index d81c3f7dd328e..e9e3366d059ef 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -538,6 +538,7 @@ struct hci_dev {
struct hci_conn_hash conn_hash;
struct list_head mesh_pending;
+ struct mutex mgmt_pending_lock;
struct list_head mgmt_pending;
struct list_head reject_list;
struct list_head accept_list;
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c
index 77fceec9039ed..0d3816c807588 100644
--- a/net/bluetooth/hci_core.c
+++ b/net/bluetooth/hci_core.c
@@ -2505,6 +2505,7 @@ struct hci_dev *hci_alloc_dev_priv(int sizeof_priv)
mutex_init(&hdev->lock);
mutex_init(&hdev->req_lock);
+ mutex_init(&hdev->mgmt_pending_lock);
ida_init(&hdev->unset_handle_ida);
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c
index 7a086a9ad41fa..70a26c895512f 100644
--- a/net/bluetooth/mgmt.c
+++ b/net/bluetooth/mgmt.c
@@ -1440,22 +1440,17 @@ static void settings_rsp(struct mgmt_pending_cmd *cmd, void *data)
send_settings_rsp(cmd->sk, cmd->opcode, match->hdev);
- list_del(&cmd->list);
-
if (match->sk == NULL) {
match->sk = cmd->sk;
sock_hold(match->sk);
}
-
- mgmt_pending_free(cmd);
}
static void cmd_status_rsp(struct mgmt_pending_cmd *cmd, void *data)
{
u8 *status = data;
- mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, *status);
- mgmt_pending_remove(cmd);
+ mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode, *status);
}
static void cmd_complete_rsp(struct mgmt_pending_cmd *cmd, void *data)
@@ -1469,8 +1464,6 @@ static void cmd_complete_rsp(struct mgmt_pending_cmd *cmd, void *data)
if (cmd->cmd_complete) {
cmd->cmd_complete(cmd, match->mgmt_status);
- mgmt_pending_remove(cmd);
-
return;
}
@@ -1479,13 +1472,13 @@ static void cmd_complete_rsp(struct mgmt_pending_cmd *cmd, void *data)
static int generic_cmd_complete(struct mgmt_pending_cmd *cmd, u8 status)
{
- return mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode, status,
+ return mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode, status,
cmd->param, cmd->param_len);
}
static int addr_cmd_complete(struct mgmt_pending_cmd *cmd, u8 status)
{
- return mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode, status,
+ return mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode, status,
cmd->param, sizeof(struct mgmt_addr_info));
}
@@ -1525,7 +1518,7 @@ static void mgmt_set_discoverable_complete(struct hci_dev *hdev, void *data,
if (err) {
u8 mgmt_err = mgmt_status(err);
- mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err);
+ mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode, mgmt_err);
hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE);
goto done;
}
@@ -1700,7 +1693,7 @@ static void mgmt_set_connectable_complete(struct hci_dev *hdev, void *data,
if (err) {
u8 mgmt_err = mgmt_status(err);
- mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err);
+ mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode, mgmt_err);
goto done;
}
@@ -1936,8 +1929,8 @@ static void set_ssp_complete(struct hci_dev *hdev, void *data, int err)
new_settings(hdev, NULL);
}
- mgmt_pending_foreach(MGMT_OP_SET_SSP, hdev, cmd_status_rsp,
- &mgmt_err);
+ mgmt_pending_foreach(MGMT_OP_SET_SSP, hdev, true,
+ cmd_status_rsp, &mgmt_err);
return;
}
@@ -1947,7 +1940,7 @@ static void set_ssp_complete(struct hci_dev *hdev, void *data, int err)
changed = hci_dev_test_and_clear_flag(hdev, HCI_SSP_ENABLED);
}
- mgmt_pending_foreach(MGMT_OP_SET_SSP, hdev, settings_rsp, &match);
+ mgmt_pending_foreach(MGMT_OP_SET_SSP, hdev, true, settings_rsp, &match);
if (changed)
new_settings(hdev, match.sk);
@@ -2067,12 +2060,12 @@ static void set_le_complete(struct hci_dev *hdev, void *data, int err)
bt_dev_dbg(hdev, "err %d", err);
if (status) {
- mgmt_pending_foreach(MGMT_OP_SET_LE, hdev, cmd_status_rsp,
- &status);
+ mgmt_pending_foreach(MGMT_OP_SET_LE, hdev, true, cmd_status_rsp,
+ &status);
return;
}
- mgmt_pending_foreach(MGMT_OP_SET_LE, hdev, settings_rsp, &match);
+ mgmt_pending_foreach(MGMT_OP_SET_LE, hdev, true, settings_rsp, &match);
new_settings(hdev, match.sk);
@@ -2131,7 +2124,7 @@ static void set_mesh_complete(struct hci_dev *hdev, void *data, int err)
struct sock *sk = cmd->sk;
if (status) {
- mgmt_pending_foreach(MGMT_OP_SET_MESH_RECEIVER, hdev,
+ mgmt_pending_foreach(MGMT_OP_SET_MESH_RECEIVER, hdev, true,
cmd_status_rsp, &status);
return;
}
@@ -2572,7 +2565,7 @@ static void mgmt_class_complete(struct hci_dev *hdev, void *data, int err)
bt_dev_dbg(hdev, "err %d", err);
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(err), hdev->dev_class, 3);
mgmt_pending_free(cmd);
@@ -3360,7 +3353,7 @@ static int pairing_complete(struct mgmt_pending_cmd *cmd, u8 status)
bacpy(&rp.addr.bdaddr, &conn->dst);
rp.addr.type = link_to_bdaddr(conn->type, conn->dst_type);
- err = mgmt_cmd_complete(cmd->sk, cmd->index, MGMT_OP_PAIR_DEVICE,
+ err = mgmt_cmd_complete(cmd->sk, cmd->hdev->id, MGMT_OP_PAIR_DEVICE,
status, &rp, sizeof(rp));
/* So we don't get further callbacks for this connection */
@@ -5250,7 +5243,7 @@ static void mgmt_add_adv_patterns_monitor_complete(struct hci_dev *hdev,
hci_update_passive_scan(hdev);
}
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(status), &rp, sizeof(rp));
mgmt_pending_remove(cmd);
@@ -5465,7 +5458,7 @@ static void mgmt_remove_adv_monitor_complete(struct hci_dev *hdev,
hci_update_passive_scan(hdev);
}
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(status), &rp, sizeof(rp));
mgmt_pending_free(cmd);
@@ -5864,7 +5857,7 @@ static void start_discovery_complete(struct hci_dev *hdev, void *data, int err)
cmd != pending_find(MGMT_OP_START_SERVICE_DISCOVERY, hdev))
return;
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode, mgmt_status(err),
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode, mgmt_status(err),
cmd->param, 1);
mgmt_pending_remove(cmd);
@@ -6102,7 +6095,7 @@ static void stop_discovery_complete(struct hci_dev *hdev, void *data, int err)
bt_dev_dbg(hdev, "err %d", err);
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode, mgmt_status(err),
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode, mgmt_status(err),
cmd->param, 1);
mgmt_pending_remove(cmd);
@@ -6327,7 +6320,7 @@ static void set_advertising_complete(struct hci_dev *hdev, void *data, int err)
u8 status = mgmt_status(err);
if (status) {
- mgmt_pending_foreach(MGMT_OP_SET_ADVERTISING, hdev,
+ mgmt_pending_foreach(MGMT_OP_SET_ADVERTISING, hdev, true,
cmd_status_rsp, &status);
return;
}
@@ -6337,7 +6330,7 @@ static void set_advertising_complete(struct hci_dev *hdev, void *data, int err)
else
hci_dev_clear_flag(hdev, HCI_ADVERTISING);
- mgmt_pending_foreach(MGMT_OP_SET_ADVERTISING, hdev, settings_rsp,
+ mgmt_pending_foreach(MGMT_OP_SET_ADVERTISING, hdev, true, settings_rsp,
&match);
new_settings(hdev, match.sk);
@@ -6681,7 +6674,7 @@ static void set_bredr_complete(struct hci_dev *hdev, void *data, int err)
*/
hci_dev_clear_flag(hdev, HCI_BREDR_ENABLED);
- mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err);
+ mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode, mgmt_err);
} else {
send_settings_rsp(cmd->sk, MGMT_OP_SET_BREDR, hdev);
new_settings(hdev, cmd->sk);
@@ -6818,7 +6811,7 @@ static void set_secure_conn_complete(struct hci_dev *hdev, void *data, int err)
if (err) {
u8 mgmt_err = mgmt_status(err);
- mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode, mgmt_err);
+ mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode, mgmt_err);
goto done;
}
@@ -7265,7 +7258,7 @@ static void get_conn_info_complete(struct hci_dev *hdev, void *data, int err)
rp.max_tx_power = HCI_TX_POWER_INVALID;
}
- mgmt_cmd_complete(cmd->sk, cmd->index, MGMT_OP_GET_CONN_INFO, status,
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, MGMT_OP_GET_CONN_INFO, status,
&rp, sizeof(rp));
mgmt_pending_free(cmd);
@@ -7425,7 +7418,7 @@ static void get_clock_info_complete(struct hci_dev *hdev, void *data, int err)
}
complete:
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode, status, &rp,
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode, status, &rp,
sizeof(rp));
mgmt_pending_free(cmd);
@@ -8675,10 +8668,10 @@ static void add_advertising_complete(struct hci_dev *hdev, void *data, int err)
rp.instance = cp->instance;
if (err)
- mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(err));
else
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(err), &rp, sizeof(rp));
add_adv_complete(hdev, cmd->sk, cp->instance, err);
@@ -8866,10 +8859,10 @@ static void add_ext_adv_params_complete(struct hci_dev *hdev, void *data,
hci_remove_adv_instance(hdev, cp->instance);
- mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(err));
} else {
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(err), &rp, sizeof(rp));
}
@@ -9016,10 +9009,10 @@ static void add_ext_adv_data_complete(struct hci_dev *hdev, void *data, int err)
rp.instance = cp->instance;
if (err)
- mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(err));
else
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(err), &rp, sizeof(rp));
mgmt_pending_free(cmd);
@@ -9178,10 +9171,10 @@ static void remove_advertising_complete(struct hci_dev *hdev, void *data,
rp.instance = cp->instance;
if (err)
- mgmt_cmd_status(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_status(cmd->sk, cmd->hdev->id, cmd->opcode,
mgmt_status(err));
else
- mgmt_cmd_complete(cmd->sk, cmd->index, cmd->opcode,
+ mgmt_cmd_complete(cmd->sk, cmd->hdev->id, cmd->opcode,
MGMT_STATUS_SUCCESS, &rp, sizeof(rp));
mgmt_pending_free(cmd);
@@ -9452,7 +9445,7 @@ void mgmt_index_removed(struct hci_dev *hdev)
if (test_bit(HCI_QUIRK_RAW_DEVICE, &hdev->quirks))
return;
- mgmt_pending_foreach(0, hdev, cmd_complete_rsp, &match);
+ mgmt_pending_foreach(0, hdev, true, cmd_complete_rsp, &match);
if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED)) {
mgmt_index_event(MGMT_EV_UNCONF_INDEX_REMOVED, hdev, NULL, 0,
@@ -9490,7 +9483,8 @@ void mgmt_power_on(struct hci_dev *hdev, int err)
hci_update_passive_scan(hdev);
}
- mgmt_pending_foreach(MGMT_OP_SET_POWERED, hdev, settings_rsp, &match);
+ mgmt_pending_foreach(MGMT_OP_SET_POWERED, hdev, true, settings_rsp,
+ &match);
new_settings(hdev, match.sk);
@@ -9505,7 +9499,8 @@ void __mgmt_power_off(struct hci_dev *hdev)
struct cmd_lookup match = { NULL, hdev };
u8 zero_cod[] = { 0, 0, 0 };
- mgmt_pending_foreach(MGMT_OP_SET_POWERED, hdev, settings_rsp, &match);
+ mgmt_pending_foreach(MGMT_OP_SET_POWERED, hdev, true, settings_rsp,
+ &match);
/* If the power off is because of hdev unregistration let
* use the appropriate INVALID_INDEX status. Otherwise use
@@ -9519,7 +9514,7 @@ void __mgmt_power_off(struct hci_dev *hdev)
else
match.mgmt_status = MGMT_STATUS_NOT_POWERED;
- mgmt_pending_foreach(0, hdev, cmd_complete_rsp, &match);
+ mgmt_pending_foreach(0, hdev, true, cmd_complete_rsp, &match);
if (memcmp(hdev->dev_class, zero_cod, sizeof(zero_cod)) != 0) {
mgmt_limited_event(MGMT_EV_CLASS_OF_DEV_CHANGED, hdev,
@@ -9760,7 +9755,6 @@ static void unpair_device_rsp(struct mgmt_pending_cmd *cmd, void *data)
device_unpaired(hdev, &cp->addr.bdaddr, cp->addr.type, cmd->sk);
cmd->cmd_complete(cmd, 0);
- mgmt_pending_remove(cmd);
}
bool mgmt_powering_down(struct hci_dev *hdev)
@@ -9816,8 +9810,8 @@ void mgmt_disconnect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr,
struct mgmt_cp_disconnect *cp;
struct mgmt_pending_cmd *cmd;
- mgmt_pending_foreach(MGMT_OP_UNPAIR_DEVICE, hdev, unpair_device_rsp,
- hdev);
+ mgmt_pending_foreach(MGMT_OP_UNPAIR_DEVICE, hdev, true,
+ unpair_device_rsp, hdev);
cmd = pending_find(MGMT_OP_DISCONNECT, hdev);
if (!cmd)
@@ -10010,7 +10004,7 @@ void mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status)
if (status) {
u8 mgmt_err = mgmt_status(status);
- mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev,
+ mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, true,
cmd_status_rsp, &mgmt_err);
return;
}
@@ -10020,8 +10014,8 @@ void mgmt_auth_enable_complete(struct hci_dev *hdev, u8 status)
else
changed = hci_dev_test_and_clear_flag(hdev, HCI_LINK_SECURITY);
- mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, settings_rsp,
- &match);
+ mgmt_pending_foreach(MGMT_OP_SET_LINK_SECURITY, hdev, true,
+ settings_rsp, &match);
if (changed)
new_settings(hdev, match.sk);
@@ -10045,9 +10039,12 @@ void mgmt_set_class_of_dev_complete(struct hci_dev *hdev, u8 *dev_class,
{
struct cmd_lookup match = { NULL, hdev, mgmt_status(status) };
- mgmt_pending_foreach(MGMT_OP_SET_DEV_CLASS, hdev, sk_lookup, &match);
- mgmt_pending_foreach(MGMT_OP_ADD_UUID, hdev, sk_lookup, &match);
- mgmt_pending_foreach(MGMT_OP_REMOVE_UUID, hdev, sk_lookup, &match);
+ mgmt_pending_foreach(MGMT_OP_SET_DEV_CLASS, hdev, false, sk_lookup,
+ &match);
+ mgmt_pending_foreach(MGMT_OP_ADD_UUID, hdev, false, sk_lookup,
+ &match);
+ mgmt_pending_foreach(MGMT_OP_REMOVE_UUID, hdev, false, sk_lookup,
+ &match);
if (!status) {
mgmt_limited_event(MGMT_EV_CLASS_OF_DEV_CHANGED, hdev, dev_class,
diff --git a/net/bluetooth/mgmt_util.c b/net/bluetooth/mgmt_util.c
index 3713ff490c65d..a88a07da39473 100644
--- a/net/bluetooth/mgmt_util.c
+++ b/net/bluetooth/mgmt_util.c
@@ -217,30 +217,47 @@ int mgmt_cmd_complete(struct sock *sk, u16 index, u16 cmd, u8 status,
struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode,
struct hci_dev *hdev)
{
- struct mgmt_pending_cmd *cmd;
+ struct mgmt_pending_cmd *cmd, *tmp;
+
+ mutex_lock(&hdev->mgmt_pending_lock);
- list_for_each_entry(cmd, &hdev->mgmt_pending, list) {
+ list_for_each_entry_safe(cmd, tmp, &hdev->mgmt_pending, list) {
if (hci_sock_get_channel(cmd->sk) != channel)
continue;
- if (cmd->opcode == opcode)
+
+ if (cmd->opcode == opcode) {
+ mutex_unlock(&hdev->mgmt_pending_lock);
return cmd;
+ }
}
+ mutex_unlock(&hdev->mgmt_pending_lock);
+
return NULL;
}
-void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev,
+void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, bool remove,
void (*cb)(struct mgmt_pending_cmd *cmd, void *data),
void *data)
{
struct mgmt_pending_cmd *cmd, *tmp;
+ mutex_lock(&hdev->mgmt_pending_lock);
+
list_for_each_entry_safe(cmd, tmp, &hdev->mgmt_pending, list) {
if (opcode > 0 && cmd->opcode != opcode)
continue;
+ if (remove)
+ list_del(&cmd->list);
+
cb(cmd, data);
+
+ if (remove)
+ mgmt_pending_free(cmd);
}
+
+ mutex_unlock(&hdev->mgmt_pending_lock);
}
struct mgmt_pending_cmd *mgmt_pending_new(struct sock *sk, u16 opcode,
@@ -254,7 +271,7 @@ struct mgmt_pending_cmd *mgmt_pending_new(struct sock *sk, u16 opcode,
return NULL;
cmd->opcode = opcode;
- cmd->index = hdev->id;
+ cmd->hdev = hdev;
cmd->param = kmemdup(data, len, GFP_KERNEL);
if (!cmd->param) {
@@ -280,7 +297,9 @@ struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode,
if (!cmd)
return NULL;
+ mutex_lock(&hdev->mgmt_pending_lock);
list_add_tail(&cmd->list, &hdev->mgmt_pending);
+ mutex_unlock(&hdev->mgmt_pending_lock);
return cmd;
}
@@ -294,7 +313,10 @@ void mgmt_pending_free(struct mgmt_pending_cmd *cmd)
void mgmt_pending_remove(struct mgmt_pending_cmd *cmd)
{
+ mutex_lock(&cmd->hdev->mgmt_pending_lock);
list_del(&cmd->list);
+ mutex_unlock(&cmd->hdev->mgmt_pending_lock);
+
mgmt_pending_free(cmd);
}
diff --git a/net/bluetooth/mgmt_util.h b/net/bluetooth/mgmt_util.h
index f2ba994ab1d84..024e51dd69375 100644
--- a/net/bluetooth/mgmt_util.h
+++ b/net/bluetooth/mgmt_util.h
@@ -33,7 +33,7 @@ struct mgmt_mesh_tx {
struct mgmt_pending_cmd {
struct list_head list;
u16 opcode;
- int index;
+ struct hci_dev *hdev;
void *param;
size_t param_len;
struct sock *sk;
@@ -54,7 +54,7 @@ int mgmt_cmd_complete(struct sock *sk, u16 index, u16 cmd, u8 status,
struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode,
struct hci_dev *hdev);
-void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev,
+void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, bool remove,
void (*cb)(struct mgmt_pending_cmd *cmd, void *data),
void *data);
struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode,
--
2.39.5
next prev parent reply other threads:[~2025-06-17 16:32 UTC|newest]
Thread overview: 541+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-17 15:19 [PATCH 6.12 000/512] 6.12.34-rc1 review Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 001/512] tools/x86/kcpuid: Fix error handling Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 002/512] x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt() Greg Kroah-Hartman
2025-06-20 10:59 ` Pavel Machek
2025-06-17 15:19 ` [PATCH 6.12 003/512] crypto: sun8i-ce-hash - fix error handling in sun8i_ce_hash_run() Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 004/512] sched: Fix trace_sched_switch(.prev_state) Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 005/512] perf/x86/amd/uncore: Remove unused struct amd_uncore_ctx::node member Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 006/512] perf/x86/amd/uncore: Prevent UMC counters from saturating Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 007/512] gfs2: replace sd_aspace with sd_inode Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 008/512] gfs2: gfs2_create_inode error handling fix Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 009/512] perf/core: Fix broken throttling when max_samples_per_tick=1 Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 010/512] crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare() Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 011/512] crypto: sun8i-ss - do not use sg_dma_len before calling DMA functions Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 012/512] powerpc: do not build ppc_save_regs.o always Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 013/512] powerpc/crash: Fix non-smp kexec preparation Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 014/512] sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasks Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 015/512] x86/microcode/AMD: Do not return error when microcode update is not necessary Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 016/512] crypto: sun8i-ce - undo runtime PM changes during driver removal Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 017/512] x86/cpu: Sanitize CPUID(0x80000000) output Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 018/512] x86/insn: Fix opcode map (!REX2) superscript tags Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 019/512] brd: fix aligned_sector from brd_do_discard() Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 020/512] brd: fix discard end sector Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 021/512] kselftest: cpufreq: Get rid of double suspend in rtcwake case Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 022/512] crypto: marvell/cesa - Handle zero-length skcipher requests Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 023/512] crypto: marvell/cesa - Avoid empty transfer descriptor Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 024/512] erofs: fix file handle encoding for 64-bit NIDs Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 025/512] erofs: avoid using multiple devices with different type Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 026/512] powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 027/512] btrfs: scrub: update device stats when an error is detected Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 028/512] btrfs: scrub: fix a wrong error type when metadata bytenr mismatches Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 029/512] btrfs: fix invalid data space release when truncating block in NOCOW mode Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 030/512] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 031/512] crypto: lrw - Only add ecb if it is not already there Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 032/512] crypto: xts " Greg Kroah-Hartman
2025-06-17 15:19 ` [PATCH 6.12 033/512] crypto: sun8i-ce - move fallback ahash_request to the end of the struct Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 034/512] kunit: Fix wrong parameter to kunit_deactivate_static_stub() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 035/512] crypto: api - Redo lookup on EEXIST Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 036/512] ACPICA: exserial: dont forget to handle FFixedHW opregions for reading Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 037/512] tools/nolibc/types.h: fix mismatched parenthesis in minor() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 038/512] ASoC: tas2764: Enable main IRQs Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 039/512] ASoC: mediatek: mt8195: Set ETDM1/2 IN/OUT to COMP_DUMMY() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 040/512] EDAC/skx_common: Fix general protection fault Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 041/512] EDAC/{skx_common,i10nm}: Fix the loss of saved RRL for HBM pseudo channel 0 Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 042/512] tools/nolibc: fix integer overflow in i{64,}toa_r() and Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 043/512] spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4 transfers Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 044/512] spi: tegra210-quad: remove redundant error handling code Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 045/512] spi: tegra210-quad: modify chip select (CS) deactivation Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 046/512] power: reset: at91-reset: Optimize at91_reset() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 047/512] PM: EM: Fix potential division-by-zero error in em_compute_costs() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 048/512] ASoC: SOF: ipc4-pcm: Adjust pipeline_list->pipelines allocation type Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 049/512] ASoC: SOF: amd: add missing acp descriptor field Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 050/512] PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 051/512] ACPI: resource: fix a typo for MECHREVO in irq1_edge_low_force_override[] Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 052/512] x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 053/512] PM: sleep: Print PM debug messages during hibernation Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 054/512] thermal/drivers/mediatek/lvts: Fix debugfs unregister on failure Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 055/512] ACPI: OSI: Stop advertising support for "3.0 _SCP Extensions" Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 056/512] spi: sh-msiof: Fix maximum DMA transfer size Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 057/512] ASoC: apple: mca: Constrain channels according to TDM mask Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 058/512] ALSA: core: fix up bus match const issues Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 059/512] drm/vmwgfx: Add seqno waiter for sync_files Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 060/512] drm/vmwgfx: Add error path for xa_store in vmw_bo_add_detached_resource Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 061/512] drm/vmwgfx: Fix dumb buffer leak Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 062/512] drm/xe/d3cold: Set power state to D3Cold during s2idle/s3 Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 063/512] drm/vc4: tests: Use return instead of assert Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 064/512] drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 065/512] media: rkvdec: Fix frame size enumeration Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 066/512] arm64/fpsimd: Avoid RES0 bits in the SME trap handler Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 067/512] arm64/fpsimd: Discard stale CPU state when handling SME traps Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 068/512] arm64/fpsimd: Dont corrupt FPMR when streaming mode changes Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 069/512] arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOP Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 070/512] arm64/fpsimd: Reset FPMR upon exec() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 071/512] arm64/fpsimd: Fix merging of FPSIMD state during signal return Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 072/512] drm/panthor: Fix GPU_COHERENCY_ACE[_LITE] definitions Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 073/512] drm/panthor: Update panthor_mmu::irq::mask when needed Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 074/512] perf: arm-ni: Unregister PMUs on probe failure Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 075/512] perf: arm-ni: Fix missing platform_set_drvdata() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 076/512] drm/panel: samsung-sofef00: Drop s6e3fc2x01 support Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 077/512] drm/bridge: lt9611uxc: Fix an error handling path in lt9611uxc_probe() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 078/512] fs/ntfs3: handle hdr_first_de() return value Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 079/512] fs/ntfs3: Add missing direct_IO in ntfs_aops_cmpr Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 080/512] kunit/usercopy: Disable u64 test on 32-bit SPARC Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 081/512] watchdog: exar: Shorten identity name to fit correctly Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 082/512] m68k: mac: Fix macintosh_config for Mac II Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 083/512] firmware: psci: Fix refcount leak in psci_dt_init Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 084/512] arm64: Support ARM64_VA_BITS=52 when setting ARCH_MMAP_RND_BITS_MAX Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 085/512] arm64/fpsimd: Avoid warning when sve_to_fpsimd() is unused Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 086/512] selftests/seccomp: fix syscall_restart test for arm compat Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 087/512] drm/msm/dpu: enable SmartDMA on SM8150 Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 088/512] drm/msm/dpu: enable SmartDMA on SC8180X Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 089/512] drm: rcar-du: Fix memory leak in rcar_du_vsps_init() Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 090/512] drm/vkms: Adjust vkms_state->active_planes allocation type Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 091/512] drm/tegra: rgb: Fix the unbound reference count Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 092/512] firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES Greg Kroah-Hartman
2025-06-17 15:20 ` [PATCH 6.12 093/512] arm64/fpsimd: Do not discard modified SVE state Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 094/512] overflow: Fix direct struct member initialization in _DEFINE_FLEX() Greg Kroah-Hartman
2025-06-20 11:00 ` Pavel Machek
2025-06-17 15:21 ` [PATCH 6.12 095/512] scsi: qedf: Use designated initializer for struct qed_fcoe_cb_ops Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 096/512] perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson_ddr_pmu_create() Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 097/512] selftests/seccomp: fix negative_ENOSYS tracer tests on arm32 Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 098/512] drm/msm/a6xx: Disable rgb565_predicator on Adreno 7c3 Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 099/512] drm/mediatek: mtk_drm_drv: Fix kobject put for mtk_mutex device ptr Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 100/512] drm/mediatek: Fix kobject put for component sub-drivers Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 101/512] drm/mediatek: mtk_drm_drv: Unbind secondary mmsys components on err Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 102/512] media: verisilicon: Free post processor buffers on error Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 103/512] svcrdma: Reduce the number of rdma_rw contexts per-QP Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 104/512] xen/x86: fix initial memory balloon target Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 105/512] wifi: ath11k: fix node corruption in ar->arvifs list Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 106/512] wifi: ath12k: Fix memory leak during vdev_id mismatch Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 107/512] wifi: ath12k: Fix invalid memory access while forming 802.11 header Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 108/512] IB/cm: use rwlock for MAD agent lock Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 109/512] bpf: Check link_create.flags parameter for multi_kprobe Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 110/512] selftests/bpf: Fix bpf_nf selftest failure Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 111/512] bpf: fix ktls panic with sockmap Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 112/512] bpf, sockmap: fix duplicated data transmission Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 113/512] bpf, sockmap: Fix panic when calling skb_linearize Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 114/512] f2fs: zone: fix to avoid inconsistence in between SIT and SSA Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 115/512] wifi: ath12k: fix cleanup path after mhi init Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 116/512] wifi: ath12k: Fix WMI tag for EHT rate in peer assoc Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 117/512] wifi: ath12k: Fix buffer overflow in debugfs Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 118/512] f2fs: clean up unnecessary indentation Greg Kroah-Hartman
2025-06-20 11:01 ` Pavel Machek
2025-06-17 15:21 ` [PATCH 6.12 119/512] f2fs: prevent the current section from being selected as a victim during GC Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 120/512] f2fs: fix to do sanity check on sbi->total_valid_block_count Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 121/512] page_pool: Move pp_magic check into helper functions Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 122/512] page_pool: Track DMA-mapped pages and unmap them when destroying the pool Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 123/512] net: ncsi: Fix GCPS 64-bit member variables Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 124/512] libbpf: Fix buffer overflow in bpf_object__init_prog Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 125/512] net/mlx5: Avoid using xso.real_dev unnecessarily Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 126/512] xfrm: Use xdo.dev instead of xdo.real_dev Greg Kroah-Hartman
2025-06-20 11:05 ` Pavel Machek
2025-06-17 15:21 ` [PATCH 6.12 127/512] wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 128/512] wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status unconditionally Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 129/512] wifi: rtw88: do not ignore hardware read error during DPK Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 130/512] wifi: ath12k: fix invalid access to memory Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 131/512] wifi: ath12k: Add MSDU length validation for TKIP MIC error Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 132/512] wifi: ath12k: Fix the QoS control field offset to build QoS header Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 133/512] wifi: ath12k: fix node corruption in ar->arvifs list Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 134/512] RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 135/512] scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 136/512] libbpf: Fix event name too long error Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 137/512] libbpf: Remove sample_period init in perf_buffer Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 138/512] Use thread-safe function pointer in libbpf_print Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 139/512] iommu: Protect against overflow in iommu_pgsize() Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 140/512] bonding: assign random address if device address is same as bond Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 141/512] f2fs: clean up w/ fscrypt_is_bounce_page() Greg Kroah-Hartman
2025-06-20 11:06 ` Pavel Machek
2025-06-17 15:21 ` [PATCH 6.12 142/512] f2fs: fix to detect gcing page in f2fs_is_cp_guaranteed() Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 143/512] scsi: smartpqi: Fix smp_processor_id() call trace for preemptible kernels Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 144/512] libbpf: Use proper errno value in linker Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 145/512] bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 146/512] netfilter: bridge: Move specific fragmented packet to slow_path instead of dropping it Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 147/512] netfilter: nft_quota: match correctly when the quota just depleted Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 148/512] netfilter: nft_set_pipapo: prevent overflow in lookup table allocation Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 149/512] RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 150/512] bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READ Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 151/512] tracing: Move histogram trigger variables from stack to per CPU structure Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 152/512] clk: qcom: camcc-sm6350: Add *_wait_val values for GDSCs Greg Kroah-Hartman
2025-06-17 15:21 ` [PATCH 6.12 153/512] clk: qcom: dispcc-sm6350: " Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 154/512] clk: qcom: gcc-sm6350: " Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 155/512] clk: qcom: gpucc-sm6350: " Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 156/512] bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 157/512] clk: bcm: rpi: Add NULL check in raspberrypi_clk_register() Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 158/512] wifi: iwlfiwi: mvm: Fix the rate reporting Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 159/512] efi/libstub: Describe missing out parameter in efi_load_initrd Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 160/512] selftests/bpf: Fix caps for __xlated/jited_unpriv Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 161/512] tracing: Rename event_trigger_alloc() to trigger_data_alloc() Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 162/512] tracing: Fix error handling in event_trigger_parse() Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 163/512] of: unittest: Unlock on error in unittest_data_add() Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 164/512] ktls, sockmap: Fix missing uncharge operation Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 165/512] libbpf: Use proper errno value in nlattr Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 166/512] pinctrl: at91: Fix possible out-of-boundary access Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 167/512] bpf: Fix WARN() in get_bpf_raw_tp_regs Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 168/512] dt-bindings: soc: fsl,qman-fqd: Fix reserved-memory.yaml reference Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 169/512] clk: qcom: gcc-msm8939: Fix mclk0 & mclk1 for 24 MHz Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 170/512] s390/bpf: Store backchain even for leaf progs Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 171/512] wifi: rtw89: pci: enlarge retry times of RX tag to 1000 Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 172/512] wifi: rtw88: fix the para buffer size to avoid reading out of bounds Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 173/512] wifi: rtw89: fix firmware scan delay unit for WiFi 6 chips Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 174/512] iommu: remove duplicate selection of DMAR_TABLE Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 175/512] wifi: ath12k: fix memory leak in ath12k_service_ready_ext_event Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 176/512] hisi_acc_vfio_pci: fix XQE dma address error Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 177/512] hisi_acc_vfio_pci: add eq and aeq interruption restore Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 178/512] hisi_acc_vfio_pci: bugfix live migration function without VF device driver Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 179/512] wifi: ath9k_htc: Abort software beacon handling if disabled Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 180/512] scsi: ufs: mcq: Delete ufshcd_release_scsi_cmd() in ufshcd_mcq_abort() Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 181/512] kernfs: Relax constraint in draining guard Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 182/512] Bluetooth: ISO: Fix not using SID from adv report Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 183/512] wifi: mt76: mt7996: Fix null-ptr-deref in mt7996_mmio_wed_init() Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 184/512] wifi: mt76: mt7915: Fix null-ptr-deref in mt7915_mmio_wed_init() Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 185/512] wifi: mt76: mt7925: prevent multiple scan commands Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 186/512] wifi: mt76: mt7925: refine the sniffer commnad Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 187/512] wifi: mt76: mt7925: ensure all MCU commands wait for response Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 188/512] wifi: mt76: mt7996: set EHT max ampdu length capability Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 189/512] wifi: mt76: mt7996: fix RX buffer size of MCU event Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 190/512] bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic" Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 191/512] netfilter: xtables: support arpt_mark and ipv6 optstrip for iptables-nft only builds Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 192/512] netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancy Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 193/512] vfio/type1: Fix error unwind in migration dirty bitmap allocation Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 194/512] Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach() Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 195/512] Bluetooth: btintel: Check dsbr size from EFI variable Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 196/512] bpf, sockmap: Avoid using sk_socket after free when sending Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 197/512] netfilter: nf_tables: nft_fib: consistent l3mdev handling Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 198/512] netfilter: nft_tunnel: fix geneve_opt dump Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 199/512] RISC-V: KVM: lock the correct mp_state during reset Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 200/512] net: usb: aqc111: fix error handling of usbnet read calls Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 201/512] vsock/virtio: fix `rx_bytes` accounting for stream sockets Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 202/512] RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 203/512] net: lan966x: Fix 1-step timestamping over ipv4 or ipv6 Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 204/512] net: xilinx: axienet: Fix Tx skb circular buffer occupancy check in dmaengine xmit Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 205/512] bpf: Avoid __bpf_prog_ret0_warn when jit fails Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 206/512] net: phy: clear phydev->devlink when the link is deleted Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 207/512] net: phy: fix up const issues in to_mdio_device() and to_phy_device() Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 208/512] net: lan743x: rename lan743x_reset_phy to lan743x_hw_reset_phy Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 209/512] net: lan743x: Fix PHY reset handling during initialization and WOL Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 210/512] net: phy: mscc: Fix memory leak when using one step timestamping Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 211/512] octeontx2-pf: QOS: Perform cache sync on send queue teardown Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 212/512] octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callback Greg Kroah-Hartman
2025-06-17 15:22 ` [PATCH 6.12 213/512] calipso: Dont call calipso functions for AF_INET sk Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 214/512] net: openvswitch: Fix the dead loop of MPLS parse Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 215/512] net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 frames Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 216/512] f2fs: use d_inode(dentry) cleanup dentry->d_inode Greg Kroah-Hartman
2025-06-20 11:07 ` Pavel Machek
2025-06-17 15:23 ` [PATCH 6.12 217/512] f2fs: fix to correct check conditions in f2fs_cross_rename Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 218/512] arm64: dts: qcom: x1e80100: Mark usb_2 as dma-coherent Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 219/512] arm64: dts: qcom: sm8650: setup gpu thermal with higher temperatures Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 220/512] arm64: dts: qcom: sm8650: add missing cpu-cfg interconnect path in the mdss node Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 221/512] arm64: dts: qcom: x1e80100-romulus: Keep L12B and L15B always on Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 222/512] arm64: dts: qcom: sdm845-starqltechn: remove wifi Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 223/512] arm64: dts: qcom: sdm845-starqltechn: fix usb regulator mistake Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 224/512] arm64: dts: qcom: sdm845-starqltechn: refactor node order Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 225/512] arm64: dts: qcom: sdm845-starqltechn: remove excess reserved gpios Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 226/512] arm64: dts: qcom: sm8350: Reenable crypto & cryptobam Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 227/512] arm64: dts: qcom: sm8250: Fix CPU7 opp table Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 228/512] arm64: dts: qcom: sc8280xp-x13s: Drop duplicate DMIC supplies Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 229/512] arm64: dts: qcom: ipq9574: Fix USB vdd info Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 230/512] arm64: dts: rockchip: Move SHMEM memory to reserved memory on rk3588 Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 232/512] ARM: dts: at91: at91sam9263: fix NAND chip selects Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 233/512] arm64: dts: mediatek: mt8195: Reparent vdec1/2 and venc1 power domains Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 234/512] arm64: dts: qcom: sdm660-xiaomi-lavender: Add missing SD card detect GPIO Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 235/512] arm64: dts: mt8183: Add port node to mt8183.dtsi Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 236/512] arm64: dts: imx8mm-beacon: Fix RTC capacitive load Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 237/512] arm64: dts: imx8mn-beacon: " Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 238/512] arm64: dts: imx8mp-beacon: " Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 239/512] arm64: dts: imx8mm-beacon: Set SAI5 MCLK direction to output for HDMI audio Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 240/512] arm64: dts: imx8mn-beacon: " Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 241/512] arm64: dts: mediatek: mt6357: Drop regulator-fixed compatibles Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 242/512] arm64: dts: mt6359: Add missing compatible property to regulators node Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 243/512] arm64: dts: qcom: sdm660-lavender: Add missing USB phy supply Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 244/512] arm64: dts: qcom: sda660-ifc6560: Fix dt-validate warning Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 245/512] arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3566-rock3c Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 246/512] arm64: dts: rockchip: Update eMMC for NanoPi R5 series Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 247/512] arm64: tegra: Drop remaining serial clock-names and reset-names Greg Kroah-Hartman
2025-06-20 11:08 ` Pavel Machek
2025-06-17 15:23 ` [PATCH 6.12 248/512] arm64: tegra: Add uartd serial alias for Jetson TX1 module Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 249/512] arm64: dts: ti: k3-j721e-common-proc-board: Enable OSPI1 on J721E Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 250/512] soc: qcom: smp2p: Fix fallback to qcom,ipc parse Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 251/512] Squashfs: check return result of sb_min_blocksize Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 252/512] ocfs2: fix possible memory leak in ocfs2_finish_quota_recovery Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 253/512] nilfs2: add pointer check for nilfs_direct_propagate() Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 254/512] nilfs2: do not propagate ENOENT error from nilfs_btree_propagate() Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 255/512] bus: fsl-mc: fix double-free on mc_dev Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 256/512] dt-bindings: vendor-prefixes: Add Liontron name Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 257/512] ARM: dts: qcom: apq8064: add missing clocks to the timer node Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 258/512] ARM: dts: qcom: apq8064 merge hw splinlock into corresponding syscon device Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 259/512] ARM: dts: qcom: apq8064: move replicator out of soc node Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 260/512] arm64: defconfig: mediatek: enable PHY drivers Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 261/512] arm64: dts: rockchip: disable unrouted USB controllers and PHY on RK3399 Puma with Haikou Greg Kroah-Hartman
2025-06-20 11:09 ` Pavel Machek
2025-06-23 9:54 ` Quentin Schulz
2025-06-17 15:23 ` [PATCH 6.12 262/512] arm64: dts: qcom: qcm2290: fix (some) of QUP interconnects Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 263/512] arm64: dts: renesas: white-hawk-ard-audio: Fix TPU0 groups Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 264/512] arm64: dts: mt6359: Rename RTC node to match binding expectations Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 265/512] ARM: aspeed: Dont select SRAM Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 266/512] soc: aspeed: lpc: Fix impossible judgment condition Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 267/512] soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop() Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 268/512] fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 269/512] randstruct: gcc-plugin: Remove bogus void member Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 270/512] randstruct: gcc-plugin: Fix attribute addition Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 271/512] perf build: Warn when libdebuginfod devel files are not available Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 272/512] perf ui browser hists: Set actions->thread before calling do_zoom_thread() Greg Kroah-Hartman
2025-06-17 15:23 ` [PATCH 6.12 273/512] dm: dont change md if dm_table_set_restrictions() fails Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 274/512] dm: free table mempools if not used in __bind Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 275/512] backlight: pm8941: Add NULL check in wled_configure() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 276/512] x86/irq: Ensure initial PIR loads are performed exactly once Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 277/512] mtd: nand: ecc-mxic: Fix use of uninitialized variable ret Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 278/512] hwmon: (asus-ec-sensors) check sensor index in read_string() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 280/512] dm: fix dm_blk_report_zones Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 281/512] dm-flakey: error all IOs when num_features is absent Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 282/512] dm-flakey: make corrupting read bios work Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 283/512] perf trace: Fix leaks of struct thread in set_filter_loop_pids() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 284/512] perf tests: Fix perf report tests installation Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 285/512] perf intel-pt: Fix PEBS-via-PT data_src Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 286/512] perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3 Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 287/512] remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probe Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 288/512] remoteproc: k3-r5: Drop check performed in k3_r5_rproc_{mbox_callback/kick} Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 289/512] remoteproc: k3-dsp: Drop check performed in k3_dsp_rproc_{mbox_callback/kick} Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 290/512] rpmsg: qcom_smd: Fix uninitialized return variable in __qcom_smd_send() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 291/512] mfd: exynos-lpass: Fix an error handling path in exynos_lpass_probe() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 292/512] mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice in exynos_lpass_remove() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 293/512] mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 294/512] perf tests switch-tracking: Fix timestamp comparison Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 295/512] mailbox: imx: Fix TXDB_V2 sending Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 296/512] mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE setting Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 297/512] perf symbol: Fix use-after-free in filename__read_build_id Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 298/512] perf record: Fix incorrect --user-regs comments Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 299/512] perf trace: Always print return value for syscalls returning a pid Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 300/512] nfs: clear SB_RDONLY before getting superblock Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 301/512] nfs: ignore SB_RDONLY when remounting nfs Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 302/512] perf trace: Set errpid to false for rseq and set_robust_list Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 303/512] perf callchain: Always populate the addr_location map when adding IP Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 304/512] cifs: Fix validation of SMB1 query reparse point response Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 305/512] rust: alloc: add missing invariant in Vec::set_len() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 306/512] rtc: sh: assign correct interrupts with DT Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 307/512] phy: rockchip: samsung-hdptx: Fix clock ratio setup Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 308/512] phy: rockchip: samsung-hdptx: Do no set rk_hdptx_phy->rate in case of errors Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 309/512] PCI: Print the actual delay time in pci_bridge_wait_for_secondary_bus() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 310/512] PCI: rcar-gen4: set ep BAR4 fixed size Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 311/512] PCI: cadence: Fix runtime atomic count underflow Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 312/512] PCI: apple: Use gpiod_set_value_cansleep in probe flow Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 313/512] PCI: Explicitly put devices into D0 when initializing Greg Kroah-Hartman
2025-06-17 16:53 ` Limonciello, Mario
2025-06-18 12:53 ` Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 314/512] phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 315/512] dmaengine: ti: Add NULL check in udma_probe() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 316/512] PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 317/512] PCI/DPC: Initialize aer_err_info before using it Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 318/512] PCI/DPC: Log Error Source ID only when valid Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 319/512] rtc: loongson: Add missing alarm notifications for ACPI RTC events Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 320/512] PCI: endpoint: Retain fixed-size BAR size as well as aligned size Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 321/512] usb: renesas_usbhs: Reorder clock handling and power management in probe Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 322/512] serial: Fix potential null-ptr-deref in mlb_usio_probe() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 323/512] thunderbolt: Fix a logic error in wake on connect Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 324/512] iio: filter: admv8818: fix band 4, state 15 Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 325/512] iio: filter: admv8818: fix integer overflow Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 326/512] iio: filter: admv8818: fix range calculation Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 327/512] iio: filter: admv8818: Support frequencies >= 2^32 Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 328/512] iio: adc: ad7124: Fix 3dB filter frequency reading Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 329/512] usb: acpi: Prevent null pointer dereference in usb_acpi_add_usb4_devlink() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 330/512] MIPS: Loongson64: Add missing #interrupt-cells for loongson64c_ls7a Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 331/512] coresight: Fixes devices owner field for registered using coresight_init_driver() Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 332/512] coresight: catu: Introduce refcount and spinlock for enabling/disabling Greg Kroah-Hartman
2025-06-17 15:24 ` [PATCH 6.12 333/512] counter: interrupt-cnt: Protect enable/disable OPs with mutex Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 334/512] fpga: fix potential null pointer deref in fpga_mgr_test_img_load_sgt() Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 335/512] coresight: prevent deactivate active config while enabling the config Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 336/512] vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl() Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 337/512] mei: vsc: Cast tx_buf to (__be32 *) when passed to cpu_to_be32_array() Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 338/512] iio: adc: PAC1934: fix typo in documentation link Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 339/512] iio: adc: mcp3911: fix device dependent mappings for conversion result registers Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 340/512] USB: serial: bus: fix const issue in usb_serial_device_match() Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 341/512] USB: gadget: udc: fix const issue in gadget_match_driver() Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 342/512] USB: typec: fix const issue in typec_match() Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 343/512] loop: add file_start_write() and file_end_write() Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 344/512] drm/xe: Make xe_gt_freq part of the Documentation Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 345/512] Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 346/512] page_pool: Fix use-after-free in page_pool_recycle_in_ring Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 347/512] net: stmmac: platform: guarantee uniqueness of bus_id Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 348/512] gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 349/512] net: tipc: fix refcount warning in tipc_aead_encrypt Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 350/512] driver: net: ethernet: mtk_star_emac: fix suspend/resume issue Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 351/512] net/mlx4_en: Prevent potential integer overflow calculating Hz Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 352/512] net: lan966x: Make sure to insert the vlan tags also in host mode Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 353/512] spi: bcm63xx-spi: fix shared reset Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 354/512] spi: bcm63xx-hsspi: " Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 355/512] Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 356/512] ice: fix Tx scheduler error handling in XDP callback Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 357/512] ice: create new Tx scheduler nodes for new queues only Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 358/512] ice: fix rebuilding the Tx scheduler tree for large queue counts Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 359/512] idpf: fix a race in txq wakeup Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 360/512] idpf: avoid mailbox timeout delays during reset Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 361/512] net: dsa: tag_brcm: legacy: fix pskb_may_pull length Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 362/512] net: stmmac: make sure that ptp_rate is not 0 before configuring timestamping Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 363/512] net: stmmac: make sure that ptp_rate is not 0 before configuring EST Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 364/512] net: Fix checksum update for ILA adj-transport Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 365/512] drm/i915/guc: Check if expecting reply before decrementing outstanding_submission_g2h Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 366/512] drm/i915/psr: Fix using wrong mask in REG_FIELD_PREP Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 367/512] drm/i915/guc: Handle race condition where wakeref count drops below 0 Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 368/512] net: fix udp gso skb_segment after pull from frag_list Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 369/512] net: wwan: t7xx: Fix napi rx poll issue Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 370/512] vmxnet3: correctly report gso type for UDP tunnels Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 371/512] selftests: net: build net/lib dependency in all target Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 372/512] PM: sleep: Fix power.is_suspended cleanup for direct-complete devices Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 373/512] nvme: fix command limits status code Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 374/512] gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 375/512] drm/panel-simple: fix the warnings for the Evervision VGG644804 Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 376/512] netfilter: nf_set_pipapo_avx2: fix initial map fill Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 377/512] netfilter: nf_nat: also check reverse tuple to obtain clashing entry Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 378/512] net: ti: icssg-prueth: Fix swapped TX stats for MII interfaces Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 379/512] net: dsa: b53: do not enable RGMII delay on bcm63xx Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 380/512] net: dsa: b53: allow RGMII for bcm63xx RGMII ports Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 381/512] net: dsa: b53: do not touch DLL_IQQD on bcm53115 Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 382/512] wifi: cfg80211/mac80211: correctly parse S1G beacon optional elements Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 383/512] net: wwan: mhi_wwan_mbim: use correct mux_id for multiplexing Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 384/512] wireguard: device: enable threaded NAPI Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 385/512] seg6: Fix validation of nexthop addresses Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 386/512] riscv: misaligned: fix sleeping function called during misaligned access handling Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 387/512] scsi: ufs: qcom: Prevent calling phy_exit() before phy_init() Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 388/512] ASoC: codecs: hda: Fix RPM usage count underflow Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 389/512] ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 390/512] ASoC: Intel: avs: Verify content returned by parse_int_array() Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 391/512] ASoC: ti: omap-hdmi: Re-add dai_link->platform to fix card init Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 392/512] iov_iter: use iov_offset for length calculation in iov_iter_aligned_bvec Greg Kroah-Hartman
2025-06-17 15:25 ` [PATCH 6.12 393/512] path_overmount(): avoid false negatives Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 394/512] fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2) Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 395/512] do_change_type(): refuse to operate on unmounted/not ours mounts Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 396/512] tools/power turbostat: Fix AMD package-energy reporting Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 397/512] drm/amd/pm: add inst to dpm_set_vcn_enable Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 398/512] drm/amd/pm: power up or down vcn by instance Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 399/512] drm/amdgpu: read back register after written for VCN v4.0.5 Greg Kroah-Hartman
2025-06-17 16:52 ` Limonciello, Mario
2025-06-18 13:07 ` Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 400/512] ALSA: hda/realtek: fix micmute LEDs on HP Laptops with ALC3315 Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 401/512] ALSA: hda/realtek: fix micmute LEDs on HP Laptops with ALC3247 Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 402/512] ALSA: hda/realtek: Add support for various HP Laptops using CS35L41 HDA Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 403/512] ALSA: hda/realtek - Support mute led function for HP platform Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 404/512] ALSA: hda/realtek - Add new HP ZBook laptop with micmute led fixup Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 405/512] ALSA: hda/realtek: Add support for HP Agusta using CS35L41 HDA Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 406/512] Input: synaptics-rmi - fix crash with unsupported versions of F34 Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 407/512] pmdomain: core: Introduce dev_pm_genpd_rpm_always_on() Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 408/512] mmc: sdhci-of-dwcmshc: add PD workaround on RK3576 Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 409/512] arm64: dts: qcom: x1e80100: Apply consistent critical thermal shutdown Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 410/512] arm64: dts: qcom: x1e80100: Add GPU cooling Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 411/512] pinctrl: samsung: refactor drvdata suspend & resume callbacks Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 412/512] pinctrl: samsung: add dedicated SoC eint suspend/resume callbacks Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 413/512] pinctrl: samsung: add gs101 specific " Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 414/512] dt-bindings: pwm: adi,axi-pwmgen: Increase #pwm-cells to 3 Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 415/512] dt-bindings: pwm: Correct indentation and style in DTS example Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 416/512] dt-bindings: pwm: adi,axi-pwmgen: Fix clocks Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 417/512] serial: sh-sci: Move runtime PM enable to sci_probe_single() Greg Kroah-Hartman
2025-06-20 11:03 ` Pavel Machek
2025-06-17 15:26 ` [PATCH 6.12 418/512] scsi: core: ufs: Fix a hang in the error handler Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 419/512] Bluetooth: hci_core: fix list_for_each_entry_rcu usage Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 420/512] Bluetooth: btintel_pcie: Fix driver not posting maximum rx buffers Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 421/512] Bluetooth: btintel_pcie: Increase the tx and rx descriptor count Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 422/512] Bluetooth: btintel_pcie: Reduce driver buffer posting to prevent race condition Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 423/512] Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 424/512] Bluetooth: MGMT: Remove unused mgmt_pending_find_data Greg Kroah-Hartman
2025-06-17 15:26 ` Greg Kroah-Hartman [this message]
2025-06-17 15:26 ` [PATCH 6.12 426/512] net: dsa: b53: fix untagged traffic sent via cpu tagged with VID 0 Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 427/512] ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use() Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 428/512] ath10k: snoc: fix unbalanced IRQ enable in crash recovery Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 429/512] wifi: ath11k: convert timeouts to secs_to_jiffies() Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 430/512] wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request() Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 431/512] wifi: ath11k: dont use static variables in ath11k_debugfs_fw_stats_process() Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 432/512] wifi: ath11k: dont wait when there is no vdev started Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 433/512] wifi: ath11k: move some firmware stats related functions outside of debugfs Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 434/512] wifi: ath11k: validate ath11k_crypto_mode on top of ath11k_core_qmi_firmware_ready Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 435/512] wifi: ath12k: refactor ath12k_hw_regs structure Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 436/512] wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850 Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 437/512] regulator: max20086: Fix refcount leak in max20086_parse_regulators_dt() Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 438/512] spi: omap2-mcspi: Disable multi mode when CS should be kept asserted after message Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 439/512] spi: omap2-mcspi: Disable multi-mode when the previous message kept CS asserted Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 440/512] pinctrl: qcom: pinctrl-qcm2290: Add missing pins Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 441/512] scsi: iscsi: Fix incorrect error path labels for flashnode operations Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 442/512] net_sched: sch_sfq: fix a potential crash on gso_skb handling Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 443/512] powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 444/512] powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 445/512] drm/meson: use unsigned long long / Hz for frequency types Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 446/512] drm/meson: fix debug log statement when setting the HDMI clocks Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 447/512] drm/meson: use vclk_freq instead of pixel_freq in debug print Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 448/512] drm/meson: fix more rounding issues with 59.94Hz modes Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 449/512] i40e: return false from i40e_reset_vf if reset is in progress Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 450/512] i40e: retry VFLR handling if there is ongoing VF reset Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 451/512] ACPI: CPPC: Fix NULL pointer dereference when nosmp is used Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 452/512] net: Fix TOCTOU issue in sk_is_readable() Greg Kroah-Hartman
2025-06-17 15:26 ` [PATCH 6.12 453/512] macsec: MACsec SCI assignment for ES = 0 Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 454/512] net/mdiobus: Fix potential out-of-bounds read/write access Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 455/512] net/mdiobus: Fix potential out-of-bounds clause 45 " Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 456/512] Bluetooth: Fix NULL pointer deference on eir_get_service_data Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 457/512] Bluetooth: hci_sync: Fix broadcast/PA when using an existing instance Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 458/512] Bluetooth: eir: Fix possible crashes on eir_create_adv_data Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 459/512] Bluetooth: MGMT: Fix sparse errors Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 460/512] net/mlx5: Ensure fw pages are always allocated on same NUMA Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 461/512] net/mlx5: Fix ECVF vports unload on shutdown flow Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 462/512] net/mlx5: Fix return value when searching for existing flow group Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 463/512] net/mlx5: HWS, fix missing ip_version handling in definer Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 464/512] net/mlx5e: Fix leak of Geneve TLV option object Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 465/512] net_sched: prio: fix a race in prio_tune() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 466/512] net_sched: red: fix a race in __red_change() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 467/512] net_sched: tbf: fix a race in tbf_change() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 468/512] net_sched: ets: fix a race in ets_qdisc_change() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 469/512] net: drv: netdevsim: dont napi_complete() from netpoll Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 470/512] btrfs: exit after state insertion failure at btrfs_convert_extent_bit() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 471/512] fs/filesystems: Fix potential unsigned integer underflow in fs_name() Greg Kroah-Hartman
2025-06-20 11:12 ` Pavel Machek
2025-06-20 15:28 ` Zijun Hu
2025-06-21 7:50 ` Pavel Machek
2025-06-17 15:27 ` [PATCH 6.12 472/512] gfs2: pass through holder from the VFS for freeze/thaw Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 473/512] btrfs: exit after state split error at set_extent_bit() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 474/512] nvmet-fcloop: access fcpreq only when holding reqlock Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 475/512] perf: Ensure bpf_perf_link path is properly serialized Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 476/512] block: use q->elevator with ->elevator_lock held in elv_iosched_show() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 477/512] io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 478/512] block: dont use submit_bio_noacct_nocheck in blk_zone_wplug_bio_work Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 479/512] io_uring: consistently use rcu semantics with sqpoll thread Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 480/512] bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 481/512] block: Fix bvec_set_folio() for very large folios Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 482/512] objtool/rust: relax slice condition to cover more `noreturn` Rust functions Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 483/512] tools/resolve_btfids: Fix build when cross compiling kernel with clang Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 484/512] Revert "wifi: mwifiex: Fix HT40 bandwidth issue." Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 485/512] ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1 Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 486/512] HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 487/512] posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 488/512] nvmem: zynqmp_nvmem: unbreak driver after cleanup Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 489/512] usb: usbtmc: Fix read_stb function and get_stb ioctl Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 490/512] VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notify Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 491/512] tty: serial: 8250_omap: fix TX with DMA for am33xx Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 492/512] usb: misc: onboard_usb_dev: Fix usb5744 initialization sequence Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 493/512] usb: cdnsp: Fix issue with detecting command completion event Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 494/512] usb: cdnsp: Fix issue with detecting USB 3.2 speed Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 495/512] usb: Flush altsetting 0 endpoints before reinitializating them after reset Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 496/512] usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 497/512] usb: typec: tcpm: move tcpm_queue_vdm_unlocked to asynchronous work Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 498/512] 9p: Add a migrate_folio method Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 499/512] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 500/512] ring-buffer: Fix buffer locking in ring_buffer_subbuf_order_set() Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 501/512] ring-buffer: Move cpus_read_lock() outside of buffer->mutex Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 502/512] xfs: dont assume perags are initialised when trimming AGs Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 503/512] xen/arm: call uaccess_ttbr0_enable for dm_op hypercall Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 504/512] x86/iopl: Cure TIF_IO_BITMAP inconsistencies Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 505/512] x86/fred/signal: Prevent immediate repeat of single step trap on return from SIGTRAP handler Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 506/512] calipso: unlock rcu before returning -EAFNOSUPPORT Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 507/512] regulator: dt-bindings: mt6357: Drop fixed compatible requirement Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 508/512] usb: misc: onboard_usb_dev: fix build warning for CONFIG_USB_ONBOARD_DEV_USB5744=n Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 509/512] net: usb: aqc111: debug info before sanitation Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 510/512] overflow: Introduce __DEFINE_FLEX for having no initializer Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 511/512] gfs2: Dont clear sb->s_fs_info in gfs2_sys_fs_add Greg Kroah-Hartman
2025-06-17 15:27 ` [PATCH 6.12 512/512] drm/meson: Use 1000ULL when operating with mode->clock Greg Kroah-Hartman
2025-06-17 16:42 ` [PATCH 6.12 000/512] 6.12.34-rc1 review Florian Fainelli
2025-06-17 19:56 ` Pavel Machek
2025-06-17 21:18 ` Shuah Khan
2025-06-18 6:27 ` Ron Economos
2025-06-18 6:39 ` Peter Schneider
2025-06-18 6:41 ` Jon Hunter
2025-06-18 10:32 ` Naresh Kamboju
2025-06-18 12:57 ` Miguel Ojeda
2025-06-19 4:27 ` Greg KH
2025-06-18 13:31 ` Brett Mastbergen
2025-06-18 18:02 ` Hardik Garg
2025-06-19 6:47 ` Harshit Mogalapalli
2025-06-19 12:26 ` Mark Brown
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=20250617152436.792496743@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=dmantipov@yandex.ru \
--cc=luiz.von.dentz@intel.com \
--cc=patches@lists.linux.dev \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--cc=syzbot+0a7039d5d9986ff4ecec@syzkaller.appspotmail.com \
--cc=syzbot+cc0cc52e7f43dc9e6df1@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).