syzbot


KASAN: use-after-free Read in process_one_work

Status: upstream: reported C repro on 2022/10/31 08:36
Bug presence: origin:downstream
Labels: missing-backport
[Documentation on labels]
Reported-by: syzbot+3512b5042ccf76dc6152@syzkaller.appspotmail.com
First crash: 767d, last: 1d01h
Cause bisection: introduced by (bisect log) [merge commit]:
commit 8fd5b33ea5530f89372a9130d47ac81dab24bda5
Author: Greg Kroah-Hartman <gregkh@google.com>
Date: Fri Aug 19 09:19:46 2022 +0000

  Merge 5.15.61 into android13-5.15-lts

Crash: KASAN: use-after-free Read in worker_thread (log)
Repro: C syz .config
  
Bug presence (3)
Date Name Commit Repro Result
2023/09/07 android13-5.15-lts (ToT) ea586874d2f9 C [report] KASAN: use-after-free Read in process_one_work
2023/09/07 lts (merge base) aff03380bda4 C Didn't crash
2023/09/07 upstream (ToT) dd1386dd3c4f C Didn't crash
Similar bugs (9)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
android-5-10 BUG: corrupted list in process_one_work C error done 27 12d 956d 2/2 upstream: reported C repro on 2022/04/10 06:05
android-6-1 KASAN: use-after-free Read in process_one_work origin:upstream missing-backport C error 602 5h40m 549d 0/2 upstream: reported C repro on 2023/05/21 23:04
upstream KASAN: use-after-free Read in process_one_work 1 2625d 2590d 0/28 closed as invalid on 2018/02/14 13:45
android-54 KASAN: use-after-free Read in process_one_work 1 611d 611d 0/2 auto-obsoleted due to no activity on 2023/07/18 18:33
upstream KMSAN: kernel-infoleak in copyout (2) net C 6723 532d 1700d 22/28 fixed on 2023/06/08 14:41
upstream KASAN: global-out-of-bounds Read in process_one_work kernel 1 189d 185d 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 1221d 1217d 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 755d 751d 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 438d 441d 0/28 auto-obsoleted due to no activity on 2023/12/08 17:35
Last patch testing requests (18)
Created Duration User Patch Repo Result
2024/03/04 01:35 9m retest repro android13-5.15-lts report log
2024/03/04 01:35 11m retest repro android13-5.15-lts report log
2024/03/04 01:35 8m retest repro android13-5.15-lts report log
2024/03/04 01:35 15m retest repro android13-5.15-lts report log
2024/03/04 01:35 22m retest repro android13-5.15-lts report log
2023/12/01 02:11 23m retest repro android13-5.15-lts report log
2023/11/16 15:04 19m retest repro android13-5.15-lts report log
2023/11/16 15:04 12m retest repro android13-5.15-lts report log
2023/11/03 20:36 9m retest repro android13-5.15-lts report log
2023/11/03 20:36 8m retest repro android13-5.15-lts report log
2022/12/23 09:30 14m tudor.ambarus@linaro.org https://github.com/ambarus/linux.git e4a5764cb506acc932503e8de7bac5d22501b883 error
2022/12/23 05:41 19m tudor.ambarus@linaro.org https://github.com/ambarus/linux.git syzkaller-id-0091d0cfe1309c62e1e0b1befa383dd93cdd1803 error
2022/12/22 15:00 0m tudor.ambarus@linaro.org git@github.com:ambarus/linux.git syzkaller-id-0091d0cfe1309c62e1e0b1befa383dd93cdd1803 error
2022/12/22 11:33 17m tudor.ambarus@linaro.org upstream report log
2022/12/22 11:32 15m tudor.ambarus@linaro.org git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux-5.15.y OK log
2022/12/22 11:31 15m tudor.ambarus@linaro.org android13-5.15-lts report log
2022/12/22 11:30 12m tudor.ambarus@linaro.org https://android.googlesource.com/kernel/common android13-5.15 report log
2022/12/06 07:08 19m jun.nie@linaro.org upstream report log

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

