syzbot


KASAN: use-after-free Read in process_one_work

Status: upstream: reported C repro on 2023/05/21 23:04
Bug presence: origin:upstream
Labels: missing-backport
[Documentation on labels]
Reported-by: syzbot+a652b345402bfb128209@syzkaller.appspotmail.com
First crash: 1019d, last: 35d
Cause bisection: failed (error log, bisect log)
  
Bug presence (4)
Date Name Commit Repro Result
2023/07/07 android14-6.1 (ToT) dfd6ca251779 C [report] KASAN: use-after-free Read in process_one_work
2023/05/21 lts (merge base) b1644a0031cf C [report] KASAN: use-after-free Read in worker_thread
2023/05/21 upstream (ToT) 44c026a73be8 C [report] KASAN: slab-use-after-free Read in worker_thread
2023/07/07 upstream (ToT) a452483508d7 C Didn't crash
Similar bugs (10)
Kernel Title Rank 🛈 Repro Cause bisect Fix bisect Count Last Reported Patched Status
android-5-15 KASAN: use-after-free Read in process_one_work missing-backport origin:downstream 19 C unreliable 812 73d 1215d 0/2 auto-obsoleted due to no activity on 2026/02/24 16:04
android-54 KASAN: use-after-free Read in process_one_work (2) 19 1 322d 322d 0/2 auto-obsoleted due to no activity on 2025/07/10 20:36
android-5-10 BUG: corrupted list in process_one_work 19 C error done 35 221d 1420d 2/2 upstream: reported C repro on 2022/04/10 06:05
upstream KASAN: use-after-free Read in process_one_work 19 1 3089d 3054d 0/29 closed as invalid on 2018/02/14 13:45
android-54 KASAN: use-after-free Read in process_one_work 19 1 1075d 1075d 0/2 auto-obsoleted due to no activity on 2023/07/18 18:33
upstream KMSAN: kernel-infoleak in copyout (2) net 17 C 6723 996d 2164d 22/29 fixed on 2023/06/08 14:41
upstream KASAN: global-out-of-bounds Read in process_one_work kernel 17 1 653d 649d 0/29 auto-obsoleted due to no activity on 2024/08/14 00:54
upstream general protection fault in process_one_work (2) kernel 2 1 1684d 1680d 0/29 auto-closed as invalid on 2021/09/17 12:34
upstream KASAN: slab-out-of-bounds Read in process_one_work mm 17 1 1219d 1215d 0/29 auto-obsoleted due to no activity on 2023/01/25 20:05
upstream KASAN: slab-use-after-free Read in process_one_work kernel 19 2 902d 905d 0/29 auto-obsoleted due to no activity on 2023/12/08 17:35
Last patch testing requests (10)
Created Duration User Patch Repo Result
2026/02/07 17:23 12m retest repro android14-6.1 OK log
2026/02/07 14:54 16m retest repro android14-6.1 OK log
2026/02/07 14:54 16m retest repro android14-6.1 OK log
2026/02/07 14:54 19m retest repro android14-6.1 OK log
2026/02/07 14:54 19m retest repro android14-6.1 OK log
2026/02/07 14:54 14m retest repro android14-6.1 OK log
2026/02/07 05:44 22m retest repro android14-6.1 OK log
2026/02/07 05:44 20m retest repro android14-6.1 OK log
2026/02/07 05:44 21m retest repro android14-6.1 OK log
2026/02/07 05:44 19m retest repro android14-6.1 OK log

Sample crash report:
==================================================================
BUG: KASAN: use-after-free in __list_del_entry_valid+0xa6/0x130 lib/list_debug.c:62
Read of size 8 at addr ffff8881191d8cf0 by task kworker/0:1/19

