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: 946d, last: 19h39m
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 32 36d 1135d 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 791 5d00h 729d 0/2 upstream: reported C repro on 2023/05/21 23:04
upstream KASAN: use-after-free Read in process_one_work 1 2805d 2769d 0/28 closed as invalid on 2018/02/14 13:45
android-54 KASAN: use-after-free Read in process_one_work 1 791d 791d 0/2 auto-obsoleted due to no activity on 2023/07/18 18:33
upstream KMSAN: kernel-infoleak in copyout (2) net C 6723 711d 1880d 22/28 fixed on 2023/06/08 14:41
upstream KASAN: global-out-of-bounds Read in process_one_work kernel 1 369d 365d 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 1400d 1396d 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 935d 931d 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 618d 621d 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 ffff888117810c70 by task kworker/0:5/1055

CPU: 0 PID: 1055 Comm: kworker/0:5 Not tainted 5.15.176-syzkaller-00972-g829d9f138569 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 12/27/2024
Workqueue: events kfree_rcu_work
Call Trace:
 <TASK>
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0x151/0x1c0 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:287
 </TASK>

Allocated by task 6:
 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+0x13f/0x2c0 mm/slub.c:4431
 __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:10868
 alloc_etherdev_mqs+0x33/0x40 net/ethernet/eth.c:383
 usbnet_probe+0x1fa/0x2860 drivers/net/usb/usbnet.c:1712
 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:429
 __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:489
 device_add+0xb60/0xf10 drivers/base/core.c:3422
 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:429
 __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:489
 device_add+0xb60/0xf10 drivers/base/core.c:3422
 usb_new_device+0x1038/0x1c00 drivers/usb/core/hub.c:2599
 hub_port_connect drivers/usb/core/hub.c:5513 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5653 [inline]
 port_event drivers/usb/core/hub.c:5803 [inline]
 hub_event+0x2def/0x4770 drivers/usb/core/hub.c:5885
 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:287

Freed by task 6:
 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:3521 [inline]
 kfree+0xcc/0x270 mm/slub.c:4583
 kvfree+0x35/0x40 mm/util.c:664
 netdev_freemem+0x3f/0x60 net/core/dev.c:10822
 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:3530
 free_netdev+0x34f/0x440 net/core/dev.c:11008
 usbnet_disconnect+0x25f/0x3b0 drivers/net/usb/usbnet.c:1651
 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:531
 device_del+0x663/0xe90 drivers/base/core.c:3610
 usb_disable_device+0x380/0x720 drivers/usb/core/message.c:1414
 usb_disconnect+0x32a/0x890 drivers/usb/core/hub.c:2249
 hub_port_connect drivers/usb/core/hub.c:5352 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5653 [inline]
 port_event drivers/usb/core/hub.c:5803 [inline]
 hub_event+0x1d42/0x4770 drivers/usb/core/hub.c:5885
 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:287

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+0x182/0x1a0
 usbnet_probe+0x1dad/0x2860 drivers/net/usb/usbnet.c:1859
 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:429
 __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:489
 device_add+0xb60/0xf10 drivers/base/core.c:3422
 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:429
 __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:489
 device_add+0xb60/0xf10 drivers/base/core.c:3422
 usb_new_device+0x1038/0x1c00 drivers/usb/core/hub.c:2599
 hub_port_connect drivers/usb/core/hub.c:5513 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5653 [inline]
 port_event drivers/usb/core/hub.c:5803 [inline]
 hub_event+0x2def/0x4770 drivers/usb/core/hub.c:5885
 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:287

The buggy address belongs to the object at ffff888117810000
 which belongs to the cache kmalloc-4k of size 4096
The buggy address is located 3184 bytes inside of
 4096-byte region [ffff888117810000, ffff888117811000)
The buggy address belongs to the page:
page:ffffea00045e0400 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x117810
head:ffffea00045e0400 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 114, ts 4918931791, free_ts 0
 set_page_owner include/linux/page_owner.h:33 [inline]
 post_alloc_hook+0x1a3/0x1b0 mm/page_alloc.c:2605
 prep_new_page+0x1b/0x110 mm/page_alloc.c:2611
 get_page_from_freelist+0x3550/0x35d0 mm/page_alloc.c:4485
 __alloc_pages+0x27e/0x8f0 mm/page_alloc.c:5780
 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:3250 [inline]
 kmem_cache_alloc_trace+0x147/0x270 mm/slub.c:3267
 kmalloc include/linux/slab.h:603 [inline]
 kzalloc include/linux/slab.h:733 [inline]
 uevent_show+0x160/0x330 drivers/base/core.c:2413
 dev_attr_show+0x56/0xd0 drivers/base/core.c:2120
 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:2200 [inline]
 new_sync_read fs/read_write.c:404 [inline]
 vfs_read+0xa81/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:
 ffff888117810b00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff888117810b80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff888117810c00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                                                             ^
 ffff888117810c80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff888117810d00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================

