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: 350d, last: 5d05h
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 (8)
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 3 78d 539d 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 26 11m 132d 0/2 upstream: reported C repro on 2023/05/21 23:04
upstream KASAN: use-after-free Read in process_one_work 1 2208d 2173d 0/25 closed as invalid on 2018/02/14 13:45
android-54 KASAN: use-after-free Read in process_one_work 1 194d 194d 0/2 auto-obsoleted due to no activity on 2023/07/18 18:33
upstream KMSAN: kernel-infoleak in copyout (2) net C 6723 115d 1283d 24/25 fixed on 2023/06/08 14:41
upstream general protection fault in process_one_work (2) kernel 1 804d 800d 0/25 auto-closed as invalid on 2021/09/17 12:34
upstream KASAN: slab-out-of-bounds Read in process_one_work kernel 1 338d 334d 0/25 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 21d 24d 0/25 moderation: reported on 2023/09/07 00:43
Last patch testing requests (11)
Created Duration User Patch Repo Result
2023/09/07 14:24 14m retest repro android13-5.15-lts report log
2023/09/07 14:24 10m retest repro android13-5.15-lts report log
2023/09/07 14:24 11m 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 OK
2022/12/23 05:41 19m tudor.ambarus@linaro.org https://github.com/ambarus/linux.git syzkaller-id-0091d0cfe1309c62e1e0b1befa383dd93cdd1803 error OK
2022/12/22 15:00 0m tudor.ambarus@linaro.org git@github.com:ambarus/linux.git syzkaller-id-0091d0cfe1309c62e1e0b1befa383dd93cdd1803 error OK
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 ffff88810739ac70 by task kworker/0:8/499

CPU: 0 PID: 499 Comm: kworker/0:8 Not tainted 5.15.131-syzkaller-00653-gea586874d2f9 #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/04/2023
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:2261
 worker_thread+0xad5/0x12a0 kernel/workqueue.c:2464
 kthread+0x421/0x510 kernel/kthread.c:319
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298
 </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+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:10832
 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:2170
 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+0x1034/0x1bf0 drivers/usb/core/hub.c:2574
 hub_port_connect drivers/usb/core/hub.c:5416 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5560 [inline]
 port_event drivers/usb/core/hub.c:5710 [inline]
 hub_event+0x2d75/0x4a40 drivers/usb/core/hub.c:5792
 process_one_work+0x6bb/0xc10 kernel/workqueue.c:2317
 worker_thread+0xad5/0x12a0 kernel/workqueue.c:2464
 kthread+0x421/0x510 kernel/kthread.c:319
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298

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:3519 [inline]
 kfree+0xc8/0x220 mm/slub.c:4579
 kvfree+0x35/0x40 mm/util.c:664
 netdev_freemem+0x3f/0x60 net/core/dev.c:10786
 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:10972
 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:1419
 usb_disconnect+0x32a/0x890 drivers/usb/core/hub.c:2232
 hub_port_connect drivers/usb/core/hub.c:5255 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5560 [inline]
 port_event drivers/usb/core/hub.c:5710 [inline]
 hub_event+0x1ccf/0x4a40 drivers/usb/core/hub.c:5792
 process_one_work+0x6bb/0xc10 kernel/workqueue.c:2317
 process_scheduled_works kernel/workqueue.c:2380 [inline]
 worker_thread+0xe02/0x12a0 kernel/workqueue.c:2466
 kthread+0x421/0x510 kernel/kthread.c:319
 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:2170
 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+0x1034/0x1bf0 drivers/usb/core/hub.c:2574
 hub_port_connect drivers/usb/core/hub.c:5416 [inline]
 hub_port_connect_change drivers/usb/core/hub.c:5560 [inline]
 port_event drivers/usb/core/hub.c:5710 [inline]
 hub_event+0x2d75/0x4a40 drivers/usb/core/hub.c:5792
 process_one_work+0x6bb/0xc10 kernel/workqueue.c:2317
 worker_thread+0xad5/0x12a0 kernel/workqueue.c:2464
 kthread+0x421/0x510 kernel/kthread.c:319
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298

The buggy address belongs to the object at ffff88810739a000
 which belongs to the cache kmalloc-4k of size 4096
