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: 689d, last: 3d21h
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 (9)
Kernel Title 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 C unreliable 588 21h48m 885d 0/2 upstream: reported C repro on 2022/10/31 08:36
android-5-10 BUG: corrupted list in process_one_work C error done 31 65d 1090d 2/2 upstream: reported C repro on 2022/04/10 06:05
upstream KASAN: use-after-free Read in process_one_work 1 2759d 2724d 0/28 closed as invalid on 2018/02/14 13:45
android-54 KASAN: use-after-free Read in process_one_work 1 745d 745d 0/2 auto-obsoleted due to no activity on 2023/07/18 18:33
upstream KMSAN: kernel-infoleak in copyout (2) net C 6723 666d 1834d 22/28 fixed on 2023/06/08 14:41
upstream KASAN: global-out-of-bounds Read in process_one_work kernel 1 323d 319d 0/28 auto-obsoleted due to no activity on 2024/08/14 00:54
upstream general protection fault in process_one_work (2) kernel 1 1354d 1350d 0/28 auto-closed as invalid on 2021/09/17 12:34
upstream KASAN: slab-out-of-bounds Read in process_one_work kernel 1 889d 885d 0/28 auto-obsoleted due to no activity on 2023/01/25 20:05
upstream KASAN: slab-use-after-free Read in process_one_work kernel 2 572d 575d 0/28 auto-obsoleted due to no activity on 2023/12/08 17:35

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 ffff888113d5ccf0 by task kworker/0:3/319

CPU: 0 PID: 319 Comm: kworker/0:3 Not tainted 6.1.128-syzkaller-00041-g471a10d3af3b #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 02/12/2025
Workqueue: events free_work
Call Trace:
 <TASK>
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0x151/0x1b7 lib/dump_stack.c:106
 print_address_description mm/kasan/report.c:316 [inline]
 print_report+0x158/0x4e0 mm/kasan/report.c:427
 kasan_report+0x13c/0x170 mm/kasan/report.c:531
 __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+0x4d7/0xcb0 kernel/workqueue.c:2243
 worker_thread+0xa60/0x1260 kernel/workqueue.c:2446
 kthread+0x26d/0x300 kernel/kthread.c:386
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295
 </TASK>

Allocated by task 319:
 kasan_save_stack mm/kasan/common.c:45 [inline]
 kasan_set_track+0x4b/0x70 mm/kasan/common.c:52
 kasan_save_alloc_info+0x1f/0x30 mm/kasan/generic.c:505
 ____kasan_kmalloc mm/kasan/common.c:379 [inline]
 __kasan_kmalloc+0x9c/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+0xb4/0x1e0 mm/slab_common.c:945
 kmalloc_node include/linux/slab.h:589 [inline]
 kvmalloc_node+0x221/0x640 mm/util.c:592
 kvmalloc include/linux/slab.h:716 [inline]
 kvzalloc include/linux/slab.h:724 [inline]
 alloc_netdev_mqs+0x8c/0xf90 net/core/dev.c:10649
 alloc_etherdev_mqs+0x36/0x40 net/ethernet/eth.c:384
 usbnet_probe+0x213/0x28a0 drivers/net/usb/usbnet.c:1709
 usb_probe_interface+0x5b6/0xa90 drivers/usb/core/driver.c:397
 really_probe+0x2b8/0x920 drivers/base/dd.c:639
 __driver_probe_device+0x1a0/0x310 drivers/base/dd.c:808
 driver_probe_device+0x54/0x3d0 drivers/base/dd.c:838
 __device_attach_driver+0x2e3/0x490 drivers/base/dd.c:966
 bus_for_each_drv+0x183/0x200 drivers/base/bus.c:429
 __device_attach+0x312/0x510 drivers/base/dd.c:1038
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087
 bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:489
 device_add+0xb60/0xf10 drivers/base/core.c:3697
 usb_set_configuration+0x190f/0x1e80 drivers/usb/core/message.c:2165
 usb_generic_driver_probe+0x8b/0x150 drivers/usb/core/generic.c:238
 usb_probe_device+0x144/0x260 drivers/usb/core/driver.c:294
 really_probe+0x2b8/0x920 drivers/base/dd.c:639
 __driver_probe_device+0x1a0/0x310 drivers/base/dd.c:808
 driver_probe_device+0x54/0x3d0 drivers/base/dd.c:838
 __device_attach_driver+0x2e3/0x490 drivers/base/dd.c:966
 bus_for_each_drv+0x183/0x200 drivers/base/bus.c:429
 __device_attach+0x312/0x510 drivers/base/dd.c:1038
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087
 bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:489
 device_add+0xb60/0xf10 drivers/base/core.c:3697
 usb_new_device+0xf2f/0x1820 drivers/usb/core/hub.c:2645
 hub_port_connect drivers/usb/core/hub.c:5556 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5696 [inline]
 port_event drivers/usb/core/hub.c:5856 [inline]
 hub_event+0x2db1/0x4830 drivers/usb/core/hub.c:5938
 process_one_work+0x73d/0xcb0 kernel/workqueue.c:2299
 process_scheduled_works kernel/workqueue.c:2362 [inline]
 worker_thread+0xd71/0x1260 kernel/workqueue.c:2448
 kthread+0x26d/0x300 kernel/kthread.c:386
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295