Crashes (633):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2025/01/25 14:33 android13-5.15-lts 829d9f138569 9fbd772e .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/01/13 00:16 android13-5.15-lts 19092c8155b4 6dbc6a9b .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2024/12/27 19:06 android13-5.15-lts b4bd207b0380 d3ccff63 .config console log report syz / log C [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
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
2025/05/19 06:10 android13-5.15-lts 57725b368731 f41472b0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/19 00:43 android13-5.15-lts 57725b368731 f41472b0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/17 12:19 android13-5.15-lts 57725b368731 f41472b0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/17 11:51 android13-5.15-lts 57725b368731 f41472b0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/16 10:17 android13-5.15-lts 57725b368731 cfde8269 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/15 18:52 android13-5.15-lts 57725b368731 cfde8269 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/15 15:06 android13-5.15-lts 57725b368731 d6b2ee52 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/14 08:15 android13-5.15-lts 57725b368731 7344edeb .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/11 15:40 android13-5.15-lts f93c8b5a9e60 77908e5f .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/07 16:14 android13-5.15-lts 9014c95bfd32 350f4ffc .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/06 02:28 android13-5.15-lts 88c4075c39ed ae98e6b9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/05 08:11 android13-5.15-lts 88c4075c39ed b0714e37 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/05 01:48 android13-5.15-lts 88c4075c39ed b0714e37 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/04 11:09 android13-5.15-lts 88c4075c39ed b0714e37 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/02 21:59 android13-5.15-lts 88c4075c39ed b0714e37 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/02 08:59 android13-5.15-lts 88c4075c39ed d7f099d1 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/05/02 02:01 android13-5.15-lts 88c4075c39ed 51b137cd .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/04/30 18:57 android13-5.15-lts 88c4075c39ed 85a5a23f .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/04/22 16:53 android13-5.15-lts 8034ec1338e8 2a20f901 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/04/22 14:48 android13-5.15-lts 8034ec1338e8 2a20f901 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/04/21 05:09 android13-5.15-lts 8034ec1338e8 2a20f901 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/04/17 05:51 android13-5.15-lts 8034ec1338e8 a95239b1 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/04/10 01:14 android13-5.15-lts 760764029c6d 988b336c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/04/05 21:42 android13-5.15-lts 5e1b899f19c3 1c65791e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/04/05 02:54 android13-5.15-lts 5e1b899f19c3 c53ea9c9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/04/03 09:35 android13-5.15-lts 5e1b899f19c3 996a9618 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/30 12:00 android13-5.15-lts 5e1b899f19c3 d3999433 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/16 10:48 android13-5.15-lts 7d1f9b5c2ff5 e2826670 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/12 06:58 android13-5.15-lts 7d1f9b5c2ff5 ee70e6db .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/12 06:45 android13-5.15-lts 7d1f9b5c2ff5 ee70e6db .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/07 14:23 android13-5.15-lts 7d1f9b5c2ff5 7e3bd60d .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/06 16:42 android13-5.15-lts 7d1f9b5c2ff5 831e3629 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/04 07:18 android13-5.15-lts 7d1f9b5c2ff5 c3901742 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/04 05:03 android13-5.15-lts 7d1f9b5c2ff5 c3901742 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/02 23:15 android13-5.15-lts 7d1f9b5c2ff5 c3901742 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/03/02 22:14 android13-5.15-lts 7d1f9b5c2ff5 c3901742 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/02/28 03:31 android13-5.15-lts 7d1f9b5c2ff5 6a8fcbc4 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/02/27 17:04 android13-5.15-lts 7d1f9b5c2ff5 6a8fcbc4 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/02/26 12:18 android13-5.15-lts 7d1f9b5c2ff5 d34966d1 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/02/26 04:42 android13-5.15-lts 7d1f9b5c2ff5 d34966d1 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/02/17 20:45 android13-5.15-lts 058abb720bd1 4121cf9d .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/02/16 15:49 android13-5.15-lts 058abb720bd1 40a34ec9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/02/12 23:49 android13-5.15-lts 058abb720bd1 b27c2402 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2025/02/11 14:14 android13-5.15-lts 058abb720bd1 43f51a00 .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.