CPU: 0 PID: 19 Comm: kworker/0:1 Not tainted syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/25/2025
Workqueue: rcu_gp srcu_invoke_callbacks
Call Trace:
 <TASK>
 __dump_stack+0x21/0x24 lib/dump_stack.c:88
 dump_stack_lvl+0x110/0x170 lib/dump_stack.c:106
 print_address_description+0x71/0x200 mm/kasan/report.c:316
 print_report+0x4a/0x60 mm/kasan/report.c:420
 kasan_report+0x122/0x150 mm/kasan/report.c:524
 __asan_report_load8_noabort+0x14/0x20 mm/kasan/report_generic.c:351
 __list_del_entry_valid+0xa6/0x130 lib/list_debug.c:62
 __list_del_entry include/linux/list.h:134 [inline]
 list_del_init include/linux/list.h:206 [inline]
 process_one_work+0x4b9/0xc40 kernel/workqueue.c:2246
 worker_thread+0xa29/0x11e0 kernel/workqueue.c:2449
 kthread+0x281/0x320 kernel/kthread.c:386
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295
 </TASK>

Allocated by task 1624:
 kasan_save_stack mm/kasan/common.c:45 [inline]
 kasan_set_track+0x4b/0x70 mm/kasan/common.c:52
 kasan_save_alloc_info+0x25/0x30 mm/kasan/generic.c:505
 ____kasan_kmalloc mm/kasan/common.c:379 [inline]
 __kasan_kmalloc+0x95/0xb0 mm/kasan/common.c:388
 kasan_kmalloc include/linux/kasan.h:212 [inline]
 __do_kmalloc_node mm/slab_common.c:938 [inline]
 __kmalloc_node+0xb2/0x1e0 mm/slab_common.c:945
 kmalloc_node include/linux/slab.h:589 [inline]
 kvmalloc_node+0x28a/0x460 mm/util.c:592
 kvmalloc include/linux/slab.h:716 [inline]
 kvzalloc include/linux/slab.h:724 [inline]
 alloc_netdev_mqs+0x8d/0xf90 net/core/dev.c:10708
 alloc_etherdev_mqs+0x37/0x40 net/ethernet/eth.c:384
 usbnet_probe+0x209/0x27a0 drivers/net/usb/usbnet.c:1723
 usb_probe_interface+0x63f/0xb20 drivers/usb/core/driver.c:397
 call_driver_probe drivers/base/dd.c:-1 [inline]
 really_probe+0x2cb/0x960 drivers/base/dd.c:639
 __driver_probe_device+0x198/0x280 drivers/base/dd.c:808
 driver_probe_device+0x54/0x3e0 drivers/base/dd.c:838
 __device_attach_driver+0x2e9/0x4a0 drivers/base/dd.c:966
 bus_for_each_drv+0x192/0x220 drivers/base/bus.c:429
 __device_attach+0x2b0/0x420 drivers/base/dd.c:1038
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087
 bus_probe_device+0xc0/0x1f0 drivers/base/bus.c:489
 device_add+0xb4d/0xef0 drivers/base/core.c:3698
 usb_set_configuration+0x19c2/0x1f10 drivers/usb/core/message.c:2165
 usb_generic_driver_probe+0x91/0x150 drivers/usb/core/generic.c:238
 usb_probe_device+0x159/0x270 drivers/usb/core/driver.c:294
 call_driver_probe drivers/base/dd.c:-1 [inline]
 really_probe+0x2cb/0x960 drivers/base/dd.c:639
 __driver_probe_device+0x198/0x280 drivers/base/dd.c:808
 driver_probe_device+0x54/0x3e0 drivers/base/dd.c:838
 __device_attach_driver+0x2e9/0x4a0 drivers/base/dd.c:966
 bus_for_each_drv+0x192/0x220 drivers/base/bus.c:429
 __device_attach+0x2b0/0x420 drivers/base/dd.c:1038
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087
 bus_probe_device+0xc0/0x1f0 drivers/base/bus.c:489
 device_add+0xb4d/0xef0 drivers/base/core.c:3698
 usb_new_device+0xa81/0x1550 drivers/usb/core/hub.c:2684
 hub_port_connect drivers/usb/core/hub.c:5594 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5734 [inline]
 port_event drivers/usb/core/hub.c:5898 [inline]
 hub_event+0x2aca/0x46b0 drivers/usb/core/hub.c:5980
 process_one_work+0x71f/0xc40 kernel/workqueue.c:2302
 worker_thread+0xa29/0x11e0 kernel/workqueue.c:2449
 kthread+0x281/0x320 kernel/kthread.c:386
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295

