syzbot


BUG: MAX_LOCKDEP_ENTRIES too low! (3)

Status: upstream: reported C repro on 2022/11/16 22:12
Subsystems: smc kernfs
Labels: no-reminders
[Documentation on labels]
Reported-by: syzbot+b04c9ffbbd2f303d00d9@syzkaller.appspotmail.com
First crash: 1290d, last: 578d
Cause bisection: introduced by (bisect log) [merge commit]:
commit d99676af540c2dc829999928fb81c58c80a1dce4
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Sun Feb 21 22:44:44 2021 +0000

  Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drm

Crash: WARNING in kvm_wait (log)
Repro: C syz .config
  
✨ AI Jobs (1)
ID Workflow Result Correct Bug Created Started Finished Revision Error
fa39bcf3-3c01-4651-a4ad-b01adbc84ebb assessment-security 💥 BUG: MAX_LOCKDEP_ENTRIES too low! (3) 2026/05/15 17:59 2026/05/15 17:59 2026/05/15 18:25 efdaf0f9b8bfc56ea6d17bea15a64f4591cc712d failed to run ["make" "KERNELVERSION=syzkaller" "KERNELRELEASE=syzkaller" "LOCALVERSION=-syzkaller" "-j" "32" "ARCH=x86_64" "CC=ccache clang" "LD=ld.lld" "O=/app/workdir/cache/build/943d334e0b16d511237bb49f1148904d732f82b0" "-s" "bzImage" "compile_commands.json"]: exit status 2 Root cause: drivers/nvme/target/fc.c:151:2: warning: 'counted_by' should not be applied to an array with element of unknown size because 'struct nvmet_fc_fcp_iod' is a struct type with a flexible array member. This will be an error in a future compiler version [-Wbounds-safety-counted-by-elt-type-unknown-size] ld.lld: error: undefined symbol: wcslen * * Restart config... * * * General architecture-dependent options * Kprobes (KPROBES) [N/y/?] n Optimize very unlikely/likely branches (JUMP_LABEL) [Y/n/?] y Static key selftest (STATIC_KEYS_SELFTEST) [N/y/?] n Static call selftest (STATIC_CALL_SELFTEST) [N/y/?] n Enable seccomp to safely execute untrusted bytecode (SECCOMP) [Y/n/?] y Show seccomp filter cache status in /proc/pid/seccomp_cache (SECCOMP_CACHE_DEBUG) [N/y/?] n Link Time Optimization (LTO) > 1. None (LTO_NONE) choice[1]: 1 Use Clang's Control Flow Integrity (CFI) (CFI_CLANG) [N/y/?] (NEW) Error in reading or end of file. Number of bits to use for ASLR of mmap base address (ARCH_MMAP_RND_BITS) [28] 28 Number of bits to use for ASLR of mmap base address for compatible applications (ARCH_MMAP_RND_COMPAT_BITS) [8] 8 MMU page size > 1. 4KiB pages (PAGE_SIZE_4KB) choice[1]: 1 Provide system calls for 32-bit time_t (COMPAT_32BIT_TIME) [Y/n/?] y Use a virtually-mapped stack (VMAP_STACK) [Y/n/?] y Support for randomizing kernel stack offset on syscall entry (RANDOMIZE_KSTACK_OFFSET) [Y/n/?] y Default state of kernel stack offset randomization (RANDOMIZE_KSTACK_OFFSET_DEFAULT) [N/y/?] n Locking event counts collection (LOCK_EVENT_COUNTS) [N/y/?] n * * Kernel hardening options * Randomize layout of sensitive kernel structures > 1. Disable structure layout randomization (RANDSTRUCT_NONE) 2. Fully randomize structure layout (RANDSTRUCT_FULL) (NEW) choice[1-2?]: Error in reading or end of file. * * Compile-time checks and compiler options * Debug information 1. Disable debug information (DEBUG_INFO_NONE) 2. Rely on the toolchain's implicit default DWARF version (DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT) > 3. Generate DWARF Version 4 debuginfo (DEBUG_INFO_DWARF4) 4. Generate DWARF Version 5 debuginfo (DEBUG_INFO_DWARF5) choice[1-4?]: 3 Reduce debugging information (DEBUG_INFO_REDUCED) [N/y/?] n Compressed Debug information > 1. Don't compress debug information (DEBUG_INFO_COMPRESSED_NONE) 2. Compress debugging information with zlib (DEBUG_INFO_COMPRESSED_ZLIB) 3. Compress debugging information with zstd (DEBUG_INFO_COMPRESSED_ZSTD) (NEW) choice[1-3?]: Error in reading or end of file. Produce split debuginfo in .dwo files (DEBUG_INFO_SPLIT) [N/y/?] n Generate BTF type information (DEBUG_INFO_BTF) [N/y/?] n Provide GDB scripts for kernel debugging (GDB_SCRIPTS) [N/y/?] n Warn for stack frames larger than (FRAME_WARN) [2048] 2048 Strip assembler-generated symbols during link (STRIP_ASM_SYMS) [N/y/?] n Install uapi headers to usr/include (HEADERS_INSTALL) [N/y/?] n Make section mismatch errors non-fatal (SECTION_MISMATCH_WARN_ONLY) [Y/n/?] y Force all function address 64B aligned (DEBUG_FORCE_FUNCTION_ALIGN_64B) [N/y/?] n Generate vmlinux.map file when linking (VMLINUX_MAP) [N/y/?] n Force weak per-cpu definitions (DEBUG_FORCE_WEAK_PER_CPU) [N/y/?] n In file included from /app/workdir/cache/src/718bc635947539484fdb04b6148108db8f9e97dc/net/socket.c:108: In file included from /app/workdir/cache/src/718bc635947539484fdb04b6148108db8f9e97dc/include/net/busy_poll.h:18: /app/workdir/cache/src/718bc635947539484fdb04b6148108db8f9e97dc/include/net/ip.h:472:14: warning: default initialization of an object of type 'typeof (rt->dst.expires)' (aka 'const unsigned long') leaves the object uninitialized [-Wdefault-const-init-var-unsafe] 472 | if (mtu && time_before(jiffies, rt->dst.expires)) | ^ /app/wor
Discussions (3)
Title Replies (including bot) Last reply
[syzbot] Monthly net report (Jul 2023) 0 (1) 2023/08/01 12:53
[PATCH] lib/stackdepot: stackdepot: don't use __GFP_KSWAPD_RECLAIM from __stack_depot_save() if atomic context 16 (16) 2023/06/21 15:37
[syzbot] BUG: MAX_LOCKDEP_ENTRIES too low! (3) 0 (2) 2022/11/22 07:57
Similar bugs (4)
Kernel Title Rank 🛈 Repro Cause bisect Fix bisect Count Last Reported Patched Status
linux-6.1 BUG: MAX_LOCKDEP_ENTRIES too low! origin:upstream missing-backport -1 C inconclusive 2 259d 1004d 0/3 upstream: reported C repro on 2023/08/21 09:06
upstream BUG: MAX_LOCKDEP_ENTRIES too low! -1 C done 179076 1839d 2530d 20/29 fixed on 2021/11/10 00:50
linux-5.15 BUG: MAX_LOCKDEP_ENTRIES too low! missing-backport origin:upstream -1 C done 8 767d 1101d 0/3 upstream: reported C repro on 2023/05/17 04:24
upstream BUG: MAX_LOCKDEP_ENTRIES too low! (2) kernel -1 9 1464d 1619d 0/29 auto-closed as invalid on 2022/08/16 22:49
Last patch testing requests (11)
Created Duration User Patch Repo Result
2026/05/18 09:53 22m retest repro upstream log
2026/05/18 09:53 24m retest repro upstream report log
2026/04/27 10:32 17m retest repro upstream report log
2026/03/09 09:28 13m retest repro upstream log
2026/03/09 08:52 14m retest repro upstream log
2026/02/16 10:09 12m retest repro upstream report log
2025/12/29 08:57 18m retest repro upstream log
2025/12/29 08:05 16m retest repro upstream log
2025/12/08 09:49 12m retest repro upstream report log
2025/10/20 08:30 15m retest repro upstream log
2022/11/22 10:14 15m hdanton@sina.com patch https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git 9ab000d9ac54 report log
Fix bisection attempts (3)
Created Duration User Patch Repo Result
2024/11/21 12:31 0m bisect fix net-old error
marked invalid by nogikh@google.com
2024/10/21 01:38 3h14m bisect fix net-next OK (0) job log log
marked invalid by nogikh@google.com
2024/09/19 04:53 9h44m bisect fix upstream OK (0) job log log
marked invalid by nogikh@google.com