Freed by task 24:
 kasan_save_stack mm/kasan/common.c:45 [inline]
 kasan_set_track+0x4b/0x70 mm/kasan/common.c:52
 kasan_save_free_info+0x2b/0x40 mm/kasan/generic.c:516
 ____kasan_slab_free+0x131/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:1745 [inline]
 slab_free_freelist_hook mm/slub.c:1771 [inline]
 slab_free mm/slub.c:3686 [inline]
 __kmem_cache_free+0x21d/0x410 mm/slub.c:3702
 kfree+0x7a/0xf0 mm/slab_common.c:990
 kvfree+0x35/0x40 mm/util.c:639
 netdev_freemem+0x3f/0x60 net/core/dev.c:10603
 netdev_release+0x7f/0xb0 net/core/net-sysfs.c:1904
 device_release+0x95/0x1c0
 kobject_cleanup lib/kobject.c:681 [inline]
 kobject_release lib/kobject.c:712 [inline]
 kref_put include/linux/kref.h:65 [inline]
 kobject_put+0x178/0x260 lib/kobject.c:729
 put_device+0x1f/0x30 drivers/base/core.c:3805
 free_netdev+0x393/0x480 net/core/dev.c:10796
 usbnet_disconnect+0x25f/0x3b0 drivers/net/usb/usbnet.c:1648
 usb_unbind_interface+0x1fa/0x8c0 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+0x53e/0x870 drivers/base/dd.c:1309
 device_release_driver+0x19/0x20 drivers/base/dd.c:1332
 bus_remove_device+0x2fa/0x360 drivers/base/bus.c:531
 device_del+0x663/0xe90 drivers/base/core.c:3885
 usb_disable_device+0x380/0x720 drivers/usb/core/message.c:1414
 usb_disconnect+0x32a/0x890 drivers/usb/core/hub.c:2300
 hub_port_connect drivers/usb/core/hub.c:5395 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5696 [inline]
 port_event drivers/usb/core/hub.c:5856 [inline]
 hub_event+0x1ed8/0x4830 drivers/usb/core/hub.c:5938
 process_one_work+0x73d/0xcb0 kernel/workqueue.c:2299
 worker_thread+0xa60/0x1260 kernel/workqueue.c:2446
 kthread+0x26d/0x300 kernel/kthread.c:386
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295

Last potentially related work creation:
 kasan_save_stack+0x3b/0x60 mm/kasan/common.c:45
 __kasan_record_aux_stack+0xb4/0xc0 mm/kasan/generic.c:486
 kasan_record_aux_stack_noalloc+0xb/0x10 mm/kasan/generic.c:496
 insert_work+0x56/0x310 kernel/workqueue.c:1368
 __queue_work+0x9b6/0xd70 kernel/workqueue.c:1527
 queue_work_on+0x105/0x170 kernel/workqueue.c:1555
 usbnet_link_change+0x182/0x1a0
 usbnet_probe+0x1e1e/0x28a0 drivers/net/usb/usbnet.c:1856
 usb_probe_interface+0x5b6/0xa90 drivers/usb/core/driver.c:397
 really_probe+0x2b8/0x920 drivers/base/dd.c:639
 __driver_probe_device+0x1a0/0x310 drivers/base/dd.c:808
 driver_probe_device+0x54/0x3d0 drivers/base/dd.c:838
 __device_attach_driver+0x2e3/0x490 drivers/base/dd.c:966
 bus_for_each_drv+0x183/0x200 drivers/base/bus.c:429
 __device_attach+0x312/0x510 drivers/base/dd.c:1038
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087
 bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:489
 device_add+0xb60/0xf10 drivers/base/core.c:3697
 usb_set_configuration+0x190f/0x1e80 drivers/usb/core/message.c:2165
 usb_generic_driver_probe+0x8b/0x150 drivers/usb/core/generic.c:238
 usb_probe_device+0x144/0x260 drivers/usb/core/driver.c:294
 really_probe+0x2b8/0x920 drivers/base/dd.c:639
 __driver_probe_device+0x1a0/0x310 drivers/base/dd.c:808
 driver_probe_device+0x54/0x3d0 drivers/base/dd.c:838
 __device_attach_driver+0x2e3/0x490 drivers/base/dd.c:966
 bus_for_each_drv+0x183/0x200 drivers/base/bus.c:429
 __device_attach+0x312/0x510 drivers/base/dd.c:1038
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087
 bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:489
 device_add+0xb60/0xf10 drivers/base/core.c:3697
 usb_new_device+0xf2f/0x1820 drivers/usb/core/hub.c:2645
 hub_port_connect drivers/usb/core/hub.c:5556 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5696 [inline]
 port_event drivers/usb/core/hub.c:5856 [inline]
 hub_event+0x2db1/0x4830 drivers/usb/core/hub.c:5938
 process_one_work+0x73d/0xcb0 kernel/workqueue.c:2299
 process_scheduled_works kernel/workqueue.c:2362 [inline]
 worker_thread+0xd71/0x1260 kernel/workqueue.c:2448
 kthread+0x26d/0x300 kernel/kthread.c:386
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295

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