Freed by task 1624:
 kasan_save_stack mm/kasan/common.c:45 [inline]
 kasan_set_track+0x4b/0x70 mm/kasan/common.c:52
 kasan_save_free_info+0x31/0x50 mm/kasan/generic.c:516
 ____kasan_slab_free+0x132/0x180 mm/kasan/common.c:241
 __kasan_slab_free+0x11/0x20 mm/kasan/common.c:249
 kasan_slab_free include/linux/kasan.h:178 [inline]
 slab_free_hook mm/slub.c:1750 [inline]
 slab_free_freelist_hook+0xc2/0x190 mm/slub.c:1776
 slab_free mm/slub.c:3712 [inline]
 __kmem_cache_free+0xb7/0x1b0 mm/slub.c:3728
 kfree+0x6f/0xf0 mm/slab_common.c:990
 kvfree+0x35/0x40 mm/util.c:639
 netdev_freemem+0x3f/0x60 net/core/dev.c:10662
 netdev_release+0x7f/0xb0 net/core/net-sysfs.c:1904
 device_release+0xa4/0x1d0 drivers/base/core.c:-1
 kobject_cleanup lib/kobject.c:681 [inline]
 kobject_release lib/kobject.c:712 [inline]
 kref_put include/linux/kref.h:65 [inline]
 kobject_put+0x19d/0x280 lib/kobject.c:729
 put_device+0x1f/0x30 drivers/base/core.c:3806
 free_netdev+0x392/0x490 net/core/dev.c:10855
 usbnet_disconnect+0x25a/0x3b0 drivers/net/usb/usbnet.c:1662
 usb_unbind_interface+0x223/0x8d0 drivers/usb/core/driver.c:459
 device_remove drivers/base/dd.c:550 [inline]
 __device_release_driver drivers/base/dd.c:1283 [inline]
 device_release_driver_internal+0x508/0x820 drivers/base/dd.c:1309
 device_release_driver+0x19/0x20 drivers/base/dd.c:1332
 bus_remove_device+0x2ee/0x350 drivers/base/bus.c:531
 device_del+0x6bc/0xec0 drivers/base/core.c:3886
 usb_disable_device+0x3a8/0x750 drivers/usb/core/message.c:1414
 usb_disconnect+0x31e/0x860 drivers/usb/core/hub.c:2339
 hub_port_connect drivers/usb/core/hub.c:5433 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5734 [inline]
 port_event drivers/usb/core/hub.c:5898 [inline]
 hub_event+0x1c1b/0x46b0 drivers/usb/core/hub.c:5980
 process_one_work+0x71f/0xc40 kernel/workqueue.c:2302
 process_scheduled_works kernel/workqueue.c:2365 [inline]
 worker_thread+0xcce/0x11e0 kernel/workqueue.c:2451
 kthread+0x281/0x320 kernel/kthread.c:386
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295