CPU: 1 PID: 440 Comm: kworker/1:6 Not tainted 5.15.149-syzkaller-00490-g5d96939590c0 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/27/2024
Workqueue: events kfree_rcu_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+0x87/0x3b0 mm/kasan/report.c:248
 __kasan_report mm/kasan/report.c:427 [inline]
 kasan_report+0x179/0x1c0 mm/kasan/report.c:444
 __asan_report_load8_noabort+0x14/0x20 mm/kasan/report_generic.c:309
 __list_del_entry_valid+0xa6/0x120 lib/list_debug.c:62
 __list_del_entry include/linux/list.h:132 [inline]
 list_del_init include/linux/list.h:204 [inline]
 process_one_work+0x458/0xc10 kernel/workqueue.c:2269
 worker_thread+0xad5/0x12a0 kernel/workqueue.c:2472
 kthread+0x421/0x510 kernel/kthread.c:337
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298
 </TASK>

Allocated by task 436:
 kasan_save_stack mm/kasan/common.c:38 [inline]
 kasan_set_track mm/kasan/common.c:45 [inline]
 set_alloc_info mm/kasan/common.c:433 [inline]
 ____kasan_kmalloc+0xdb/0x110 mm/kasan/common.c:512
 __kasan_kmalloc+0x9/0x10 mm/kasan/common.c:521
 kasan_kmalloc include/linux/kasan.h:227 [inline]
 __kmalloc+0x13a/0x270 mm/slub.c:4427
 __kmalloc_node include/linux/slab.h:469 [inline]
 kmalloc_node include/linux/slab.h:626 [inline]
 kvmalloc_node+0x1f0/0x4d0 mm/util.c:628
 kvmalloc include/linux/mm.h:851 [inline]
 kvzalloc include/linux/mm.h:859 [inline]
 alloc_netdev_mqs+0x8c/0xc90 net/core/dev.c:10855
 alloc_etherdev_mqs+0x33/0x40 net/ethernet/eth.c:393
 usbnet_probe+0x1ff/0x2830 drivers/net/usb/usbnet.c:1694
 usb_probe_interface+0x5b6/0xa90 drivers/usb/core/driver.c:396
 really_probe+0x28d/0x970 drivers/base/dd.c:595
 __driver_probe_device+0x1a0/0x310 drivers/base/dd.c:755
 driver_probe_device+0x54/0x3d0 drivers/base/dd.c:785
 __device_attach_driver+0x2c5/0x470 drivers/base/dd.c:907
 bus_for_each_drv+0x183/0x200 drivers/base/bus.c:427
 __device_attach+0x312/0x510 drivers/base/dd.c:979
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1028
 bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:487
 device_add+0xb60/0xf10 drivers/base/core.c:3404
 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:293
 really_probe+0x28d/0x970 drivers/base/dd.c:595
 __driver_probe_device+0x1a0/0x310 drivers/base/dd.c:755
 driver_probe_device+0x54/0x3d0 drivers/base/dd.c:785
 __device_attach_driver+0x2c5/0x470 drivers/base/dd.c:907
 bus_for_each_drv+0x183/0x200 drivers/base/bus.c:427
 __device_attach+0x312/0x510 drivers/base/dd.c:979
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1028
 bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:487
 device_add+0xb60/0xf10 drivers/base/core.c:3404
 usb_new_device+0x1038/0x1c00 drivers/usb/core/hub.c:2590
 hub_port_connect drivers/usb/core/hub.c:5503 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5643 [inline]
 port_event drivers/usb/core/hub.c:5793 [inline]
 hub_event+0x2def/0x4770 drivers/usb/core/hub.c:5875
 process_one_work+0x6bb/0xc10 kernel/workqueue.c:2325
 process_scheduled_works kernel/workqueue.c:2388 [inline]
 worker_thread+0xe02/0x12a0 kernel/workqueue.c:2474
 kthread+0x421/0x510 kernel/kthread.c:337
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298

