Date | Name | Commit | Repro | Result |
---|---|---|---|---|
2024/09/08 | lts (merge base) | b925f60c6ee7 | C | [report] KASAN: use-after-free Write in steam_input_close |
2024/09/08 | upstream (ToT) | d1f2d51b711a | C | Didn't crash |
syzbot |
sign-in | mailing list | source | docs |
Date | Name | Commit | Repro | Result |
---|---|---|---|---|
2024/09/08 | lts (merge base) | b925f60c6ee7 | C | [report] KASAN: use-after-free Write in steam_input_close |
2024/09/08 | upstream (ToT) | d1f2d51b711a | C | Didn't crash |
Kernel | Title | Repro | Cause bisect | Fix bisect | Count | Last | Reported | Patched | Status |
---|---|---|---|---|---|---|---|---|---|
android-54 | KASAN: use-after-free Write in steam_input_open | C | 27 | 12d | 38d | 0/2 | upstream: reported C repro on 2025/02/24 11:20 | ||
android-6-1 | KASAN: use-after-free Write in steam_input_open origin:lts | C | 41 | 4d20h | 190d | 0/2 | upstream: reported C repro on 2024/09/25 04:26 | ||
android-5-10 | KASAN: use-after-free Write in steam_input_open | C | inconclusive | 11 | 10h15m | 212d | 0/2 | upstream: reported C repro on 2024/09/03 09:12 | |
linux-6.1 | KASAN: use-after-free Read in steam_input_open origin:lts-only | C | done | 5 | 11d | 28d | 0/3 | upstream: reported C repro on 2025/03/06 15:18 | |
upstream | KASAN: slab-use-after-free Read in steam_input_open input usb | C | done | 5 | 26d | 40d | 25/28 | upstream: reported C repro on 2025/02/22 17:01 | |
linux-5.15 | KASAN: use-after-free Read in steam_input_open origin:lts-only | C | 12 | 11d | 28d | 0/3 | upstream: reported C repro on 2025/03/06 06:53 |
Created | Duration | User | Patch | Repo | Result |
---|---|---|---|---|---|
2024/12/27 04:34 | 13m | retest repro | android13-5.15-lts | report log | |
2024/12/27 04:34 | 7m | retest repro | android13-5.15-lts | report log | |
2024/12/27 04:34 | 6m | retest repro | android13-5.15-lts | report log | |
2024/10/16 15:12 | 22m | retest repro | android13-5.15-lts | report log | |
2024/10/16 15:12 | 17m | retest repro | android13-5.15-lts | report log | |
2024/10/16 15:12 | 54m | retest repro | android13-5.15-lts | report log |
Created | Duration | User | Patch | Repo | Result |
---|---|---|---|---|---|
2025/01/28 12:21 | 3h40m | bisect fix | android13-5.15-lts | OK (0) job log log | |
2024/11/19 19:25 | 2h24m | bisect fix | android13-5.15-lts | OK (0) job log log |
================================================================== BUG: KASAN: use-after-free in instrument_atomic_read_write include/linux/instrumented.h:101 [inline] BUG: KASAN: use-after-free in atomic_long_try_cmpxchg_acquire include/linux/atomic/atomic-instrumented.h:1667 [inline] BUG: KASAN: use-after-free in __mutex_trylock_fast kernel/locking/mutex.c:169 [inline] BUG: KASAN: use-after-free in mutex_lock+0xa9/0x1e0 kernel/locking/mutex.c:288 Write of size 8 at addr ffff88810aab5850 by task udevd/330 CPU: 0 PID: 330 Comm: udevd Not tainted 5.15.178-syzkaller-00013-g7d1f9b5c2ff5 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 02/12/2025 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 kasan_check_range+0x293/0x2a0 mm/kasan/generic.c:189 __kasan_check_write+0x14/0x20 mm/kasan/shadow.c:37 instrument_atomic_read_write include/linux/instrumented.h:101 [inline] atomic_long_try_cmpxchg_acquire include/linux/atomic/atomic-instrumented.h:1667 [inline] __mutex_trylock_fast kernel/locking/mutex.c:169 [inline] mutex_lock+0xa9/0x1e0 kernel/locking/mutex.c:288 steam_input_open+0x91/0x1a0 drivers/hid/hid-steam.c:297 input_open_device+0x1a5/0x310 drivers/input/input.c:640 evdev_open_device drivers/input/evdev.c:404 [inline] evdev_open+0x3df/0x620 drivers/input/evdev.c:491 chrdev_open+0x4f7/0x620 fs/char_dev.c:414 do_dentry_open+0x81c/0xfd0 fs/open.c:828 vfs_open+0x73/0x80 fs/open.c:958 do_open fs/namei.c:3608 [inline] path_openat+0x26f0/0x2f40 fs/namei.c:3742 do_filp_open+0x21c/0x460 fs/namei.c:3769 do_sys_openat2+0x13f/0x820 fs/open.c:1234 do_sys_open fs/open.c:1250 [inline] __do_sys_openat fs/open.c:1266 [inline] __se_sys_openat fs/open.c:1261 [inline] __x64_sys_openat+0x243/0x290 fs/open.c:1261 x64_sys_call+0x6bf/0x9a0 arch/x86/include/generated/asm/syscalls_64.h:258 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x3b/0xb0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x66/0xd0 RIP: 0033:0x7faeb38759a4 Code: 24 20 48 8d 44 24 30 48 89 44 24 28 64 8b 04 25 18 00 00 00 85 c0 75 2c 44 89 e2 48 89 ee bf 9c ff ff ff b8 01 01 00 00 0f 05 <48> 3d 00 f0 ff ff 76 60 48 8b 15 55 a4 0d 00 f7 d8 64 89 02 48 83 RSP: 002b:00007ffd7bec6bb0 EFLAGS: 00000246 ORIG_RAX: 0000000000000101 RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007faeb38759a4 RDX: 0000000000080000 RSI: 000055925e067140 RDI: 00000000ffffff9c RBP: 000055925e067140 R08: 000055925e06a4e8 R09: 00007faeb3950b10 R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000080000 R13: 00007ffd7bec6d78 R14: 0000000000000000 R15: 0000559244938ed5 </TASK> Allocated by task 26: 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_track_caller+0x13e/0x2c0 mm/slub.c:4954 alloc_dr drivers/base/devres.c:116 [inline] devm_kmalloc+0x4f/0x160 drivers/base/devres.c:824 devm_kzalloc include/linux/device.h:209 [inline] steam_probe+0x11d/0xa80 drivers/hid/hid-steam.c:741 hid_device_probe+0x261/0x390 drivers/hid/hid-core.c:2301 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 hid_add_device+0x39c/0x4e0 drivers/hid/hid-core.c:2451 usbhid_probe+0xb0e/0xea0 drivers/hid/usbhid/hid-core.c:1424 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/0x1c10 drivers/usb/core/hub.c:2599 hub_port_connect drivers/usb/core/hub.c:5515 [inline] hub_port_connect_change drivers/usb/core/hub.c:5655 [inline] port_event drivers/usb/core/hub.c:5805 [inline] hub_event+0x2def/0x4770 drivers/usb/core/hub.c:5887 process_one_work+0x6bb/0xc10 kernel/workqueue.c:2325 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 Freed by task 26: 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 release_nodes+0xf1/0x230 drivers/base/devres.c:501 devres_release_all+0x148/0x1a0 drivers/base/devres.c:530 __device_release_driver drivers/base/dd.c:1231 [inline] device_release_driver_internal+0x51a/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 hid_remove_device drivers/hid/hid-core.c:2499 [inline] hid_destroy_device+0x68/0x110 drivers/hid/hid-core.c:2518 usbhid_disconnect+0x9e/0xc0 drivers/hid/usbhid/hid-core.c:1451 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:5354 [inline] hub_port_connect_change drivers/usb/core/hub.c:5655 [inline] port_event drivers/usb/core/hub.c:5805 [inline] hub_event+0x1d42/0x4770 drivers/usb/core/hub.c:5887 process_one_work+0x6bb/0xc10 kernel/workqueue.c:2325 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 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 __call_rcu_common kernel/rcu/tree.c:3007 [inline] call_rcu+0x123/0x10b0 kernel/rcu/tree.c:3125 blkg_release+0x23/0x30 block/blk-cgroup.c:114 percpu_ref_put_many include/linux/percpu-refcount.h:322 [inline] percpu_ref_put include/linux/percpu-refcount.h:338 [inline] percpu_ref_call_confirm_rcu lib/percpu-refcount.c:164 [inline] percpu_ref_switch_to_atomic_rcu+0x613/0x620 lib/percpu-refcount.c:206 rcu_do_batch+0x57a/0xc10 kernel/rcu/tree.c:2523 rcu_core+0x517/0x1020 kernel/rcu/tree.c:2763 rcu_core_si+0x9/0x10 kernel/rcu/tree.c:2776 handle_softirqs+0x25e/0x5c0 kernel/softirq.c:565 run_ksoftirqd+0x28/0x40 kernel/softirq.c:941 smpboot_thread_fn+0x466/0x8d0 kernel/smpboot.c:164 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 ffff88810aab5800 which belongs to the cache kmalloc-512 of size 512 The buggy address is located 80 bytes inside of 512-byte region [ffff88810aab5800, ffff88810aab5a00) The buggy address belongs to the page: page:ffffea00042aad00 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x10aab4 head:ffffea00042aad00 order:2 compound_mapcount:0 compound_pincount:0 flags: 0x4000000000010200(slab|head|zone=1) raw: 4000000000010200 dead000000000100 dead000000000122 ffff888100042f00 raw: 0000000000000000 0000000000100010 00000001ffffffff 0000000000000000 page dumped because: kasan: bad access detected page_owner tracks the page as allocated page last allocated via order 2, migratetype Unmovable, gfp_mask 0xd20c0(__GFP_IO|__GFP_FS|__GFP_NOWARN|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC), pid 1, ts 2343812763, 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 kmem_cache_alloc_node_trace include/linux/slab.h:491 [inline] kmalloc_node include/linux/slab.h:621 [inline] kzalloc_node include/linux/slab.h:744 [inline] blkg_alloc+0x8a/0x5b0 block/blk-cgroup.c:158 blkcg_init_queue+0x29/0x200 block/blk-cgroup.c:1190 blk_alloc_queue+0x3fa/0x570 block/blk-core.c:593 blk_mq_init_queue_data block/blk-mq.c:3162 [inline] blk_mq_init_queue+0x36/0xd0 block/blk-mq.c:3176 scsi_alloc_sdev+0x674/0xa10 drivers/scsi/scsi_scan.c:319 scsi_probe_and_add_lun+0x199/0x4320 drivers/scsi/scsi_scan.c:1156 __scsi_scan_target+0x1ed/0xe30 drivers/scsi/scsi_scan.c:1637 scsi_scan_channel drivers/scsi/scsi_scan.c:1725 [inline] scsi_scan_host_selected+0x334/0x5f0 drivers/scsi/scsi_scan.c:1754 page_owner free stack trace missing Memory state around the buggy address: ffff88810aab5700: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc ffff88810aab5780: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc >ffff88810aab5800: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ^ ffff88810aab5880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ffff88810aab5900: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ================================================================== hid 0003:28DE:1102.0003: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0003: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0003: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0003: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0003: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0015: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0015: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0015: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0015: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0015: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0015: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0015: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.0015: No HID_FEATURE_REPORT submitted - nothing to read
Time | Kernel | Commit | Syzkaller | Config | Log | Report | Syz repro | C repro | VM info | Assets (help?) | Manager | Title |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2025/03/26 15:25 | android13-5.15-lts | 7d1f9b5c2ff5 | 89d30d73 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2025/03/06 14:23 | android13-5.15-lts | 7d1f9b5c2ff5 | 831e3629 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2025/03/05 07:06 | android13-5.15-lts | 7d1f9b5c2ff5 | c3901742 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2025/03/05 01:55 | android13-5.15-lts | 7d1f9b5c2ff5 | c3901742 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2025/03/04 18:10 | android13-5.15-lts | 7d1f9b5c2ff5 | c3901742 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2025/03/04 11:01 | android13-5.15-lts | 7d1f9b5c2ff5 | c3901742 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2025/03/03 14:52 | android13-5.15-lts | 7d1f9b5c2ff5 | c3901742 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2025/03/03 13:49 | android13-5.15-lts | 7d1f9b5c2ff5 | c3901742 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2025/02/25 12:45 | android13-5.15-lts | 7d1f9b5c2ff5 | d34966d1 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2024/09/09 01:00 | android13-5.15-lts | 53be7c8abe11 | 9750182a | .config | console log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2024/09/08 14:53 | android13-5.15-lts | 53be7c8abe11 | 9750182a | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2024/09/08 02:25 | android13-5.15-lts | 53be7c8abe11 | 9750182a | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | |
2024/09/08 11:08 | android13-5.15-lts | 53be7c8abe11 | 9750182a | .config | console log | report | syz / log | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/12 02:27 | android13-5.15-lts | 7d1f9b5c2ff5 | ee70e6db | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/11 10:06 | android13-5.15-lts | 7d1f9b5c2ff5 | 16256247 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/11 02:59 | android13-5.15-lts | 7d1f9b5c2ff5 | 16256247 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/10 23:10 | android13-5.15-lts | 7d1f9b5c2ff5 | 16256247 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/10 23:09 | android13-5.15-lts | 7d1f9b5c2ff5 | 16256247 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/10 20:05 | android13-5.15-lts | 7d1f9b5c2ff5 | 16256247 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/09 02:31 | android13-5.15-lts | 7d1f9b5c2ff5 | 163f510d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/09 01:10 | android13-5.15-lts | 7d1f9b5c2ff5 | 163f510d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/08 20:09 | android13-5.15-lts | 7d1f9b5c2ff5 | 7e3bd60d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/06 00:44 | android13-5.15-lts | 7d1f9b5c2ff5 | 831e3629 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/06 00:44 | android13-5.15-lts | 7d1f9b5c2ff5 | 831e3629 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/10/02 12:00 | android13-5.15-lts | 8e36931104ac | 02f9582a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/30 12:54 | android13-5.15-lts | 8e36931104ac | bbd4e0a4 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/26 16:55 | android13-5.15-lts | b92c0d35d015 | 9314348a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/25 21:29 | android13-5.15-lts | b92c0d35d015 | 0d19f247 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/19 19:26 | android13-5.15-lts | b92c0d35d015 | 6f888b75 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/19 19:25 | android13-5.15-lts | b92c0d35d015 | 6f888b75 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/16 15:31 | android13-5.15-lts | b92c0d35d015 | c673ca06 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/13 15:34 | android13-5.15-lts | e6fb3b0fa87f | b58f933c | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/13 02:29 | android13-5.15-lts | e6fb3b0fa87f | 73e8a465 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/10 19:21 | android13-5.15-lts | 99ada58989e6 | 86aa7bd7 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/10 09:37 | android13-5.15-lts | 99ada58989e6 | 784df80e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/10 06:10 | android13-5.15-lts | c53388f01037 | 784df80e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/07 22:07 | android13-5.15-lts | 53be7c8abe11 | 9750182a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/07 22:05 | android13-5.15-lts | 53be7c8abe11 | 9750182a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/07 20:02 | android13-5.15-lts | 53be7c8abe11 | 9750182a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/22 19:12 | android13-5.15-lts | b92c0d35d015 | 6f888b75 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | KASAN: slab-out-of-bounds Read in steam_input_open | ||
2024/09/11 08:04 | android13-5.15-lts | 99ada58989e6 | 8ab55d0e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | UBSAN: array-index-out-of-bounds in steam_input_open | ||
2024/09/09 16:49 | android13-5.15-lts | c53388f01037 | 073f8be2 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | general protection fault in steam_input_open | ||
2024/09/09 16:49 | android13-5.15-lts | c53388f01037 | 073f8be2 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-5-15 | general protection fault in steam_input_open |