Last potentially related work creation:
 kasan_save_stack+0x3a/0x60 mm/kasan/common.c:45
 __kasan_record_aux_stack+0xb6/0xc0 mm/kasan/generic.c:486
 kasan_record_aux_stack_noalloc+0xb/0x10 mm/kasan/generic.c:496
 insert_work+0x51/0x300 kernel/workqueue.c:1368
 __queue_work+0x9b1/0xd30 kernel/workqueue.c:1527
 queue_work_on+0xde/0x150 kernel/workqueue.c:1555
 queue_work include/linux/workqueue.h:510 [inline]
 schedule_work include/linux/workqueue.h:571 [inline]
 usbnet_defer_kevent drivers/net/usb/usbnet.c:479 [inline]
 usbnet_link_change+0x189/0x1b0 drivers/net/usb/usbnet.c:-1
 usbnet_probe+0x1d76/0x27a0 drivers/net/usb/usbnet.c:1868
 usb_probe_interface+0x63f/0xb20 drivers/usb/core/driver.c:397
 call_driver_probe drivers/base/dd.c:-1 [inline]
 really_probe+0x2cb/0x960 drivers/base/dd.c:639
 __driver_probe_device+0x198/0x280 drivers/base/dd.c:808
 driver_probe_device+0x54/0x3e0 drivers/base/dd.c:838
 __device_attach_driver+0x2e9/0x4a0 drivers/base/dd.c:966
 bus_for_each_drv+0x192/0x220 drivers/base/bus.c:429
 __device_attach+0x2b0/0x420 drivers/base/dd.c:1038
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087
 bus_probe_device+0xc0/0x1f0 drivers/base/bus.c:489
 device_add+0xb4d/0xef0 drivers/base/core.c:3698
 usb_set_configuration+0x19c2/0x1f10 drivers/usb/core/message.c:2165
 usb_generic_driver_probe+0x91/0x150 drivers/usb/core/generic.c:238
 usb_probe_device+0x159/0x270 drivers/usb/core/driver.c:294
 call_driver_probe drivers/base/dd.c:-1 [inline]
 really_probe+0x2cb/0x960 drivers/base/dd.c:639
 __driver_probe_device+0x198/0x280 drivers/base/dd.c:808
 driver_probe_device+0x54/0x3e0 drivers/base/dd.c:838
 __device_attach_driver+0x2e9/0x4a0 drivers/base/dd.c:966
 bus_for_each_drv+0x192/0x220 drivers/base/bus.c:429
 __device_attach+0x2b0/0x420 drivers/base/dd.c:1038
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087
 bus_probe_device+0xc0/0x1f0 drivers/base/bus.c:489
 device_add+0xb4d/0xef0 drivers/base/core.c:3698
 usb_new_device+0xa81/0x1550 drivers/usb/core/hub.c:2684
 hub_port_connect drivers/usb/core/hub.c:5594 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5734 [inline]
 port_event drivers/usb/core/hub.c:5898 [inline]
 hub_event+0x2aca/0x46b0 drivers/usb/core/hub.c:5980
 process_one_work+0x71f/0xc40 kernel/workqueue.c:2302
 worker_thread+0xa29/0x11e0 kernel/workqueue.c:2449
 kthread+0x281/0x320 kernel/kthread.c:386
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295

The buggy address belongs to the object at ffff8881191d8000
 which belongs to the cache kmalloc-4k of size 4096
The buggy address is located 3312 bytes inside of
 4096-byte region [ffff8881191d8000, ffff8881191d9000)

The buggy address belongs to the physical page:
page:ffffea0004647600 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x1191d8
head:ffffea0004647600 order:3 compound_mapcount:0 compound_pincount:0
flags: 0x4000000000010200(slab|head|zone=1)
raw: 4000000000010200 dead000000000100 dead000000000122 ffff888100043380
raw: 0000000000000000 0000000000040004 00000001ffffffff 0000000000000000
page dumped because: kasan: bad access detected
page_owner tracks the page as allocated
page last allocated via order 3, migratetype Unmovable, gfp_mask 0x1d20c0(__GFP_IO|__GFP_FS|__GFP_NOWARN|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC|__GFP_HARDWALL), pid 449, tgid 449 (syz-executor), ts 33326159341, free_ts 33295319345
 set_page_owner include/linux/page_owner.h:33 [inline]
 post_alloc_hook+0x1f5/0x210 mm/page_alloc.c:2643
 prep_new_page+0x1c/0x110 mm/page_alloc.c:2650
 get_page_from_freelist+0x2d12/0x2d80 mm/page_alloc.c:4554
 __alloc_pages+0x1d9/0x480 mm/page_alloc.c:5868
 alloc_slab_page+0x6e/0xf0 include/linux/gfp.h:-1
 allocate_slab mm/slub.c:1967 [inline]
 new_slab+0x98/0x3d0 mm/slub.c:2020
 ___slab_alloc+0x6bd/0xb20 mm/slub.c:3177
 __slab_alloc+0x5e/0xa0 mm/slub.c:3263
 slab_alloc_node mm/slub.c:3348 [inline]
 __kmem_cache_alloc_node+0x203/0x2c0 mm/slub.c:3423
 __do_kmalloc_node mm/slab_common.c:937 [inline]
 __kmalloc_node_track_caller+0xa0/0x1e0 mm/slab_common.c:958
 kmemdup+0x2b/0x60 mm/util.c:134
 kmemdup include/linux/fortify-string.h:585 [inline]
 __addrconf_sysctl_register+0xb6/0x3e0 net/ipv6/addrconf.c:7172
 addrconf_sysctl_register+0x147/0x1a0 net/ipv6/addrconf.c:7237
 ipv6_add_dev+0xcac/0x1230 net/ipv6/addrconf.c:455
 addrconf_notify+0x6d5/0xe40 net/ipv6/addrconf.c:3621
 notifier_call_chain kernel/notifier.c:87 [inline]
 raw_notifier_call_chain+0xa1/0x110 kernel/notifier.c:455