The buggy address belongs to the physical page:
page:ffffea00044f5600 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x113d58
head:ffffea00044f5600 order:3 compound_mapcount:0 compound_pincount:0
flags: 0x4000000000010200(slab|head|zone=1)
raw: 4000000000010200 ffffea00044f5c00 dead000000000002 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 0xd20c0(__GFP_IO|__GFP_FS|__GFP_NOWARN|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC), pid 113, tgid 113 (udevadm), ts 4979394567, free_ts 0
 set_page_owner include/linux/page_owner.h:33 [inline]
 post_alloc_hook+0x213/0x220 mm/page_alloc.c:2637
 prep_new_page+0x1b/0x110 mm/page_alloc.c:2644
 get_page_from_freelist+0x3a98/0x3b10 mm/page_alloc.c:4539
 __alloc_pages+0x234/0x610 mm/page_alloc.c:5837
 alloc_slab_page+0x6c/0xf0
 allocate_slab mm/slub.c:1962 [inline]
 new_slab+0x90/0x3e0 mm/slub.c:2015
 ___slab_alloc+0x6f9/0xb80 mm/slub.c:3203
 __slab_alloc+0x5d/0xa0 mm/slub.c:3302
 slab_alloc_node mm/slub.c:3387 [inline]
 __kmem_cache_alloc_node+0x207/0x2a0 mm/slub.c:3462
 kmalloc_trace+0x2a/0xa0 mm/slab_common.c:1028
 kmalloc include/linux/slab.h:563 [inline]
 kzalloc include/linux/slab.h:699 [inline]
 kernfs_iop_get_link+0x65/0x610 fs/kernfs/symlink.c:135
 vfs_readlink+0x166/0x390 fs/namei.c:5122
 do_readlinkat+0x27f/0x3a0 fs/stat.c:480
 __do_sys_readlink fs/stat.c:501 [inline]
 __se_sys_readlink fs/stat.c:498 [inline]
 __x64_sys_readlink+0x7f/0x90 fs/stat.c:498
 x64_sys_call+0x297/0x9a0 arch/x86/include/generated/asm/syscalls_64.h:90
 do_syscall_x64 arch/x86/entry/common.c:51 [inline]
 do_syscall_64+0x3b/0xb0 arch/x86/entry/common.c:81
page_owner free stack trace missing

Memory state around the buggy address:
 ffff888113d5cb80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff888113d5cc00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff888113d5cc80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                                                             ^
 ffff888113d5cd00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff888113d5cd80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================