Sample crash report:
BUG: MAX_LOCKDEP_ENTRIES too low!
turning off the locking correctness validator.
CPU: 2 PID: 6150 Comm: syz-executor428 Not tainted 6.9.0-rc7-syzkaller-00188-gba16c1cf11c9 #0
Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-debian-1.16.2-1 04/01/2014
Call Trace:
 <TASK>
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:114
 alloc_list_entry kernel/locking/lockdep.c:1397 [inline]
 add_lock_to_list+0x25d/0x380 kernel/locking/lockdep.c:1418
 check_prev_add kernel/locking/lockdep.c:3204 [inline]
 check_prevs_add kernel/locking/lockdep.c:3253 [inline]
 validate_chain kernel/locking/lockdep.c:3869 [inline]
 __lock_acquire+0x2c61/0x3b30 kernel/locking/lockdep.c:5137
 lock_acquire kernel/locking/lockdep.c:5754 [inline]
 lock_acquire+0x1b1/0x560 kernel/locking/lockdep.c:5719
 __mutex_lock_common kernel/locking/mutex.c:608 [inline]
 __mutex_lock+0x175/0x9c0 kernel/locking/mutex.c:752
 smc_ib_ndev_change+0x32/0x390 net/smc/smc_ib.c:919
 smc_pnet_netdev_event+0x1ae/0x7c0 net/smc/smc_pnet.c:854
 notifier_call_chain+0xb9/0x410 kernel/notifier.c:93
 call_netdevice_notifiers_info+0xbe/0x140 net/core/dev.c:1950
 call_netdevice_notifiers_extack net/core/dev.c:1988 [inline]
 call_netdevice_notifiers net/core/dev.c:2002 [inline]
 register_netdevice+0x15f5/0x1ca0 net/core/dev.c:10316
 bpq_new_device drivers/net/hamradio/bpqether.c:499 [inline]
 bpq_device_event+0x3a2/0xaf0 drivers/net/hamradio/bpqether.c:542
 notifier_call_chain+0xb9/0x410 kernel/notifier.c:93
 call_netdevice_notifiers_info+0xbe/0x140 net/core/dev.c:1950
 call_netdevice_notifiers_extack net/core/dev.c:1988 [inline]
 call_netdevice_notifiers net/core/dev.c:2002 [inline]
 dev_open net/core/dev.c:1471 [inline]
 dev_open+0x144/0x160 net/core/dev.c:1459
 team_port_add drivers/net/team/team.c:1214 [inline]
 team_add_slave+0xadc/0x2110 drivers/net/team/team.c:1974
 do_set_master+0x1bc/0x230 net/core/rtnetlink.c:2685
 rtnl_newlink_create net/core/rtnetlink.c:3511 [inline]
 __rtnl_newlink+0x150b/0x1960 net/core/rtnetlink.c:3714
 rtnl_newlink+0x67/0xa0 net/core/rtnetlink.c:3727
 rtnetlink_rcv_msg+0x3c7/0xe60 net/core/rtnetlink.c:6595
 netlink_rcv_skb+0x16b/0x440 net/netlink/af_netlink.c:2559
 netlink_unicast_kernel net/netlink/af_netlink.c:1335 [inline]
 netlink_unicast+0x542/0x820 net/netlink/af_netlink.c:1361
 netlink_sendmsg+0x8b8/0xd70 net/netlink/af_netlink.c:1905
 sock_sendmsg_nosec net/socket.c:730 [inline]
 __sock_sendmsg net/socket.c:745 [inline]
 ____sys_sendmsg+0xab5/0xc90 net/socket.c:2584
 ___sys_sendmsg+0x135/0x1e0 net/socket.c:2638
 __sys_sendmsg+0x117/0x1f0 net/socket.c:2667
 do_syscall_x64 arch/x86/entry/common.c:52 [inline]
 do_syscall_64+0xcf/0x260 arch/x86/entry/common.c:83
 entry_SYSCALL_64_after_hwframe+0x77/0x7f