page last free stack trace:
 reset_page_owner include/linux/page_owner.h:26 [inline]
 free_pages_prepare mm/page_alloc.c:1551 [inline]
 free_pcp_prepare mm/page_alloc.c:1625 [inline]
 free_unref_page_prepare+0x742/0x750 mm/page_alloc.c:3589
 free_unref_page+0x95/0x540 mm/page_alloc.c:3687
 free_the_page mm/page_alloc.c:836 [inline]
 __free_pages+0x67/0x100 mm/page_alloc.c:5957
 __free_slab+0xca/0x1a0 mm/slub.c:2044
 free_slab mm/slub.c:2059 [inline]
 discard_slab mm/slub.c:2065 [inline]
 __unfreeze_partials+0x160/0x190 mm/slub.c:2614
 put_cpu_partial+0xa9/0x100 mm/slub.c:2690
 __slab_free+0x1c4/0x280 mm/slub.c:3589
 do_slab_free mm/slub.c:3666 [inline]
 ___cache_free+0xbf/0xd0 mm/slub.c:3722
 qlink_free mm/kasan/quarantine.c:168 [inline]
 qlist_free_all+0xc6/0x140 mm/kasan/quarantine.c:187
 kasan_quarantine_reduce+0x14a/0x170 mm/kasan/quarantine.c:294
 __kasan_slab_alloc+0x24/0x80 mm/kasan/common.c:310
 kasan_slab_alloc include/linux/kasan.h:202 [inline]
 slab_post_alloc_hook+0x4f/0x2d0 mm/slab.h:768
 slab_alloc_node mm/slub.c:3382 [inline]
 __kmem_cache_alloc_node+0x192/0x2c0 mm/slub.c:3423
 kmalloc_trace+0x29/0xb0 mm/slab_common.c:1028
 kmalloc include/linux/slab.h:563 [inline]
 kzalloc include/linux/slab.h:699 [inline]
 ref_tracker_alloc+0x169/0x4a0 lib/ref_tracker.c:85
 __netdev_tracker_alloc include/linux/netdevice.h:4085 [inline]
 netdev_hold+0x80/0xc0 include/linux/netdevice.h:4114

Memory state around the buggy address:
 ffff8881191d8b80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff8881191d8c00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff8881191d8c80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                                                             ^
 ffff8881191d8d00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff8881191d8d80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================

