syzbot


WARNING: ODEBUG bug in netdev_run_todo

Status: fixed on 2024/02/03 08:56
Subsystems: batman
[Documentation on labels]
Reported-by: syzbot+f9484b345f41843fc9a9@syzkaller.appspotmail.com
Fix commit: abac3ac97fe8 batman-adv: Broken sync while rescheduling delayed work
First crash: 1414d, last: 298d
Cause bisection: failed (error log, bisect log)
  
Fix bisection: failed (error log)
  
Discussions (4)
Title Replies (including bot) Last reply
WARNING: ODEBUG bug in netdev_run_todo 0 (3) 2024/01/31 12:09
[syzbot] Monthly batman report (Jun 2023) 0 (1) 2023/06/06 23:21
[syzbot] Monthly batman report (May 2023) 0 (1) 2023/05/05 21:39
[syzbot] Monthly batman report 0 (1) 2023/04/04 14:20
Similar bugs (4)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
linux-5.15 WARNING: ODEBUG bug in netdev_run_todo syz 64 313d 403d 0/3 auto-obsoleted due to no activity on 2023/08/23 09:02
linux-4.19 WARNING: ODEBUG bug in netdev_run_todo syz 308 413d 1401d 0/1 upstream: reported syz repro on 2020/06/16 11:21
linux-6.1 WARNING: ODEBUG bug in netdev_run_todo origin:lts-only syz unreliable 36 209d 406d 0/3 upstream: reported syz repro on 2023/03/08 11:05
linux-4.14 WARNING: ODEBUG bug in netdev_run_todo C error 350 706d 1409d 0/1 upstream: reported C repro on 2020/06/08 15:34
Last patch testing requests (10)
Created Duration User Patch Repo Result
2024/01/29 14:56 15m retest repro upstream report log
2024/01/16 14:09 18m retest repro upstream report log
2024/01/16 14:09 17m retest repro upstream report log
2024/01/16 14:09 15m retest repro upstream report log
2024/01/16 14:09 17m retest repro upstream report log
2024/01/16 10:49 17m retest repro linux-next report log
2024/01/09 06:57 13m retest repro upstream report log
2024/01/09 05:37 21m retest repro upstream report log
2023/11/23 22:46 19m retest repro upstream log
2023/11/23 22:46 27m retest repro upstream report log

Sample crash report:
bond0 (unregistering): (slave bond_slave_1): Releasing backup interface
bond0 (unregistering): (slave bond_slave_0): Releasing backup interface
bond0 (unregistering): Released all slaves
------------[ cut here ]------------
ODEBUG: free active (active state 0) object: ffff88807deed4f8 object type: timer_list hint: batadv_dat_purge+0x0/0x70 net/batman-adv/distributed-arp-table.c:171
WARNING: CPU: 1 PID: 38 at lib/debugobjects.c:509 debug_print_object+0x194/0x2c0 lib/debugobjects.c:509
Modules linked in:
CPU: 1 PID: 38 Comm: kworker/u4:2 Not tainted 6.2.0-rc6-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/12/2023
Workqueue: netns cleanup_net
RIP: 0010:debug_print_object+0x194/0x2c0 lib/debugobjects.c:509
Code: df 48 89 fe 48 c1 ee 03 80 3c 16 00 0f 85 c7 00 00 00 48 8b 14 dd 60 ab a6 8a 50 4c 89 ee 48 c7 c7 20 9f a6 8a e8 ab 06 b0 05 <0f> 0b 58 83 05 4e 5c 63 0a 01 48 83 c4 20 5b 5d 41 5c 41 5d 41 5e
RSP: 0018:ffffc90000cff8a8 EFLAGS: 00010086
RAX: 0000000000000000 RBX: 0000000000000003 RCX: 0000000000000000
RDX: ffff88801346e180 RSI: ffffffff8165a14c RDI: fffff5200019ff07
RBP: 0000000000000001 R08: 0000000000000005 R09: 0000000000000000
R10: 0000000080000000 R11: 0000000000000000 R12: ffffffff8a4e9ce0
R13: ffffffff8aa6a420 R14: ffff8880766df408 R15: ffffffff816f27a0
FS:  0000000000000000(0000) GS:ffff8880b9900000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000557862295300 CR3: 0000000074bb4000 CR4: 00000000003506e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 <TASK>
 __debug_check_no_obj_freed lib/debugobjects.c:996 [inline]
 debug_check_no_obj_freed+0x305/0x420 lib/debugobjects.c:1027
 __do_kmem_cache_free mm/slab.c:3581 [inline]
 __kmem_cache_free+0x194/0x3b0 mm/slab.c:3589
 kvfree+0x46/0x50 mm/util.c:627
 device_release+0xa3/0x240 drivers/base/core.c:2331
 kobject_cleanup lib/kobject.c:673 [inline]
 kobject_release lib/kobject.c:704 [inline]
 kref_put include/linux/kref.h:65 [inline]
 kobject_put+0x1c2/0x4d0 lib/kobject.c:721
 netdev_run_todo+0x762/0x1100 net/core/dev.c:10360
 default_device_exit_batch+0x456/0x590 net/core/dev.c:11349
 ops_exit_list+0x125/0x170 net/core/net_namespace.c:174
 cleanup_net+0x4ee/0xb10 net/core/net_namespace.c:606
 process_one_work+0x9bf/0x1710 kernel/workqueue.c:2289
 worker_thread+0x669/0x1090 kernel/workqueue.c:2436
 kthread+0x2e8/0x3a0 kernel/kthread.c:376
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:308
 </TASK>

