| Date | Name | Commit | Repro | Result |
|---|---|---|---|---|
| 2024/01/18 | linux-5.15.y (ToT) | ddcaf4999061 | C | [report] possible deadlock in team_del_slave |
| 2024/01/18 | upstream (ToT) | b0d326da462e | C | Didn't crash |
syzbot |
sign-in | mailing list | source | docs |
| Date | Name | Commit | Repro | Result |
|---|---|---|---|---|
| 2024/01/18 | linux-5.15.y (ToT) | ddcaf4999061 | C | [report] possible deadlock in team_del_slave |
| 2024/01/18 | upstream (ToT) | b0d326da462e | C | Didn't crash |
| Kernel | Title | Rank 🛈 | Repro | Cause bisect | Fix bisect | Count | Last | Reported | Patched | Status |
|---|---|---|---|---|---|---|---|---|---|---|
| upstream | possible deadlock in team_del_slave net | 4 | 1 | 1689d | 1687d | 0/29 | auto-closed as invalid on 2022/01/16 14:16 | |||
| upstream | possible deadlock in team_del_slave (2) net | 4 | 35 | 1026d | 1190d | 0/29 | auto-obsoleted due to no activity on 2023/09/28 12:50 | |||
| linux-6.1 | possible deadlock in team_del_slave origin:upstream missing-backport | 4 | C | inconclusive | 76 | 16d | 768d | 0/3 | upstream: reported C repro on 2024/03/27 10:53 | |
| linux-6.6 | possible deadlock in team_del_slave origin:upstream missing-backport | 4 | syz | error | 17100 | 17m | 322d | 0/2 | upstream: reported syz repro on 2025/06/16 19:00 | |
| upstream | possible deadlock in team_del_slave (3) net | 4 | C | error | 386707 | 254d | 738d | 29/29 | fixed on 2025/09/04 16:57 | |
| linux-5.15 | possible deadlock in team_del_slave | 4 | 1 | 1115d | 1115d | 0/3 | auto-obsoleted due to no activity on 2023/08/13 07:03 |
| Created | Duration | User | Patch | Repo | Result |
|---|---|---|---|---|---|
| 2026/02/02 04:02 | 11m | retest repro | linux-5.15.y | report log | |
| 2025/12/29 03:49 | 15m | retest repro | linux-5.15.y | report log | |
| 2025/11/24 00:03 | 14m | retest repro | linux-5.15.y | report log | |
| 2025/09/05 10:16 | 14m | retest repro | linux-5.15.y | report log | |
| 2025/08/21 09:49 | 19m | retest repro | linux-5.15.y | report log | |
| 2025/06/03 03:38 | 12m | retest repro | linux-5.15.y | report log | |
| 2025/06/03 03:38 | 11m | retest repro | linux-5.15.y | report log | |
| 2025/03/06 05:52 | 11m | retest repro | linux-5.15.y | report log | |
| 2025/02/10 05:05 | 9m | retest repro | linux-5.15.y | report log | |
| 2024/12/26 02:19 | 12m | retest repro | linux-5.15.y | report log |
| Created | Duration | User | Patch | Repo | Result |
|---|---|---|---|---|---|
| 2026/01/28 04:31 | 0m | bisect fix | linux-5.15.y | error job log | |
| 2025/10/18 22:37 | 2h40m | bisect fix | linux-5.15.y | OK (0) job log log | |
| 2024/11/29 08:30 | 52m | bisect fix | linux-5.15.y | OK (0) job log log | |
| 2024/04/02 04:35 | 2h22m | fix candidate | upstream | OK (0) job log log | |
| 2024/03/20 19:08 | 55m | bisect fix | linux-5.15.y | OK (0) job log log |
netlink: 60 bytes leftover after parsing attributes in process `syz.0.17'.
device wlan1 entered promiscuous mode
team0: Port device wlan1 added
======================================================
WARNING: possible circular locking dependency detected
syzkaller #0 Not tainted
------------------------------------------------------
syz.0.17/4307 is trying to acquire lock:
ffff8880278bcd00 (team->team_lock_key#2){+.+.}-{3:3}, at: team_del_slave+0x2e/0x1e0 drivers/net/team/team.c:2011
but task is already holding lock:
ffff88807dc28688 (&rdev->wiphy.mtx){+.+.}-{3:3}, at: nl80211_del_interface+0x11c/0x350 net/wireless/nl80211.c:4116
which lock already depends on the new lock.
the existing dependency chain (in reverse order) is:
-> #1 (&rdev->wiphy.mtx){+.+.}-{3:3}:
__mutex_lock_common+0x1e3/0x2400 kernel/locking/mutex.c:596
__mutex_lock kernel/locking/mutex.c:729 [inline]
mutex_lock_nested+0x17/0x20 kernel/locking/mutex.c:743
wiphy_lock include/net/cfg80211.h:5319 [inline]
ieee80211_open+0x140/0x200 net/mac80211/iface.c:361
__dev_open+0x2bf/0x430 net/core/dev.c:1550
dev_open+0xa7/0x180 net/core/dev.c:1586
team_port_add drivers/net/team/team.c:1222 [inline]
team_add_slave+0x692/0x2780 drivers/net/team/team.c:1997
do_set_master net/core/rtnetlink.c:2580 [inline]
do_setlink+0xe90/0x3d60 net/core/rtnetlink.c:2791
__rtnl_newlink net/core/rtnetlink.c:3455 [inline]
rtnl_newlink+0x1658/0x1a50 net/core/rtnetlink.c:3577
rtnetlink_rcv_msg+0x844/0xf30 net/core/rtnetlink.c:5687
netlink_rcv_skb+0x1f5/0x440 net/netlink/af_netlink.c:2507
netlink_unicast_kernel net/netlink/af_netlink.c:1318 [inline]
netlink_unicast+0x774/0x920 net/netlink/af_netlink.c:1344
netlink_sendmsg+0x8ba/0xbe0 net/netlink/af_netlink.c:1918
sock_sendmsg_nosec net/socket.c:706 [inline]
__sock_sendmsg net/socket.c:718 [inline]
____sys_sendmsg+0x5b7/0x8f0 net/socket.c:2445
___sys_sendmsg+0x236/0x2e0 net/socket.c:2499
__sys_sendmsg net/socket.c:2528 [inline]
__do_sys_sendmsg net/socket.c:2537 [inline]
__se_sys_sendmsg+0x1af/0x290 net/socket.c:2535
do_syscall_x64 arch/x86/entry/common.c:50 [inline]
do_syscall_64+0x4c/0xa0 arch/x86/entry/common.c:80
entry_SYSCALL_64_after_hwframe+0x66/0xd0
-> #0 (team->team_lock_key#2){+.+.}-{3:3}:
check_prev_add kernel/locking/lockdep.c:3053 [inline]
check_prevs_add kernel/locking/lockdep.c:3172 [inline]
validate_chain kernel/locking/lockdep.c:3788 [inline]
__lock_acquire+0x2c42/0x7d10 kernel/locking/lockdep.c:5012
lock_acquire+0x19e/0x400 kernel/locking/lockdep.c:5623
__mutex_lock_common+0x1e3/0x2400 kernel/locking/mutex.c:596
__mutex_lock kernel/locking/mutex.c:729 [inline]
mutex_lock_nested+0x17/0x20 kernel/locking/mutex.c:743
team_del_slave+0x2e/0x1e0 drivers/net/team/team.c:2011
team_device_event+0x38f/0x9e0 drivers/net/team/team.c:3055
notifier_call_chain kernel/notifier.c:83 [inline]
raw_notifier_call_chain+0xcb/0x160 kernel/notifier.c:391
call_netdevice_notifiers_extack net/core/dev.c:2074 [inline]
call_netdevice_notifiers net/core/dev.c:2088 [inline]
unregister_netdevice_many+0x1049/0x19f0 net/core/dev.c:11160
unregister_netdevice_queue+0x324/0x370 net/core/dev.c:11093
unregister_netdevice include/linux/netdevice.h:3029 [inline]
_cfg80211_unregister_wdev+0x186/0x500 net/wireless/core.c:1197
ieee80211_if_remove+0x1bd/0x2b0 net/mac80211/iface.c:2108
ieee80211_del_iface+0x15/0x20 net/mac80211/cfg.c:145
rdev_del_virtual_intf net/wireless/rdev-ops.h:57 [inline]
nl80211_del_interface+0x1ea/0x350 net/wireless/nl80211.c:4118
genl_family_rcv_msg_doit net/netlink/genetlink.c:731 [inline]
genl_family_rcv_msg net/netlink/genetlink.c:775 [inline]
genl_rcv_msg+0xcea/0xf90 net/netlink/genetlink.c:792
netlink_rcv_skb+0x1f5/0x440 net/netlink/af_netlink.c:2507
genl_rcv+0x24/0x40 net/netlink/genetlink.c:803
netlink_unicast_kernel net/netlink/af_netlink.c:1318 [inline]
netlink_unicast+0x774/0x920 net/netlink/af_netlink.c:1344
netlink_sendmsg+0x8ba/0xbe0 net/netlink/af_netlink.c:1918
sock_sendmsg_nosec net/socket.c:706 [inline]
__sock_sendmsg net/socket.c:718 [inline]
____sys_sendmsg+0x5b7/0x8f0 net/socket.c:2445
___sys_sendmsg+0x236/0x2e0 net/socket.c:2499
__sys_sendmsg net/socket.c:2528 [inline]
__do_sys_sendmsg net/socket.c:2537 [inline]
__se_sys_sendmsg+0x1af/0x290 net/socket.c:2535
do_syscall_x64 arch/x86/entry/common.c:50 [inline]
do_syscall_64+0x4c/0xa0 arch/x86/entry/common.c:80
entry_SYSCALL_64_after_hwframe+0x66/0xd0
other info that might help us debug this:
Possible unsafe locking scenario:
CPU0 CPU1
---- ----
lock(&rdev->wiphy.mtx);
lock(team->team_lock_key#2);
lock(&rdev->wiphy.mtx);
lock(team->team_lock_key#2);
*** DEADLOCK ***
3 locks held by syz.0.17/4307:
#0: ffffffff8d499e30 (cb_lock){++++}-{3:3}, at: genl_rcv+0x15/0x40 net/netlink/genetlink.c:802
#1: ffffffff8d43d408 (rtnl_mutex){+.+.}-{3:3}, at: nl80211_pre_doit+0x28/0x540 net/wireless/nl80211.c:14969
#2: ffff88807dc28688 (&rdev->wiphy.mtx){+.+.}-{3:3}, at: nl80211_del_interface+0x11c/0x350 net/wireless/nl80211.c:4116
stack backtrace:
CPU: 1 PID: 4307 Comm: syz.0.17 Not tainted syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 04/18/2026
Call Trace:
<TASK>
dump_stack_lvl+0x188/0x250 lib/dump_stack.c:106
check_noncircular+0x296/0x330 kernel/locking/lockdep.c:2133
check_prev_add kernel/locking/lockdep.c:3053 [inline]
check_prevs_add kernel/locking/lockdep.c:3172 [inline]
validate_chain kernel/locking/lockdep.c:3788 [inline]
__lock_acquire+0x2c42/0x7d10 kernel/locking/lockdep.c:5012
lock_acquire+0x19e/0x400 kernel/locking/lockdep.c:5623
__mutex_lock_common+0x1e3/0x2400 kernel/locking/mutex.c:596
__mutex_lock kernel/locking/mutex.c:729 [inline]
mutex_lock_nested+0x17/0x20 kernel/locking/mutex.c:743
team_del_slave+0x2e/0x1e0 drivers/net/team/team.c:2011
team_device_event+0x38f/0x9e0 drivers/net/team/team.c:3055
notifier_call_chain kernel/notifier.c:83 [inline]
raw_notifier_call_chain+0xcb/0x160 kernel/notifier.c:391
call_netdevice_notifiers_extack net/core/dev.c:2074 [inline]
call_netdevice_notifiers net/core/dev.c:2088 [inline]
unregister_netdevice_many+0x1049/0x19f0 net/core/dev.c:11160
unregister_netdevice_queue+0x324/0x370 net/core/dev.c:11093
unregister_netdevice include/linux/netdevice.h:3029 [inline]
_cfg80211_unregister_wdev+0x186/0x500 net/wireless/core.c:1197
ieee80211_if_remove+0x1bd/0x2b0 net/mac80211/iface.c:2108
ieee80211_del_iface+0x15/0x20 net/mac80211/cfg.c:145
rdev_del_virtual_intf net/wireless/rdev-ops.h:57 [inline]
nl80211_del_interface+0x1ea/0x350 net/wireless/nl80211.c:4118
genl_family_rcv_msg_doit net/netlink/genetlink.c:731 [inline]
genl_family_rcv_msg net/netlink/genetlink.c:775 [inline]
genl_rcv_msg+0xcea/0xf90 net/netlink/genetlink.c:792
netlink_rcv_skb+0x1f5/0x440 net/netlink/af_netlink.c:2507
genl_rcv+0x24/0x40 net/netlink/genetlink.c:803
netlink_unicast_kernel net/netlink/af_netlink.c:1318 [inline]
netlink_unicast+0x774/0x920 net/netlink/af_netlink.c:1344
netlink_sendmsg+0x8ba/0xbe0 net/netlink/af_netlink.c:1918
sock_sendmsg_nosec net/socket.c:706 [inline]
__sock_sendmsg net/socket.c:718 [inline]
____sys_sendmsg+0x5b7/0x8f0 net/socket.c:2445
___sys_sendmsg+0x236/0x2e0 net/socket.c:2499
__sys_sendmsg net/socket.c:2528 [inline]
__do_sys_sendmsg net/socket.c:2537 [inline]
__se_sys_sendmsg+0x1af/0x290 net/socket.c:2535
do_syscall_x64 arch/x86/entry/common.c:50 [inline]
do_syscall_64+0x4c/0xa0 arch/x86/entry/common.c:80
entry_SYSCALL_64_after_hwframe+0x66/0xd0
RIP: 0033:0x7f4c38689dd9
Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 e8 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007fff77825e68 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
RAX: ffffffffffffffda RBX: 00007f4c38902fa0 RCX: 00007f4c38689dd9
RDX: 0000000000000000 RSI: 0000200000000280 RDI: 0000000000000007
RBP: 00007f4c3871fd69 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 00007f4c38902fac R14: 00007f4c38902fa0 R15: 00007f4c38902fa0
</TASK>
team0: Port device wlan1 removed
| Time | Kernel | Commit | Syzkaller | Config | Log | Report | Syz repro | C repro | VM info | Assets (help?) | Manager | Title |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2026/04/27 06:33 | linux-5.15.y | b9d57c40a767 | 9c2d0995 | .config | console log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | |
| 2024/01/18 21:02 | linux-5.15.y | ddcaf4999061 | 239abf84 | .config | console log | report | syz | C | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | |
| 2024/09/07 08:22 | linux-5.15.y | 14e468424d3e | 9750182a | .config | console log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | |
| 2026/04/11 06:06 | linux-5.15.y | 91d48252ad4b | 38c8e246 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2026/03/28 05:36 | linux-5.15.y | 91d48252ad4b | 356bdfc9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2026/03/26 00:38 | linux-5.15.y | 91d48252ad4b | c6143aac | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2026/03/10 18:49 | linux-5.15.y | 91d48252ad4b | 4683d576 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/12/09 01:38 | linux-5.15.y | 68efe5a6c16a | d6526ea3 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/11/09 22:33 | linux-5.15.y | cc5ec8769306 | 4e1406b4 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/09/13 20:46 | linux-5.15.y | 43bb85222e53 | e2beed91 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/08/04 09:24 | linux-5.15.y | c79648372d02 | 7368264b | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/07/11 17:46 | linux-5.15.y | 2f693b607545 | 3cda49cf | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/07/02 20:48 | linux-5.15.y | 3dea0e7f549e | bc80e4f0 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/06/13 04:54 | linux-5.15.y | 1c700860e8bc | 98683f8f | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/05/17 23:38 | linux-5.15.y | 3b8db0e4f263 | f41472b0 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/05/08 06:24 | linux-5.15.y | 16fdf2c7111b | dbf35fa1 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/05/08 05:11 | linux-5.15.y | 16fdf2c7111b | dbf35fa1 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/05/01 03:53 | linux-5.15.y | f7347f400572 | ce7952f4 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/04/26 14:58 | linux-5.15.y | f7347f400572 | c6b4fb39 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/03/19 13:25 | linux-5.15.y | 0c935c049b5c | 8d0a2921 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/03/17 15:37 | linux-5.15.y | 0c935c049b5c | 948c34e4 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/03/13 23:16 | linux-5.15.y | 0c935c049b5c | 44be8b44 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/03/07 02:22 | linux-5.15.y | c16c81c81336 | 831e3629 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/01/26 23:05 | linux-5.15.y | 003148680b79 | 9fbd772e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/01/17 17:27 | linux-5.15.y | 4735586da88e | 953d1c45 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/12/29 19:18 | linux-5.15.y | 91786f140358 | d3ccff63 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/12/11 13:14 | linux-5.15.y | 0a51d2d4527b | ff949d25 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/10/23 07:20 | linux-5.15.y | 74cdd62cb470 | 15fa2979 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/10/22 20:21 | linux-5.15.y | 74cdd62cb470 | a93682b3 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/10/11 11:16 | linux-5.15.y | 3a5928702e71 | cd942402 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/09/24 20:27 | linux-5.15.y | 3a5928702e71 | 5643e0e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/09/24 20:27 | linux-5.15.y | 3a5928702e71 | 5643e0e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/08/16 13:29 | linux-5.15.y | 7e89efd3ae1c | e1c76ab2 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/08/15 06:53 | linux-5.15.y | 7e89efd3ae1c | e4bacdaf | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/08/15 06:53 | linux-5.15.y | 7e89efd3ae1c | e4bacdaf | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/08/14 17:17 | linux-5.15.y | 7e89efd3ae1c | e6b88e20 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/07/23 02:50 | linux-5.15.y | 7c6d66f0266f | 708c10c4 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/07/12 01:25 | linux-5.15.y | f45bea23c39c | eaeb5c15 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/07/03 09:04 | linux-5.15.y | 4878aadf2d15 | 1ecfa2d8 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/04/01 11:17 | linux-5.15.y | 9465fef4ae35 | 6baf5069 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-perf | possible deadlock in team_del_slave | ||
| 2024/03/26 12:33 | linux-5.15.y | b95c01af2113 | bcd9b39f | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-perf | possible deadlock in team_del_slave | ||
| 2024/02/19 18:51 | linux-5.15.y | 6139f2a02fe0 | 3af7dd65 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/02/19 15:54 | linux-5.15.y | 6139f2a02fe0 | 3af7dd65 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/01/31 14:14 | linux-5.15.y | 6139f2a02fe0 | 373b66cd | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/01/18 16:17 | linux-5.15.y | ddcaf4999061 | 239abf84 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2024/01/12 21:45 | linux-5.15.y | 26c690eff0a5 | 551587c1 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan | possible deadlock in team_del_slave | ||
| 2025/07/31 20:26 | linux-5.15.y | c79648372d02 | 0c075d67 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2025/07/29 23:52 | linux-5.15.y | c79648372d02 | f8f2b4da | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2025/07/10 21:04 | linux-5.15.y | 2f693b607545 | 3cda49cf | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2025/07/02 08:32 | linux-5.15.y | 3dea0e7f549e | bc80e4f0 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2025/06/20 16:58 | linux-5.15.y | 1c700860e8bc | 804b3919 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2025/05/20 02:34 | linux-5.15.y | a68c15152131 | b84f0537 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2025/05/17 14:37 | linux-5.15.y | 3b8db0e4f263 | f41472b0 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2025/05/12 02:51 | linux-5.15.y | 3b8db0e4f263 | 77908e5f | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2025/04/17 14:12 | linux-5.15.y | f7347f400572 | 229db4cf | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2025/03/15 05:34 | linux-5.15.y | 0c935c049b5c | e2826670 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2024/08/13 14:37 | linux-5.15.y | 7e89efd3ae1c | f21a18ca | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2024/07/05 04:25 | linux-5.15.y | 4878aadf2d15 | 3f2748a3 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave | ||
| 2024/03/27 10:54 | linux-5.15.y | 9465fef4ae35 | 454571b6 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-5-15-kasan-arm64 | possible deadlock in team_del_slave |