Crashes (1040):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2026/01/23 23:49 android14-6.1 d1c598f45d0f 4f25b9b4 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/23 07:12 android14-6.1 d1c598f45d0f 82c9c083 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/23 04:46 android14-6.1 d1c598f45d0f 82c9c083 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/23 03:21 android14-6.1 d1c598f45d0f 82c9c083 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/22 05:04 android14-6.1 c298d33764cb a16aed1d .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/22 03:58 android14-6.1 c298d33764cb 8fc37797 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/21 21:34 android14-6.1 c298d33764cb 8fc37797 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/21 02:00 android14-6.1 c298d33764cb 06648d9c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/20 09:16 android14-6.1 1c6403722ffe 572effc1 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/20 06:22 android14-6.1 37a76cbe8f87 572effc1 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/19 21:57 android14-6.1 37a76cbe8f87 572effc1 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/19 11:40 android14-6.1 37a76cbe8f87 a9fc5226 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/18 01:11 android14-6.1 f8a5ad1fcf13 20d37d28 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/15 18:54 android14-6.1 2683d39c884b d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/14 04:52 android14-6.1 2683d39c884b d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/14 00:37 android14-6.1 4472ce9a8930 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/13 01:53 android14-6.1 4472ce9a8930 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/13 00:50 android14-6.1 4472ce9a8930 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/07 20:19 android14-6.1 f912635e6d91 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/07 04:08 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/06 06:47 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/06 02:32 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/04 22:40 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/04 15:22 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/03 20:53 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/03 05:41 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/03 04:30 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/03 00:34 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/02 11:53 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/02 08:40 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2026/01/01 17:55 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/30 20:58 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/30 02:34 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/27 01:23 android14-6.1 5e6db7045704 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/22 05:43 android14-6.1 72ada78f601d d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/21 22:40 android14-6.1 72ada78f601d d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/21 09:20 android14-6.1 72ada78f601d d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/20 10:03 android14-6.1 72ada78f601d d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/20 06:57 android14-6.1 72ada78f601d d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/18 10:34 android14-6.1 72ada78f601d d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/15 00:25 android14-6.1 6f1c2f8fd8c8 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/11 06:04 android14-6.1 2181735221bd d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/09 04:28 android14-6.1 5ddae867b428 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/08 13:26 android14-6.1 5ddae867b428 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/07 11:18 android14-6.1 5ddae867b428 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/06 14:07 android14-6.1 5ddae867b428 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/02 19:29 android14-6.1 8719e7de782b d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/02 08:17 android14-6.1 5b6cecf56c72 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/02 08:09 android14-6.1 5b6cecf56c72 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/12/01 20:37 android14-6.1 5b6cecf56c72 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/06/26 23:28 android14-6.1 36d69f6a49eb 803ce19b .config console log report syz / log [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/06/20 09:42 android14-6.1 f6c21bc9a693 ed3e87f7 .config strace log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/06/07 20:49 android14-6.1 7af56ffc913d 4826c28e .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/02 22:08 android14-6.1 471a10d3af3b c3901742 .config strace log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/02 18:57 android14-6.1 2055772eada0 568559e4 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/12 00:47 android14-6.1 770852bf7d99 6dbc6a9b .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/05 18:21 android14-6.1 e2b9748880b9 f3558dbf .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2024/10/16 03:40 android14-6.1 4d8187d2c8fa bde2d81c .config console log report syz / log [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2024/10/10 13:35 android14-6.1 19e119d2d0fe 0278d004 .config strace log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2024/05/19 01:12 android14-6.1 4ed706c20a76 c0f1611a .config console log report syz [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2024/01/19 12:14 android14-6.1 cfe8cce4e8a1 21772ce4 .config console log report syz C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2024/01/15 06:46 android14-6.1 66cd99ccdbea 551587c1 .config console log report syz C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2024/01/04 21:40 android14-6.1 4d99e41ce174 28c42cff .config console log report syz [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2023/12/07 01:37 android14-6.1 72bdb74622c0 e3299f55 .config strace log report syz C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2023/10/01 16:42 android14-6.1 52824b718cd0 8e26a358 .config strace log report syz [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2023/05/21 22:55 android14-6.1 cffbdd825e02 4bce1a3e .config console log report syz C [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2023/05/15 10:57 android14-6.1 81509f85f33a c4d362e7 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
* Struck through repros no longer work on HEAD.