usb 1-1: USB disconnect, device number 5
cdc_ncm 1-1:1.0 eth1: unregister 'cdc_ncm' usb-dummy_hcd.0-1, CDC NCM (NO ZLP)
usb 1-1: new full-speed USB device number 6 using dummy_hcd
usb 1-1: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 0, changing to 10
usb 1-1: config 1 interface 0 altsetting 0 endpoint 0x81 has invalid maxpacket 512, setting to 64
usb 1-1: config 1 interface 1 altsetting 0 has 0 endpoint descriptors, different from the interface descriptor's value: 8
usb 1-1: config 1 interface 1 altsetting 1 endpoint 0x82 has invalid maxpacket 512, setting to 64
usb 1-1: config 1 interface 1 altsetting 1 endpoint 0x3 has invalid maxpacket 512, setting to 64
usb 1-1: New USB device found, idVendor=0525, idProduct=a4a1, bcdDevice= 0.40
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: syz
usb 1-1: Manufacturer: syz
usb 1-1: SerialNumber: syz
cdc_ncm 1-1:1.0: MAC-Address: 42:42:42:42:42:42
cdc_ncm 1-1:1.0 eth1: register 'cdc_ncm' at usb-dummy_hcd.0-1, CDC NCM (NO ZLP), 42:42:42:42:42:42

Crashes (739):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
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/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/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
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/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
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/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/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/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
2025/03/31 09:42 android14-6.1 c1fd50266bd6 d3999433 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/29 21:12 android14-6.1 c1fd50266bd6 d3999433 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/24 16:24 android14-6.1 5145d157731f 875573af .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/23 23:30 android14-6.1 5145d157731f 875573af .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/20 03:54 android14-6.1 7da329f7cf91 e20d7b13 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/17 23:48 android14-6.1 f3c4686f770c ce3352cd .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/17 05:39 android14-6.1 33c9d4844afc e2826670 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/13 09:53 android14-6.1 efd0bedd2cb2 44be8b44 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/12 08:14 android14-6.1 9bcabbda673a ee70e6db .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/07 14:16 android14-6.1 50eddb3fc9ed 7e3bd60d .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/06 19:49 android14-6.1 471a10d3af3b 831e3629 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/04 12:40 android14-6.1 471a10d3af3b c3901742 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/04 01:53 android14-6.1 471a10d3af3b c3901742 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/03 13:49 android14-6.1 471a10d3af3b c3901742 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/03/03 13:48 android14-6.1 471a10d3af3b c3901742 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/22 16:53 android14-6.1 a624f97c9afe d34966d1 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/20 15:44 android14-6.1 a5f88b652947 50668798 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/20 08:33 android14-6.1 a5f88b652947 50668798 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/20 05:52 android14-6.1 a5f88b652947 50668798 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/19 15:34 android14-6.1 a5f88b652947 b257a9b7 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/16 08:13 android14-6.1 ccc915784332 40a34ec9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/14 15:13 android14-6.1 ccc915784332 1022af74 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/13 13:20 android14-6.1 c93dcf3b5358 a98a8417 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/12 02:37 android14-6.1 c93dcf3b5358 f2baddf5 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/11 21:00 android14-6.1 c93dcf3b5358 f2baddf5 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/11 18:39 android14-6.1 c93dcf3b5358 f2baddf5 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/07 22:15 android14-6.1 1ac09f5c0571 ef44b750 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/02/01 02:38 android14-6.1 2055772eada0 aa47157c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/31 16:40 android14-6.1 554eb9d61ac0 aa47157c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/28 22:37 android14-6.1 1ffc24e7e898 f5427d7c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/27 10:00 android14-6.1 ef4fb40b87a9 d99a33ad .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/26 17:12 android14-6.1 ef4fb40b87a9 9fbd772e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/26 10:08 android14-6.1 ef4fb40b87a9 9fbd772e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/22 18:00 android14-6.1 0405a25a6ed7 a44b0418 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/19 00:20 android14-6.1 d12538e9da37 f2cb035c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/18 05:59 android14-6.1 d12538e9da37 f2cb035c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/16 19:53 android14-6.1 dbdf659cc65c f9e07a6e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/15 18:16 android14-6.1 e09bed30088f 968edaf4 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/14 01:14 android14-6.1 770852bf7d99 b1f1cd88 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/13 10:52 android14-6.1 770852bf7d99 249ceea9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/13 04:10 android14-6.1 770852bf7d99 6dbc6a9b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/12 22:06 android14-6.1 770852bf7d99 6dbc6a9b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/12 18:04 android14-6.1 770852bf7d99 6dbc6a9b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/12 12:41 android14-6.1 770852bf7d99 6dbc6a9b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/12 09:34 android14-6.1 770852bf7d99 6dbc6a9b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/11 22:42 android14-6.1 770852bf7d99 6dbc6a9b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/11 18:52 android14-6.1 770852bf7d99 6dbc6a9b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/10 18:24 android14-6.1 770852bf7d99 6dbc6a9b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-6-1 KASAN: use-after-free Read in process_one_work
2025/01/10 03:50 android14-6.1 770852bf7d99 67d7ec0a .config console log report info [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.