Crashes (5467):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2023/01/31 01:31 upstream 6d796c50f84c 9dfcf09c .config console log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2022/09/11 17:07 upstream b96fbd602d35 356d8217 .config console log report syz C [disk image] [vmlinux] ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2021/10/24 06:47 upstream 9c0c4d24ac00 282f03fb .config console log report syz C ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2021/03/25 07:24 upstream 4ee998b0ef8b 607e3baf .config console log report syz C ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2022/12/12 04:33 linux-next 591cd61541b9 67be1ae7 .config console log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2022/09/14 22:12 upstream 3245cb65fd91 b884348d .config console log report syz ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2022/06/24 00:44 upstream de5c208d533a 912f5df7 .config console log report syz ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2022/11/11 17:53 upstream 4bbf3422df78 3ead01ad .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-386 WARNING: ODEBUG bug in netdev_run_todo
2022/07/28 10:03 upstream 4a57a8400075 fb95c74d .config console log report syz ci-qemu-upstream-386 WARNING: ODEBUG bug in netdev_run_todo
2022/07/27 20:31 upstream 4a57a8400075 da9d0366 .config console log report syz ci-qemu-upstream-386 WARNING: ODEBUG bug in netdev_run_todo
2023/05/30 15:53 upstream 8b817fded42d 8d5c7541 .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2023/05/11 12:37 upstream 80e62bc8487b 0fbd49f4 .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2023/05/08 20:18 upstream ac9a78681b92 90c93c40 .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2023/02/05 00:50 upstream 0136d86b7852 be607b78 .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/01/11 07:54 upstream 7dd4b804e080 1dac8c7a .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2022/06/02 19:22 upstream d1dc87763f40 5783034f .config console log report syz ci-upstream-kasan-gce-smack-root WARNING: ODEBUG bug in netdev_run_todo
2022/05/17 16:39 upstream 42226c989789 744a39e2 .config console log report syz ci-upstream-kasan-gce-smack-root WARNING: ODEBUG bug in netdev_run_todo
2022/04/09 08:17 upstream 6c7376da2358 e22c3da3 .config console log report syz ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2022/04/09 01:49 upstream 1831fed55973 15be3cba .config console log report syz ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2022/03/01 13:40 upstream 719fce7539cd 45a13a73 .config console log report syz ci-upstream-kasan-gce-smack-root WARNING: ODEBUG bug in netdev_run_todo
2022/02/20 07:18 upstream 4f12b742eb2b 3cd800e4 .config console log report syz ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2021/12/09 04:51 upstream 2a987e65025e a4a2a501 .config console log report syz ci-upstream-kasan-gce-smack-root WARNING: ODEBUG bug in netdev_run_todo
2021/10/19 13:36 upstream 519d81956ee2 24dc29db .config console log report syz ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2021/10/18 06:31 upstream d999ade1cc86 0c5d9412 .config console log report syz ci-upstream-kasan-gce-smack-root WARNING: ODEBUG bug in netdev_run_todo
2021/10/11 03:55 upstream efb52a7d9511 838e7e2c .config console log report syz ci-upstream-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2021/10/09 21:59 upstream 717478d89fe2 838e7e2c .config console log report syz ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2022/02/10 20:58 upstream e3c85076d7a6 0b33604d .config console log report syz ci-qemu-upstream WARNING: ODEBUG bug in netdev_run_todo
2022/10/01 12:25 net-old ae3ed15da588 feb56351 .config console log report syz [disk image] [vmlinux] ci-upstream-net-this-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2022/02/26 08:03 bpf 8940e6b669ca 45a13a73 .config console log report syz ci-upstream-bpf-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2022/02/06 20:30 net-old 28f922213886 a7dab638 .config console log report syz ci-upstream-net-this-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2021/10/28 12:34 net-old 72f898ca0ab8 be531bb4 .config console log report syz ci-upstream-net-this-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2021/10/25 02:57 net-old 95a359c95533 282f03fb .config console log report syz ci-upstream-net-this-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/01/08 05:41 bpf-next 6d0c4b11e743 1dac8c7a .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2022/12/08 04:33 net-next-old a2220b54589b d88f3abb .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2021/10/10 11:30 net-next-old 7932d53162dc 838e7e2c .config console log report syz ci-upstream-net-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2022/12/23 10:46 linux-next e45fb347b630 9da18ae8 .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2022/12/21 01:23 linux-next e45fb347b630 d3e76707 .config console log report syz [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2022/05/18 23:00 linux-next 3f7bdc402fb0 50c53f39 .config console log report syz ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2022/03/03 13:45 linux-next 91265a6da44d 45a13a73 .config console log report syz ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2021/10/30 06:45 linux-next bdcc9f6a5682 098b5d53 .config console log report syz ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2021/10/09 01:39 linux-next 683f29b781ae efe0f24d .config console log report syz ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2020/08/11 13:42 upstream 00e4db51259a bacaf5fa .config console log report syz ci-upstream-kasan-gce-selinux-root
2020/08/04 18:28 upstream c0842fbc1b18 80a06902 .config console log report syz ci-upstream-kasan-gce-smack-root
2023/06/08 11:57 upstream 5f63595ebd82 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/08 10:23 upstream 5f63595ebd82 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/07 12:59 upstream a4d7d7011219 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/07 04:31 upstream a4d7d7011219 a4ae4f42 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream WARNING: ODEBUG bug in netdev_run_todo
2023/06/06 21:10 upstream a4d7d7011219 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/05 22:07 upstream f8dba31b0a82 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/05 09:38 upstream 9561de3a55be a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/04 20:27 upstream 9561de3a55be a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/04 01:13 upstream 51f269a6ecc7 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-smack-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/03 19:38 upstream 51f269a6ecc7 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/03 09:36 upstream 4ecd704a4c51 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2023/05/21 07:15 upstream 0dd2a6fb1e34 4bce1a3e .config console log report info [disk image] [vmlinux] [kernel image] ci2-upstream-fs WARNING: ODEBUG bug in netdev_run_todo
2023/06/03 07:13 upstream 4ecd704a4c51 a4ae4f42 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream-386 WARNING: ODEBUG bug in netdev_run_todo
2023/04/15 05:22 upstream 95abc817ab3a ec410564 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-386 WARNING: ODEBUG bug in netdev_run_todo
2023/06/08 01:18 bpf f46fab0e36e6 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/07 20:57 net f6ca5baf2a86 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/06 08:06 bpf 132328e8e851 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/05 03:22 bpf 23509e92cf13 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/04 18:53 bpf 23509e92cf13 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/02 20:35 net 37a826d86ff7 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-this-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/02 12:19 bpf b320a4563829 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/24 19:28 bpf-next fbc5669de62a 09ffe269 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/20 19:05 bpf-next 970308a7b544 09ffe269 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/18 16:41 bpf-next ab5d47bd41b1 f3921d4d .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/18 11:08 bpf-next ab5d47bd41b1 f3921d4d .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/14 21:55 bpf-next c03531e087b5 d2ee9228 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/13 21:05 bpf-next 25085b4e9251 d2ee9228 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/13 16:28 bpf-next 25085b4e9251 d2ee9228 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/13 10:08 bpf-next 25085b4e9251 749afb64 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/13 04:59 bpf-next b23ed4d74c4d 749afb64 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/12 22:55 bpf-next b23ed4d74c4d 749afb64 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/12 14:31 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/11 03:01 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/10 07:25 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/10 05:51 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/10 02:42 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/09 17:01 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/09 05:56 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/08 20:37 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/08 17:56 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/08 16:52 net-next b62d9e200492 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/08 15:47 bpf-next 67faabbde36b 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/08 08:49 bpf-next aa7881fcfe9d 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/07 22:53 bpf-next aa7881fcfe9d 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/07 03:15 bpf-next aa7881fcfe9d a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/07 00:11 bpf-next aa7881fcfe9d a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/06 12:59 bpf-next 3d272c2fa804 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/06 10:42 bpf-next 3d272c2fa804 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/06 05:26 bpf-next 7793fc3babe9 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/06 01:10 bpf-next 7793fc3babe9 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/05 06:48 bpf-next d4ae3e587ece a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/05 02:16 bpf-next d4ae3e587ece a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/04 13:38 bpf-next d4ae3e587ece a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/03 12:51 bpf-next d4ae3e587ece a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/02 23:45 net-next 3f06760c00f5 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-net-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/02 02:26 bpf-next d4ae3e587ece a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/01 18:47 bpf-next d4ae3e587ece a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-bpf-next-kasan-gce WARNING: ODEBUG bug in netdev_run_todo
2023/06/09 11:35 linux-next 715abedee4cd 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/08 03:33 linux-next 715abedee4cd 7086cdb9 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2023/06/03 02:17 linux-next 715abedee4cd a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-linux-next-kasan-gce-root WARNING: ODEBUG bug in netdev_run_todo
2021/01/17 14:07 upstream 0da0a8a0a0e1 813be542 .config console log report info ci-upstream-kasan-gce-smack-root
2020/06/03 10:29 upstream 1ee08de1e234 f3ba1b5b .config console log report ci-upstream-kasan-gce-selinux-root
* Struck through repros no longer work on HEAD.