The buggy address is located 3184 bytes inside of
 4096-byte region [ffff88810739a000, ffff88810739b000)
The buggy address belongs to the page:
page:ffffea00041ce600 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x107398
head:ffffea00041ce600 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 1, ts 1150668329, free_ts 0
 set_page_owner include/linux/page_owner.h:33 [inline]
 post_alloc_hook+0x1a3/0x1b0 mm/page_alloc.c:2602
 prep_new_page+0x1b/0x110 mm/page_alloc.c:2608
 get_page_from_freelist+0x3550/0x35d0 mm/page_alloc.c:4482
 __alloc_pages+0x206/0x5e0 mm/page_alloc.c:5773
 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]
 kobject_uevent_env+0x269/0x700 lib/kobject_uevent.c:524
 kobject_uevent+0x1f/0x30 lib/kobject_uevent.c:642
 kernel_add_sysfs_param+0x108/0x12d kernel/params.c:816
 param_sysfs_builtin+0x16a/0x1e2 kernel/params.c:851
 param_sysfs_init+0x6a/0x6f kernel/params.c:970
 do_one_initcall+0x182/0x610 init/main.c:1295
 do_initcall_level+0x186/0x304 init/main.c:1368
 do_initcalls+0x4e/0x8e init/main.c:1384
page_owner free stack trace missing

Memory state around the buggy address:
 ffff88810739ab00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff88810739ab80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff88810739ac00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                                                             ^
 ffff88810739ac80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff88810739ad00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================