Freed by task 436:
 kasan_save_stack mm/kasan/common.c:38 [inline]
 kasan_set_track+0x4b/0x70 mm/kasan/common.c:45
 kasan_set_free_info+0x23/0x40 mm/kasan/generic.c:370
 ____kasan_slab_free+0x126/0x160 mm/kasan/common.c:365
 __kasan_slab_free+0x11/0x20 mm/kasan/common.c:373
 kasan_slab_free include/linux/kasan.h:193 [inline]
 slab_free_hook mm/slub.c:1723 [inline]
 slab_free_freelist_hook+0xbd/0x190 mm/slub.c:1749
 slab_free mm/slub.c:3519 [inline]
 kfree+0xc8/0x220 mm/slub.c:4579
 kvfree+0x35/0x40 mm/util.c:664
 netdev_freemem+0x3f/0x60 net/core/dev.c:10809
 netdev_release+0x7f/0xb0 net/core/net-sysfs.c:1903
 device_release+0x95/0x1c0
 kobject_cleanup lib/kobject.c:713 [inline]
 kobject_release lib/kobject.c:744 [inline]
 kref_put include/linux/kref.h:65 [inline]
 kobject_put+0x178/0x260 lib/kobject.c:761
 put_device+0x1f/0x30 drivers/base/core.c:3512
 free_netdev+0x34f/0x440 net/core/dev.c:10995
 usbnet_disconnect+0x245/0x390 drivers/net/usb/usbnet.c:1633
 usb_unbind_interface+0x1fa/0x8c0 drivers/usb/core/driver.c:458
 __device_release_driver drivers/base/dd.c:1229 [inline]
 device_release_driver_internal+0x50b/0x7d0 drivers/base/dd.c:1262
 device_release_driver+0x19/0x20 drivers/base/dd.c:1285
 bus_remove_device+0x2f8/0x360 drivers/base/bus.c:529
 device_del+0x663/0xe90 drivers/base/core.c:3592
 usb_disable_device+0x380/0x720 drivers/usb/core/message.c:1414
 usb_disconnect+0x32a/0x890 drivers/usb/core/hub.c:2240
 hub_port_connect drivers/usb/core/hub.c:5342 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5643 [inline]
 port_event drivers/usb/core/hub.c:5793 [inline]
 hub_event+0x1d42/0x4770 drivers/usb/core/hub.c:5875
 process_one_work+0x6bb/0xc10 kernel/workqueue.c:2325
 process_scheduled_works kernel/workqueue.c:2388 [inline]
 worker_thread+0xe02/0x12a0 kernel/workqueue.c:2474
 kthread+0x421/0x510 kernel/kthread.c:337
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298

Last potentially related work creation:
 kasan_save_stack+0x3b/0x60 mm/kasan/common.c:38
 __kasan_record_aux_stack+0xd3/0xf0 mm/kasan/generic.c:348
 kasan_record_aux_stack_noalloc+0xb/0x10 mm/kasan/generic.c:358
 insert_work+0x56/0x320 kernel/workqueue.c:1373
 __queue_work+0x92a/0xcd0 kernel/workqueue.c:1539
 queue_work_on+0x105/0x170 kernel/workqueue.c:1566
 usbnet_link_change+0xeb/0x100
 usbnet_probe+0x1dd3/0x2830 drivers/net/usb/usbnet.c:1841
 usb_probe_interface+0x5b6/0xa90 drivers/usb/core/driver.c:396
 really_probe+0x28d/0x970 drivers/base/dd.c:595
 __driver_probe_device+0x1a0/0x310 drivers/base/dd.c:755
 driver_probe_device+0x54/0x3d0 drivers/base/dd.c:785
 __device_attach_driver+0x2c5/0x470 drivers/base/dd.c:907
 bus_for_each_drv+0x183/0x200 drivers/base/bus.c:427
 __device_attach+0x312/0x510 drivers/base/dd.c:979
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1028
 bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:487
 device_add+0xb60/0xf10 drivers/base/core.c:3404
 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:293
 really_probe+0x28d/0x970 drivers/base/dd.c:595
 __driver_probe_device+0x1a0/0x310 drivers/base/dd.c:755
 driver_probe_device+0x54/0x3d0 drivers/base/dd.c:785
 __device_attach_driver+0x2c5/0x470 drivers/base/dd.c:907
 bus_for_each_drv+0x183/0x200 drivers/base/bus.c:427
 __device_attach+0x312/0x510 drivers/base/dd.c:979
 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1028
 bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:487
 device_add+0xb60/0xf10 drivers/base/core.c:3404
 usb_new_device+0x1038/0x1c00 drivers/usb/core/hub.c:2590
 hub_port_connect drivers/usb/core/hub.c:5503 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5643 [inline]
 port_event drivers/usb/core/hub.c:5793 [inline]
 hub_event+0x2def/0x4770 drivers/usb/core/hub.c:5875
 process_one_work+0x6bb/0xc10 kernel/workqueue.c:2325
 process_scheduled_works kernel/workqueue.c:2388 [inline]
 worker_thread+0xe02/0x12a0 kernel/workqueue.c:2474
 kthread+0x421/0x510 kernel/kthread.c:337
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298

