Date | Name | Commit | Repro | Result |
---|---|---|---|---|
2024/09/28 | lts (merge base) | cac15753b8ce | C | [report] KASAN: use-after-free Write in steam_input_open |
2024/09/28 | upstream (ToT) | ad46e8f95e93 | C | Didn't crash |
syzbot |
sign-in | mailing list | source | docs |
Date | Name | Commit | Repro | Result |
---|---|---|---|---|
2024/09/28 | lts (merge base) | cac15753b8ce | C | [report] KASAN: use-after-free Write in steam_input_open |
2024/09/28 | upstream (ToT) | ad46e8f95e93 | C | Didn't crash |
Kernel | Title | Rank 🛈 | Repro | Cause bisect | Fix bisect | Count | Last | Reported | Patched | Status |
---|---|---|---|---|---|---|---|---|---|---|
android-54 | KASAN: use-after-free Write in steam_input_open | 24 | C | 29 | 116d | 188d | 0/2 | upstream: reported C repro on 2025/02/24 11:20 | ||
android-5-15 | KASAN: use-after-free Write in steam_input_open origin:lts | 24 | C | 47 | 4d06h | 357d | 0/2 | upstream: reported C repro on 2024/09/08 02:35 | ||
android-5-10 | KASAN: use-after-free Write in steam_input_open | 24 | C | inconclusive | 32 | 9d06h | 362d | 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 | 19 | C | done | 5 | 161d | 177d | 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 | 19 | C | done | 5 | 176d | 189d | 28/29 | fixed on 2025/06/10 16:19 | |
linux-5.15 | KASAN: use-after-free Read in steam_input_open origin:lts-only | 19 | C | done | 12 | 23h15m | 178d | 0/3 | upstream: reported C repro on 2025/03/06 06:53 |
Created | Duration | User | Patch | Repo | Result |
---|---|---|---|---|---|
2025/08/29 13:03 | 8m | retest repro | android14-6.1 | report log | |
2025/08/29 13:03 | 10m | retest repro | android14-6.1 | report log | |
2025/08/29 13:03 | 12m | retest repro | android14-6.1 | report log | |
2025/08/29 13:03 | 13m | retest repro | android14-6.1 | report log | |
2025/08/04 00:36 | 7m | retest repro | android14-6.1 | report log | |
2025/08/04 00:36 | 6m | retest repro | android14-6.1 | report log | |
2025/07/19 12:37 | 8m | retest repro | android14-6.1 | report log | |
2025/07/19 12:37 | 6m | retest repro | android14-6.1 | report log | |
2025/07/19 12:37 | 8m | retest repro | android14-6.1 | report log |
Created | Duration | User | Patch | Repo | Result |
---|---|---|---|---|---|
2024/11/19 17:43 | 1h39m | bisect fix | android14-6.1 | OK (0) job log log |
================================================================== BUG: KASAN: use-after-free in instrument_atomic_read_write include/linux/instrumented.h:102 [inline] BUG: KASAN: use-after-free in atomic_long_try_cmpxchg_acquire include/linux/atomic/atomic-instrumented.h:1779 [inline] BUG: KASAN: use-after-free in __mutex_trylock_fast kernel/locking/mutex.c:176 [inline] BUG: KASAN: use-after-free in mutex_lock+0x80/0x1a0 kernel/locking/mutex.c:295 Write of size 8 at addr ffff88810760d450 by task acpid/87 CPU: 1 PID: 87 Comm: acpid Not tainted syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/12/2025 Call Trace: <TASK> __dump_stack+0x21/0x24 lib/dump_stack.c:88 dump_stack_lvl+0xee/0x150 lib/dump_stack.c:106 print_address_description+0x71/0x210 mm/kasan/report.c:316 print_report+0x4a/0x60 mm/kasan/report.c:427 kasan_report+0x122/0x150 mm/kasan/report.c:531 check_region_inline mm/kasan/generic.c:-1 [inline] kasan_check_range+0x280/0x290 mm/kasan/generic.c:189 __kasan_check_write+0x14/0x20 mm/kasan/shadow.c:37 instrument_atomic_read_write include/linux/instrumented.h:102 [inline] atomic_long_try_cmpxchg_acquire include/linux/atomic/atomic-instrumented.h:1779 [inline] __mutex_trylock_fast kernel/locking/mutex.c:176 [inline] mutex_lock+0x80/0x1a0 kernel/locking/mutex.c:295 steam_input_open+0x91/0x160 drivers/hid/hid-steam.c:297 input_open_device+0x17b/0x300 drivers/input/input.c:650 evdev_open_device drivers/input/evdev.c:400 [inline] evdev_open+0x4b1/0x5c0 drivers/input/evdev.c:487 chrdev_open+0x5a5/0x680 fs/char_dev.c:414 do_dentry_open+0x88e/0x1260 fs/open.c:884 vfs_open+0x73/0x80 fs/open.c:1015 do_open fs/namei.c:3625 [inline] path_openat+0x2681/0x2f50 fs/namei.c:3782 do_filp_open+0x1c1/0x3c0 fs/namei.c:3809 do_sys_openat2+0x185/0x7e0 fs/open.c:1341 do_sys_open fs/open.c:1357 [inline] __do_sys_openat fs/open.c:1373 [inline] __se_sys_openat fs/open.c:1368 [inline] __x64_sys_openat+0x136/0x160 fs/open.c:1368 x64_sys_call+0x783/0x9a0 arch/x86/include/generated/asm/syscalls_64.h:258 do_syscall_x64 arch/x86/entry/common.c:51 [inline] do_syscall_64+0x4c/0xa0 arch/x86/entry/common.c:81 entry_SYSCALL_64_after_hwframe+0x68/0xd2 RIP: 0033:0x7f020968e407 Code: 48 89 fa 4c 89 df e8 38 aa 00 00 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 1a 5b c3 0f 1f 84 00 00 00 00 00 48 8b 44 24 10 0f 05 <5b> c3 0f 1f 80 00 00 00 00 83 e2 39 83 fa 08 75 de e8 23 ff ff ff RSP: 002b:00007ffc46fb40d0 EFLAGS: 00000202 ORIG_RAX: 0000000000000101 RAX: ffffffffffffffda RBX: 00007f0209604740 RCX: 00007f020968e407 RDX: 0000000000080800 RSI: 00007ffc46fb42e0 RDI: ffffffffffffff9c RBP: 00007ffc46fb42e0 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000020 R13: 00007ffc46fb43e0 R14: 000055aed3d967fe R15: 00007ffc46fb43e0 </TASK> Allocated by task 356: kasan_save_stack mm/kasan/common.c:45 [inline] kasan_set_track+0x4b/0x70 mm/kasan/common.c:52 kasan_save_alloc_info+0x25/0x30 mm/kasan/generic.c:505 ____kasan_kmalloc mm/kasan/common.c:379 [inline] __kasan_kmalloc+0x95/0xb0 mm/kasan/common.c:388 kasan_kmalloc include/linux/kasan.h:212 [inline] __do_kmalloc_node mm/slab_common.c:938 [inline] __kmalloc_node_track_caller+0xb1/0x1e0 mm/slab_common.c:958 alloc_dr drivers/base/devres.c:116 [inline] devm_kmalloc+0x55/0x160 drivers/base/devres.c:833 devm_kzalloc include/linux/device.h:211 [inline] steam_probe+0x11b/0xb50 drivers/hid/hid-steam.c:741 hid_device_probe+0x268/0x390 drivers/hid/hid-core.c:2626 call_driver_probe drivers/base/dd.c:-1 [inline] really_probe+0x2cb/0x960 drivers/base/dd.c:639 __driver_probe_device+0x198/0x280 drivers/base/dd.c:808 driver_probe_device+0x54/0x3e0 drivers/base/dd.c:838 __device_attach_driver+0x2e9/0x4a0 drivers/base/dd.c:966 bus_for_each_drv+0x183/0x210 drivers/base/bus.c:429 __device_attach+0x2a2/0x400 drivers/base/dd.c:1038 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087 bus_probe_device+0xc0/0x1f0 drivers/base/bus.c:489 device_add+0xb4d/0xef0 drivers/base/core.c:3698 hid_add_device+0x38f/0x540 drivers/hid/hid-core.c:2778 usbhid_probe+0xbb6/0xfa0 drivers/hid/usbhid/hid-core.c:1427 usb_probe_interface+0x610/0xaf0 drivers/usb/core/driver.c:397 call_driver_probe drivers/base/dd.c:-1 [inline] really_probe+0x2cb/0x960 drivers/base/dd.c:639 __driver_probe_device+0x198/0x280 drivers/base/dd.c:808 driver_probe_device+0x54/0x3e0 drivers/base/dd.c:838 __device_attach_driver+0x2e9/0x4a0 drivers/base/dd.c:966 bus_for_each_drv+0x183/0x210 drivers/base/bus.c:429 __device_attach+0x2a2/0x400 drivers/base/dd.c:1038 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087 bus_probe_device+0xc0/0x1f0 drivers/base/bus.c:489 device_add+0xb4d/0xef0 drivers/base/core.c:3698 usb_set_configuration+0x19c2/0x1f10 drivers/usb/core/message.c:2165 usb_generic_driver_probe+0x91/0x150 drivers/usb/core/generic.c:238 usb_probe_device+0x159/0x270 drivers/usb/core/driver.c:294 call_driver_probe drivers/base/dd.c:-1 [inline] really_probe+0x2cb/0x960 drivers/base/dd.c:639 __driver_probe_device+0x198/0x280 drivers/base/dd.c:808 driver_probe_device+0x54/0x3e0 drivers/base/dd.c:838 __device_attach_driver+0x2e9/0x4a0 drivers/base/dd.c:966 bus_for_each_drv+0x183/0x210 drivers/base/bus.c:429 __device_attach+0x2a2/0x400 drivers/base/dd.c:1038 device_initial_probe+0x1a/0x20 drivers/base/dd.c:1087 bus_probe_device+0xc0/0x1f0 drivers/base/bus.c:489 device_add+0xb4d/0xef0 drivers/base/core.c:3698 usb_new_device+0xa70/0x1520 drivers/usb/core/hub.c:2656 hub_port_connect drivers/usb/core/hub.c:5566 [inline] hub_port_connect_change drivers/usb/core/hub.c:5706 [inline] port_event drivers/usb/core/hub.c:5866 [inline] hub_event+0x2a5d/0x4680 drivers/usb/core/hub.c:5948 process_one_work+0x71f/0xc40 kernel/workqueue.c:2302 worker_thread+0xa29/0x11f0 kernel/workqueue.c:2449 kthread+0x281/0x320 kernel/kthread.c:386 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295 Freed by task 356: kasan_save_stack mm/kasan/common.c:45 [inline] kasan_set_track+0x4b/0x70 mm/kasan/common.c:52 kasan_save_free_info+0x31/0x50 mm/kasan/generic.c:516 ____kasan_slab_free+0x132/0x180 mm/kasan/common.c:241 __kasan_slab_free+0x11/0x20 mm/kasan/common.c:249 kasan_slab_free include/linux/kasan.h:178 [inline] slab_free_hook mm/slub.c:1745 [inline] slab_free_freelist_hook+0xc2/0x190 mm/slub.c:1771 slab_free mm/slub.c:3686 [inline] __kmem_cache_free+0xb7/0x1b0 mm/slub.c:3702 kfree+0x6f/0xf0 mm/slab_common.c:990 release_nodes+0xf9/0x230 drivers/base/devres.c:503 devres_release_all+0x149/0x1b0 drivers/base/devres.c:532 device_unbind_cleanup drivers/base/dd.c:530 [inline] __device_release_driver drivers/base/dd.c:1288 [inline] device_release_driver_internal+0x581/0x820 drivers/base/dd.c:1309 device_release_driver+0x19/0x20 drivers/base/dd.c:1332 bus_remove_device+0x2ee/0x350 drivers/base/bus.c:531 device_del+0x6a4/0xeb0 drivers/base/core.c:3886 hid_remove_device drivers/hid/hid-core.c:2826 [inline] hid_destroy_device+0x6a/0x110 drivers/hid/hid-core.c:2845 usbhid_disconnect+0x9f/0xc0 drivers/hid/usbhid/hid-core.c:1454 usb_unbind_interface+0x223/0x8d0 drivers/usb/core/driver.c:459 device_remove drivers/base/dd.c:550 [inline] __device_release_driver drivers/base/dd.c:1283 [inline] device_release_driver_internal+0x508/0x820 drivers/base/dd.c:1309 device_release_driver+0x19/0x20 drivers/base/dd.c:1332 bus_remove_device+0x2ee/0x350 drivers/base/bus.c:531 device_del+0x6a4/0xeb0 drivers/base/core.c:3886 usb_disable_device+0x3a8/0x750 drivers/usb/core/message.c:1414 usb_disconnect+0x31e/0x860 drivers/usb/core/hub.c:2311 hub_port_connect drivers/usb/core/hub.c:5405 [inline] hub_port_connect_change drivers/usb/core/hub.c:5706 [inline] port_event drivers/usb/core/hub.c:5866 [inline] hub_event+0x1bd5/0x4680 drivers/usb/core/hub.c:5948 process_one_work+0x71f/0xc40 kernel/workqueue.c:2302 worker_thread+0xa29/0x11f0 kernel/workqueue.c:2449 kthread+0x281/0x320 kernel/kthread.c:386 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295 The buggy address belongs to the object at ffff88810760d400 which belongs to the cache kmalloc-512 of size 512 The buggy address is located 80 bytes inside of 512-byte region [ffff88810760d400, ffff88810760d600) The buggy address belongs to the physical page: page:ffffea00041d8300 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x10760c head:ffffea00041d8300 order:2 compound_mapcount:0 compound_pincount:0 flags: 0x4000000000010200(slab|head|zone=1) raw: 4000000000010200 0000000000000000 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 0x1d2a20(GFP_ATOMIC|__GFP_NOWARN|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC|__GFP_HARDWALL), pid 24, tgid 24 (kworker/1:0), ts 37244678243, free_ts 32062357670 set_page_owner include/linux/page_owner.h:33 [inline] post_alloc_hook+0x1f5/0x210 mm/page_alloc.c:2643 prep_new_page+0x1c/0x110 mm/page_alloc.c:2650 get_page_from_freelist+0x2c7b/0x2cf0 mm/page_alloc.c:4554 __alloc_pages+0x1c3/0x450 mm/page_alloc.c:5868 alloc_slab_page+0x6e/0xf0 include/linux/gfp.h:-1 allocate_slab mm/slub.c:1962 [inline] new_slab+0x98/0x3d0 mm/slub.c:2015 ___slab_alloc+0x6f6/0xb50 mm/slub.c:3203 __slab_alloc+0x5e/0xa0 mm/slub.c:3302 slab_alloc_node mm/slub.c:3387 [inline] __kmem_cache_alloc_node+0x203/0x2c0 mm/slub.c:3462 __do_kmalloc_node mm/slab_common.c:937 [inline] __kmalloc_node_track_caller+0xa0/0x1e0 mm/slab_common.c:958 kmalloc_reserve net/core/skbuff.c:449 [inline] __alloc_skb+0x236/0x4b0 net/core/skbuff.c:518 alloc_skb include/linux/skbuff.h:1290 [inline] nlmsg_new include/net/netlink.h:991 [inline] inet6_ifa_notify net/ipv6/addrconf.c:5575 [inline] __ipv6_ifa_notify+0x1e8/0xdc0 net/ipv6/addrconf.c:6233 ipv6_ifa_notify net/ipv6/addrconf.c:6285 [inline] addrconf_dad_completed+0x175/0xe80 net/ipv6/addrconf.c:4289 addrconf_dad_work+0xc25/0x14b0 net/ipv6/addrconf.c:-1 process_one_work+0x71f/0xc40 kernel/workqueue.c:2302 worker_thread+0xa29/0x11f0 kernel/workqueue.c:2449 page last free stack trace: reset_page_owner include/linux/page_owner.h:26 [inline] free_pages_prepare mm/page_alloc.c:1551 [inline] free_pcp_prepare mm/page_alloc.c:1625 [inline] free_unref_page_prepare+0x742/0x750 mm/page_alloc.c:3589 free_unref_page+0x8f/0x530 mm/page_alloc.c:3687 free_the_page mm/page_alloc.c:836 [inline] __free_pages+0x67/0x100 mm/page_alloc.c:5957 __free_slab+0xca/0x1a0 mm/slub.c:2039 free_slab mm/slub.c:2054 [inline] discard_slab+0x29/0x40 mm/slub.c:2060 __slab_free+0x201/0x280 mm/slub.c:3599 do_slab_free mm/slub.c:3640 [inline] ___cache_free+0xbf/0xd0 mm/slub.c:3696 qlink_free mm/kasan/quarantine.c:168 [inline] qlist_free_all+0xc6/0x140 mm/kasan/quarantine.c:187 kasan_quarantine_reduce+0x14a/0x170 mm/kasan/quarantine.c:294 __kasan_slab_alloc+0x24/0x80 mm/kasan/common.c:310 kasan_slab_alloc include/linux/kasan.h:202 [inline] slab_post_alloc_hook+0x4f/0x2d0 mm/slab.h:768 slab_alloc_node mm/slub.c:3421 [inline] __kmem_cache_alloc_node+0x192/0x2c0 mm/slub.c:3462 kmalloc_trace+0x29/0xb0 mm/slab_common.c:1028 kmalloc include/linux/slab.h:563 [inline] kzalloc include/linux/slab.h:699 [inline] ref_tracker_alloc+0x139/0x430 lib/ref_tracker.c:85 __netdev_tracker_alloc include/linux/netdevice.h:4085 [inline] netdev_hold+0x80/0xc0 include/linux/netdevice.h:4114 register_netdevice+0xfa8/0x14a0 net/core/dev.c:10176 Memory state around the buggy address: ffff88810760d300: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc ffff88810760d380: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc >ffff88810760d400: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ^ ffff88810760d480: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ffff88810760d500: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ================================================================== hid 0003:28DE:1102.000B: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.000B: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.000B: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.000B: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.000B: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.000B: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.000B: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.000B: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.000B: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.000B: 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 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 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.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: No HID_FEATURE_REPORT submitted - nothing to read hid 0003:28DE:1102.001F: 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/08/30 23:40 | android14-6.1 | 02ca81000485 | 807a3b61 | .config | console log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/04/19 21:39 | android14-6.1 | bc3d1d352ab6 | 2a20f901 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/04/19 21:18 | android14-6.1 | bc3d1d352ab6 | 2a20f901 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/04/19 20:58 | android14-6.1 | bc3d1d352ab6 | 2a20f901 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/03/10 07:43 | android14-6.1 | 44db4837f75e | 163f510d | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/03/10 07:19 | android14-6.1 | 44db4837f75e | 163f510d | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/02/27 05:14 | android14-6.1 | 4deb2cd70382 | 6a8fcbc4 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/02/25 15:46 | android14-6.1 | 719cffaab02b | d34966d1 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/02/25 08:20 | android14-6.1 | cf7683f71956 | d34966d1 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/02/25 02:44 | android14-6.1 | cf7683f71956 | d34966d1 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/02/24 02:19 | android14-6.1 | a624f97c9afe | d34966d1 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/02/23 23:07 | android14-6.1 | a624f97c9afe | d34966d1 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/02/17 03:23 | android14-6.1 | ccc915784332 | 40a34ec9 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2024/09/25 05:33 | android14-6.1 | 5c7d0d4f4a38 | 5643e0e9 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2024/09/25 05:17 | android14-6.1 | 5c7d0d4f4a38 | 5643e0e9 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2024/09/25 04:17 | android14-6.1 | 5c7d0d4f4a38 | 5643e0e9 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/02/24 16:56 | android14-6.1 | a624f97c9afe | d34966d1 | .config | console log | report | syz / log | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/08/12 15:06 | android14-6.1 | c750dc582629 | c06e8995 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/06/30 19:30 | android14-6.1 | 1bf1aa362e6b | 6e83b42d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/15 16:29 | android14-6.1 | 33c9d4844afc | e2826670 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/15 16:29 | android14-6.1 | 33c9d4844afc | e2826670 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/15 03:09 | android14-6.1 | 4da91a8e563c | e2826670 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/15 03:09 | android14-6.1 | 4da91a8e563c | e2826670 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/14 13:55 | android14-6.1 | 27895588a299 | e2826670 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/14 13:54 | android14-6.1 | 27895588a299 | e2826670 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/12 21:33 | android14-6.1 | 69a6dfc9c3cb | 1a5d9317 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/12 21:32 | android14-6.1 | 69a6dfc9c3cb | 1a5d9317 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/12 21:31 | android14-6.1 | 69a6dfc9c3cb | 1a5d9317 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/12 01:32 | android14-6.1 | 9bcabbda673a | ee70e6db | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/12 00:37 | android14-6.1 | 9bcabbda673a | ee70e6db | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/11 23:56 | android14-6.1 | 9bcabbda673a | 16256247 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/11 18:38 | android14-6.1 | 9bcabbda673a | 16256247 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/10 08:17 | android14-6.1 | 44db4837f75e | 163f510d | .config | console log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | |
2025/03/09 17:11 | android14-6.1 | 44db4837f75e | 163f510d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/07 21:07 | android14-6.1 | 44db4837f75e | 7e3bd60d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/07 21:07 | android14-6.1 | 44db4837f75e | 7e3bd60d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/07 21:06 | android14-6.1 | 44db4837f75e | 7e3bd60d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/07 16:03 | android14-6.1 | 50eddb3fc9ed | 7e3bd60d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/07 14:19 | android14-6.1 | 50eddb3fc9ed | 7e3bd60d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2025/03/06 16:50 | android14-6.1 | 471a10d3af3b | 831e3629 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2024/10/02 01:02 | android14-6.1 | 1cdc168f1ef0 | ea2b66a6 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/30 12:23 | android14-6.1 | 110595418159 | bbd4e0a4 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/26 19:57 | android14-6.1 | 9e167c1c27c5 | 9314348a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/25 09:22 | android14-6.1 | 03b93dc707ed | 349a68c4 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/25 01:53 | android14-6.1 | 5c7d0d4f4a38 | 5643e0e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/24 19:37 | android14-6.1 | 2cd8ac816de5 | 5643e0e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open | ||
2024/09/24 19:35 | android14-6.1 | 2cd8ac816de5 | 5643e0e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: use-after-free Write in steam_input_open |