Crashes (80):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
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
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/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
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
2023/09/26 00:16 android13-5.15-lts ea586874d2f9 0b6a67ac .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/09/20 22:29 android13-5.15-lts ea586874d2f9 0b6a67ac .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/09/20 14:30 android13-5.15-lts ea586874d2f9 0b6a67ac .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/08/24 14:21 android13-5.15-lts 1463976ddc64 4d7ae7ab .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/08/06 10:10 android13-5.15-lts 748fd0d9ca0f 4ffcc9ef .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/07/26 17:33 android13-5.15-lts 1f20dc4cdd92 41fe1bae .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/07/23 17:43 android13-5.15-lts 879959450ec7 27cbe77f .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/07/17 08:28 android13-5.15-lts 879959450ec7 35d9ecc5 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/07/13 21:43 android13-5.15-lts 879959450ec7 55eda22f .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/07/11 07:30 android13-5.15-lts 879959450ec7 52ae002a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/07/03 00:12 android13-5.15-lts 241da2ad5601 bfc47836 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/07/02 22:47 android13-5.15-lts 241da2ad5601 bfc47836 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/06/24 23:10 android13-5.15-lts 565c3abfa129 79782afc .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/06/18 16:40 android13-5.15-lts 36f4f6fb72d5 f3921d4d .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/06/13 06:25 android13-5.15-lts 19c0ed55a470 749afb64 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/06/08 00:43 android13-5.15-lts 19c0ed55a470 058b3a5a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/06/05 14:06 android13-5.15-lts 19c0ed55a470 a4ae4f42 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/06/01 00:10 android13-5.15-lts 19c0ed55a470 babc4389 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/05/31 10:18 android13-5.15-lts 19c0ed55a470 09898419 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/05/28 22:19 android13-5.15-lts 19c0ed55a470 cf184559 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/05/26 16:44 android13-5.15-lts 19c0ed55a470 b40ef614 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/05/08 06:29 android13-5.15-lts 19c0ed55a470 90c93c40 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/05/06 18:01 android13-5.15-lts 19c0ed55a470 90c93c40 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/05/03 13:10 android13-5.15-lts 19c0ed55a470 b5918830 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/29 17:35 android13-5.15-lts 6d40cb68a657 62df2017 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/27 04:48 android13-5.15-lts 14552b29c8fd 19a3dabe .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/23 08:23 android13-5.15-lts 7364b7abbafb 2b32bd34 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/23 01:51 android13-5.15-lts 7364b7abbafb 2b32bd34 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/22 03:00 android13-5.15-lts 7364b7abbafb 2b32bd34 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/18 19:56 android13-5.15-lts 7364b7abbafb d931e9f0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/18 14:48 android13-5.15-lts 7364b7abbafb d931e9f0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/18 06:27 android13-5.15-lts 7364b7abbafb 436577a9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/09 12:10 android13-5.15-lts 7364b7abbafb 71147e29 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/07 22:04 android13-5.15-lts 7364b7abbafb 71147e29 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/06 18:06 android13-5.15-lts 7364b7abbafb 08707520 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/06 02:38 android13-5.15-lts 7364b7abbafb 8b834965 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/04/03 17:46 android13-5.15-lts 7364b7abbafb 41147e3e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/26 16:02 android13-5.15-lts 5448b2fda85f fbf0499a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/20 05:27 android13-5.15-lts 5448b2fda85f 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/17 22:55 android13-5.15-lts 5448b2fda85f 7939252e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/14 19:33 android13-5.15-lts 5448b2fda85f 0d5c4377 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/12 20:30 android13-5.15-lts 5448b2fda85f 5205ef30 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/10 22:42 android13-5.15-lts 5448b2fda85f 5205ef30 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/08 03:19 android13-5.15-lts 5448b2fda85f d2b00170 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/07 15:18 android13-5.15-lts 5448b2fda85f d7ea8bc4 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/06 03:27 android13-5.15-lts 5448b2fda85f f8902b57 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/03/03 07:47 android13-5.15-lts 5448b2fda85f f8902b57 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/02/12 19:37 android13-5.15-lts 5020746bff95 93e26d60 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/02/09 12:37 android13-5.15-lts 5020746bff95 14a312c8 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/02/04 10:18 android13-5.15-lts 7e0097918ff8 1b2f701a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/02/03 16:16 android13-5.15-lts 7e0097918ff8 1b2f701a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/01/23 03:46 android13-5.15-lts 72d681a01da5 cc0f9968 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2023/01/18 13:38 android13-5.15-lts c73b4619ad86 4620c2d9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/12/29 12:34 android13-5.15-lts c73b4619ad86 44712fbc .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/12/16 23:49 android13-5.15-lts c73b4619ad86 05494336 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/12/15 14:07 android13-5.15-lts c73b4619ad86 6f9c033e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/12/15 10:52 android13-5.15-lts c73b4619ad86 6f9c033e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/12/02 22:49 android13-5.15-lts 92f701cae0bc e080de16 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/12/02 00:00 android13-5.15-lts d9d889009b78 e080de16 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/12/01 21:09 android13-5.15-lts d9d889009b78 e080de16 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/11/26 19:29 android13-5.15-lts 4ec71a9ec769 f4470a7b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/11/26 04:26 android13-5.15-lts 4ec71a9ec769 f4470a7b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/11/24 19:47 android13-5.15-lts 4ec71a9ec769 ff68ff8f .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/11/20 15:56 android13-5.15-lts 4ec71a9ec769 5bb70014 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/11/16 20:10 android13-5.15-lts 4ec71a9ec769 3a127a31 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/11/07 22:42 android13-5.15-lts 7f2e600bf63a a779b11a .config console log report info [disk image] [vmlinux] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/11/05 18:48 android13-5.15-lts 7f2e600bf63a 6d752409 .config console log report info [disk image] [vmlinux] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/11/04 17:16 android13-5.15-lts 7f2e600bf63a 6d752409 .config console log report info [disk image] [vmlinux] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/11/01 18:38 android13-5.15-lts 7f2e600bf63a a1d8560a .config console log report info [disk image] [vmlinux] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/10/31 05:12 android13-5.15-lts 7f2e600bf63a 2a71366b .config console log report info [disk image] [vmlinux] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/10/24 13:28 android13-5.15-lts 7f2e600bf63a faae2fda .config console log report info [disk image] [vmlinux] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/10/21 10:58 android13-5.15-lts 7f2e600bf63a 63e790dd .config console log report info [disk image] [vmlinux] ci2-android-5-15 KASAN: use-after-free Read in process_one_work
2022/10/17 16:45 android13-5.15-lts 44b8b2ac1d96 94744d21 .config console log report info [disk image] [vmlinux] 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.