The buggy address belongs to the object at ffff88811525c000
 which belongs to the cache kmalloc-4k of size 4096
The buggy address is located 3184 bytes inside of
 4096-byte region [ffff88811525c000, ffff88811525d000)
The buggy address belongs to the page:
page:ffffea0004549600 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x115258
head:ffffea0004549600 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 0xd20c0(__GFP_IO|__GFP_FS|__GFP_NOWARN|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC), pid 112, ts 4738518967, free_ts 0
 set_page_owner include/linux/page_owner.h:33 [inline]
 post_alloc_hook+0x1a3/0x1b0 mm/page_alloc.c:2604
 prep_new_page+0x1b/0x110 mm/page_alloc.c:2610
 get_page_from_freelist+0x3550/0x35d0 mm/page_alloc.c:4484
 __alloc_pages+0x27e/0x8f0 mm/page_alloc.c:5776
 allocate_slab mm/slub.c:1932 [inline]
 new_slab+0x9a/0x4e0 mm/slub.c:1995
 ___slab_alloc+0x39e/0x830 mm/slub.c:3028
 __slab_alloc+0x4a/0x90 mm/slub.c:3115
 slab_alloc_node mm/slub.c:3206 [inline]
 slab_alloc mm/slub.c:3248 [inline]
 kmem_cache_alloc_trace+0x142/0x210 mm/slub.c:3265
 kmalloc include/linux/slab.h:603 [inline]
 kzalloc include/linux/slab.h:733 [inline]
 uevent_show+0x160/0x310 drivers/base/core.c:2398
 dev_attr_show+0x56/0xd0 drivers/base/core.c:2105
 sysfs_kf_seq_show+0x265/0x3e0 fs/sysfs/file.c:61
 kernfs_seq_show+0x119/0x160 fs/kernfs/file.c:168
 seq_read_iter+0x430/0xd00 fs/seq_file.c:230
 kernfs_fop_read_iter+0x145/0x470 fs/kernfs/file.c:241
 call_read_iter include/linux/fs.h:2196 [inline]
 new_sync_read fs/read_write.c:404 [inline]
 vfs_read+0xa7e/0xd40 fs/read_write.c:485
 ksys_read+0x199/0x2c0 fs/read_write.c:623
page_owner free stack trace missing

Memory state around the buggy address:
 ffff88811525cb00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff88811525cb80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff88811525cc00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                                                             ^
 ffff88811525cc80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff88811525cd00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================