RIP: 0033:0x7fa8cec3bd09
Code: 28 00 00 00 75 05 48 83 c4 28 c3 e8 71 19 00 00 90 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 b8 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007ffef2ac4bf8 EFLAGS: 00000246 ORIG_RAX: 000000000000002e
RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fa8cec3bd09
RDX: 0000000000000000 RSI: 0000000020000300 RDI: 0000000000000005
RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000000000a0
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
 </TASK>
8021q: adding VLAN 0 to HW filter on device batadv918
team920: Port device batadv918 added

Crashes (469):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2024/05/13 01:59 upstream ba16c1cf11c9 9026e142 .config console log report syz C [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream BUG: MAX_LOCKDEP_ENTRIES too low!
2024/03/04 14:24 upstream 90d35da658da 0f110c12 .config console log report syz C [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/25 09:02 upstream f2e367d6ad3b 8d446f15 .config console log report syz C [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream BUG: MAX_LOCKDEP_ENTRIES too low!
2023/07/12 12:41 upstream 3f01e9fed845 2f19aa4f .config strace log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root BUG: MAX_LOCKDEP_ENTRIES too low!
2022/11/22 08:51 upstream eb7081409f94 1c576c23 .config strace log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root BUG: MAX_LOCKDEP_ENTRIES too low!
2022/11/22 07:56 net-old 9ab000d9ac54 1c576c23 .config strace log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2022/11/23 04:10 net-next-old 339e79dfb087 9da37ae8 .config strace log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/01/03 04:03 linux-next c76083fac3ba ab32d508 .config strace log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root BUG: MAX_LOCKDEP_ENTRIES too low!
2022/12/23 20:50 linux-next e45fb347b630 9da18ae8 .config strace log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root BUG: MAX_LOCKDEP_ENTRIES too low!
2024/04/09 08:46 upstream fe46a7dd189e 53df08b6 .config console log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root BUG: MAX_LOCKDEP_ENTRIES too low!
2024/03/12 23:34 upstream 855684c7d938 c35c26ec .config strace log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root BUG: MAX_LOCKDEP_ENTRIES too low!
2024/03/06 13:10 upstream 29cd507cbec2 f39a7eed .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/03/04 03:42 upstream 58c806d867bf 25905f5d .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/26 23:58 upstream d206a76d7d27 edd6a5e9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/01/08 06:41 upstream 0dd3ee311255 d0304e9c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: MAX_LOCKDEP_ENTRIES too low!
2024/01/03 04:01 upstream 610a9b8f49fb fb427a07 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/12/30 16:07 upstream f016f7547aee fb427a07 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/12/23 01:21 upstream 8afe6f0e0e25 fb427a07 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/11/22 12:23 upstream c2d5304e6c64 cb976f63 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/10/30 05:44 upstream 2af9b20dbb39 3c418d72 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/10/16 11:52 upstream 58720809f527 6388bc36 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/09/27 04:12 upstream 50768a425b46 0b6a67ac .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/09/20 10:32 upstream 2cf0f7156238 0b6a67ac .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/26 22:41 upstream d206a76d7d27 edd6a5e9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-386 BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/29 19:22 upstream 1c59d383390f 7ba13a15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/29 03:33 upstream 727dbda16b83 7ba13a15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/28 12:07 upstream 2dde18cd1d8f 03d9c195 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/28 02:03 upstream 85eb043618bb 03d9c195 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/27 22:04 upstream 85eb043618bb 03d9c195 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/25 20:12 upstream 4f9e7fabf864 03d9c195 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/25 09:32 upstream f8d6ff449094 49be837e .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/22 17:29 upstream f7757129e3de b81ca3f6 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-badwrites-root BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/01 07:53 upstream 5d0c230f1de8 2a0d0f29 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root BUG: MAX_LOCKDEP_ENTRIES too low!
2022/11/14 15:55 upstream 094226ad94f4 943f4cb8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/27 05:53 upstream 28f20a19294d 03d9c195 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-386 BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/27 07:58 net 10bfd453da64 05e69c83 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/19 02:17 net ee710bbcad48 578f7538 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/12/05 22:02 net 3c91c909f13f f819d6f7 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/11/27 01:21 net a524eabcd72d 5b429f39 .config console log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/11/26 17:43 net a524eabcd72d 5b429f39 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/09/06 06:25 net d3287e4038ca 8bc9053e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/27 11:54 net 5c905279a1b7 03d9c195 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/25 14:58 net 786c96e92fb9 03d9c195 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2022/11/10 14:53 net-old 27c064ae14d1 b2488a87 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2022/11/08 09:55 net-old c23fb2c82267 881db35d .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/03/10 01:38 net-next d7e14e534493 6ee49f2e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/03/02 09:18 net-next e96082570933 25905f5d .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/26 07:41 net-next d662c5b3ce6d 8d446f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/24 02:55 net-next a818bd12538c 8d446f15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/22 15:44 net-next 6d5c36565c16 345111b5 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/18 08:54 net-next a6e0cb150c51 578f7538 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/17 10:58 net-next 71b605d32017 578f7538 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/12 13:38 net-next 4ec1d5fd384e 77b23aa1 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/12 00:00 net-next 970cb1ceda17 77b23aa1 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/12/26 14:16 net-next e9301af385e7 fb427a07 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/12/16 02:53 net-next e91db1614aba 3222d10c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/12/15 16:55 net-next e91db1614aba 3222d10c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/12/14 23:10 net-next 00b1b2296b58 3222d10c .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/12/11 09:32 net-next 5a08d0065a91 28b24332 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/11/27 06:43 net-next dba1b8a7ab68 5b429f39 .config console log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/10/09 16:31 net-next 19537e125cc7 3c53c7d9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/09/07 06:58 net-next bd6c11bc43c4 72324844 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/09/04 14:54 net-next bd6c11bc43c4 8bc9053e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/30 23:49 net-next bd6c11bc43c4 84803932 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/30 20:22 net-next bd6c11bc43c4 84803932 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2023/08/28 23:21 net-next 4b151e75aa5e 7ba13a15 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/10 10:14 linux-next 445a555e0623 77b23aa1 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root BUG: MAX_LOCKDEP_ENTRIES too low!
2024/02/04 22:56 linux-next 076d56d74f17 a67b2c42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root BUG: MAX_LOCKDEP_ENTRIES too low!
* Struck through repros no longer work on HEAD.