Crashes (465):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2024/05/03 01:49 android13-5.15-lts 5d96939590c0 ddfc15a1 .config console log report syz C [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/01/14 20:01 android13-5.15-lts ea2937bdd12f 551587c1 .config console log report syz C [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/09/26 11:08 android13-5.15-lts ea586874d2f9 0b6a67ac .config console log report syz C [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/05/15 21:48 android13-5.15-lts 19c0ed55a470 c4d362e7 .config console log report syz C [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/05/06 18:15 android13-5.15-lts 19c0ed55a470 90c93c40 .config strace log report syz C [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/10/31 08:25 android13-5.15-lts 7f2e600bf63a 2a71366b .config console log report syz C [disk image] [vmlinux] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/09/20 15:05 android13-5.15-lts ea586874d2f9 0b6a67ac .config strace log report syz [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/02/20 05:27 android13-5.15-lts 5448b2fda85f bcdf85f8 .config console log report syz [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/20 12:47 android13-5.15-lts 2e66050fb753 4fca1650 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/17 22:29 android13-5.15-lts ef332e923197 cfe3a04a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/15 21:03 android13-5.15-lts 3bfe08931bff cfe3a04a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/14 15:40 android13-5.15-lts 3bfe08931bff a8c99394 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/12 00:45 android13-5.15-lts 3bfe08931bff 75bb1b32 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/11 17:35 android13-5.15-lts 3bfe08931bff 0c4b1325 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/11 14:58 android13-5.15-lts 3bfe08931bff 0c4b1325 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/11 10:19 android13-5.15-lts 5e4635681cf1 0c4b1325 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/11 04:46 android13-5.15-lts 5e4635681cf1 6b856513 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/11 00:16 android13-5.15-lts 5e4635681cf1 6b856513 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/10 11:20 android13-5.15-lts 5e4635681cf1 6b856513 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/09 22:49 android13-5.15-lts 5e4635681cf1 6b856513 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/09 20:00 android13-5.15-lts 5e4635681cf1 6b856513 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/07 13:09 android13-5.15-lts 5e4635681cf1 867e44df .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/04 23:07 android13-5.15-lts 5e4635681cf1 509da429 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/04 14:57 android13-5.15-lts 5e4635681cf1 f00eed24 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/04 12:39 android13-5.15-lts 5e4635681cf1 f00eed24 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/04 06:23 android13-5.15-lts 5e4635681cf1 f00eed24 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/03 22:04 android13-5.15-lts 5e4635681cf1 f00eed24 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/11/02 20:08 android13-5.15-lts 5e4635681cf1 f00eed24 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/31 14:53 android13-5.15-lts 5e4635681cf1 96eb609f .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/31 01:31 android13-5.15-lts 5e4635681cf1 96eb609f .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/28 12:19 android13-5.15-lts 5e4635681cf1 65e8686b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/28 03:16 android13-5.15-lts 5e4635681cf1 65e8686b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/27 22:07 android13-5.15-lts 5e4635681cf1 65e8686b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/27 06:08 android13-5.15-lts 5e4635681cf1 65e8686b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/26 13:26 android13-5.15-lts 5e4635681cf1 65e8686b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/25 04:29 android13-5.15-lts 5e4635681cf1 c79b8ca5 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/24 14:26 android13-5.15-lts 5e4635681cf1 0d144d1a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/21 16:45 android13-5.15-lts 5e4635681cf1 f1e4447c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/20 19:30 android13-5.15-lts 5e4635681cf1 cd6fc0a3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/17 13:41 android13-5.15-lts 5e4635681cf1 666f77ed .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/15 10:47 android13-5.15-lts 5e4635681cf1 7eb57b4a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/10 15:25 android13-5.15-lts 5e4635681cf1 8fbfc0c8 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/09 13:09 android13-5.15-lts 5e4635681cf1 56fb2cb7 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/09 01:55 android13-5.15-lts 6ddd8fde5711 402f1df0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/08 09:58 android13-5.15-lts 80dd36dca275 402f1df0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/08 08:03 android13-5.15-lts 80dd36dca275 402f1df0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/07 15:01 android13-5.15-lts 80dd36dca275 d7906eff .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/06 15:32 android13-5.15-lts 80dd36dca275 d7906eff .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/06 10:50 android13-5.15-lts 80dd36dca275 d7906eff .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/04 22:15 android13-5.15-lts bdff225da48e d7906eff .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/03 09:27 android13-5.15-lts d68227c9c16d a4c7fd36 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/03 04:00 android13-5.15-lts 8e36931104ac a4c7fd36 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/10/03 02:55 android13-5.15-lts 8e36931104ac a4c7fd36 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/10/16 02:39 android13-5.15-lts 44b8b2ac1d96 67cb024c .config console log report info [disk image] [vmlinux] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
* Struck through repros no longer work on HEAD.