syzbot


KASAN: use-after-free Read in incfs_free_mount_info

Status: premoderation: reported on 2026/01/25 07:55
Reported-by: syzbot+48cbc5beadfd84c55798@syzkaller.appspotmail.com
First crash: 161d, last: 7h18m
Similar bugs (2)
Kernel Title Rank 🛈 Repro Cause bisect Fix bisect Count Last Reported Patched Status
android-5-10 KASAN: use-after-free Read in incfs_free_mount_info 19 605 14m 167d 0/2 premoderation: reported on 2026/01/19 00:38
android-6-1 KASAN: use-after-free Read in incfs_free_mount_info 19 119 6d04h 167d 0/2 premoderation: reported on 2026/01/18 22:40

Sample crash report:
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 00007fec6cfb5128 R14: 00007fec6cfb5090 R15: 00007ffca9353598
 </TASK>
---[ end trace c8b0130be991f330 ]---
==================================================================
BUG: KASAN: use-after-free in fast_dput+0x1e0/0x290 fs/dcache.c:753
Read of size 4 at addr ffff888129785440 by task syz.3.347/1470

CPU: 1 PID: 1470 Comm: syz.3.347 Tainted: G        W         syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 05/09/2026
Call Trace:
 <TASK>
 __dump_stack+0x21/0x30 lib/dump_stack.c:88
 dump_stack_lvl+0x110/0x170 lib/dump_stack.c:106
 print_address_description+0x7f/0x2c0 mm/kasan/report.c:248
 __kasan_report mm/kasan/report.c:427 [inline]
 kasan_report+0x10f/0x150 mm/kasan/report.c:444
 __asan_report_load4_noabort+0x14/0x20 mm/kasan/report_generic.c:308
 fast_dput+0x1e0/0x290 fs/dcache.c:753
 dput+0x26/0x90 fs/dcache.c:880
 incfs_free_mount_info+0x60/0x200 fs/incfs/data_mgmt.c:166
 incfs_kill_sb+0x1af/0x210 fs/incfs/vfs.c:1997
 deactivate_locked_super+0xa0/0x100 fs/super.c:335
 deactivate_super+0xaf/0xe0 fs/super.c:366
 cleanup_mnt+0x44f/0x500 fs/namespace.c:1149
 __cleanup_mnt+0x19/0x20 fs/namespace.c:1156
 task_work_run+0x127/0x190 kernel/task_work.c:188
 exit_task_work include/linux/task_work.h:33 [inline]
 do_exit+0xb70/0x29a0 kernel/exit.c:890
 do_group_exit+0x149/0x310 kernel/exit.c:1004
 get_signal+0x64f/0x1430 kernel/signal.c:2907
 arch_do_signal_or_restart+0xe2/0x1100 arch/x86/kernel/signal.c:867
 handle_signal_work kernel/entry/common.c:154 [inline]
 exit_to_user_mode_loop+0xa7/0xe0 kernel/entry/common.c:178
 exit_to_user_mode_prepare+0x87/0xd0 kernel/entry/common.c:214
 __syscall_exit_to_user_mode_work kernel/entry/common.c:296 [inline]
 syscall_exit_to_user_mode+0x1a/0x30 kernel/entry/common.c:307
 ret_from_fork+0x15/0x30 arch/x86/entry/entry_64.S:280
RIP: 0033:0x7fec6cd2ce59
Code: Unable to access opcode bytes at RIP 0x7fec6cd2ce2f.
RSP: 002b:00007fec6b764fd8 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
RAX: 0000000000000000 RBX: 00007fec6cfb5090 RCX: 00007fec6cd2ce59
RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
RBP: 00007fec6cdc2e6f R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 00007fec6cfb5128 R14: 00007fec6cfb5090 R15: 00007ffca9353598
 </TASK>

Allocated by task 1816:
 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_slab_alloc+0xb7/0xe0 mm/kasan/common.c:466
 kasan_slab_alloc include/linux/kasan.h:217 [inline]
 slab_post_alloc_hook+0x4f/0x2b0 mm/slab.h:550
 slab_alloc_node mm/slub.c:3245 [inline]
 slab_alloc mm/slub.c:3255 [inline]
 kmem_cache_alloc+0xf7/0x260 mm/slub.c:3260
 __d_alloc+0x2d/0x690 fs/dcache.c:1749
 d_alloc fs/dcache.c:1828 [inline]
 d_alloc_parallel+0xe5/0x1380 fs/dcache.c:2584
 __lookup_slow+0x14c/0x410 fs/namei.c:1656
 lookup_one_len+0x19d/0x2d0 fs/namei.c:2726
 incfs_lookup_dentry+0x60/0xb0 fs/incfs/data_mgmt.c:210
 open_or_create_special_dir+0x4c/0x1f0 fs/incfs/vfs.c:475
 incfs_mount_fs+0x42f/0x890 fs/incfs/vfs.c:1884
 legacy_get_tree+0xed/0x190 fs/fs_context.c:611
 vfs_get_tree+0x89/0x260 fs/super.c:1530
 do_new_mount+0x251/0xb40 fs/namespace.c:3037
 path_mount+0x640/0xff0 fs/namespace.c:3367
 do_mount fs/namespace.c:3380 [inline]
 __do_sys_mount fs/namespace.c:3588 [inline]
 __se_sys_mount+0x320/0x390 fs/namespace.c:3565
 __x64_sys_mount+0xbf/0xd0 fs/namespace.c:3565
 x64_sys_call+0x6bf/0x9a0 arch/x86/include/generated/asm/syscalls_64.h:166
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x4c/0xa0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x66/0xd0

Freed by task 25:
 kasan_save_stack mm/kasan/common.c:38 [inline]
 kasan_set_track+0x4a/0x70 mm/kasan/common.c:45
 kasan_set_free_info+0x23/0x40 mm/kasan/generic.c:370
 ____kasan_slab_free+0x125/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:1728 [inline]
 slab_free_freelist_hook+0xc2/0x190 mm/slub.c:1754
 slab_free mm/slub.c:3526 [inline]
 kmem_cache_free+0x100/0x320 mm/slub.c:3544
 __d_free+0x23/0x30 fs/dcache.c:273
 rcu_do_batch+0x4c1/0xbf0 kernel/rcu/tree.c:2523
 rcu_core+0x4a3/0xef0 kernel/rcu/tree.c:2763
 rcu_core_si+0x9/0x10 kernel/rcu/tree.c:2776
 handle_softirqs+0x250/0x560 kernel/softirq.c:583
 run_ksoftirqd+0x28/0x40 kernel/softirq.c:959
 smpboot_thread_fn+0x446/0x880 kernel/smpboot.c:164
 kthread+0x3f5/0x4f0 kernel/kthread.c:337
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:287

Last potentially related work creation:
 kasan_save_stack+0x3a/0x60 mm/kasan/common.c:38
 __kasan_record_aux_stack+0xd2/0x100 mm/kasan/generic.c:348
 kasan_record_aux_stack_noalloc+0xb/0x10 mm/kasan/generic.c:358
 __call_rcu_common kernel/rcu/tree.c:3011 [inline]
 call_rcu+0x10b/0xf60 kernel/rcu/tree.c:3129
 dentry_free+0xbd/0x150 fs/dcache.c:-1
 __dentry_kill+0x516/0x660 fs/dcache.c:600
 dentry_kill+0xc0/0x2a0 fs/dcache.c:-1
 dput+0x47/0x90 fs/dcache.c:893
 incfs_free_mount_info+0x60/0x200 fs/incfs/data_mgmt.c:166
 incfs_kill_sb+0x1af/0x210 fs/incfs/vfs.c:1997
 deactivate_locked_super+0xa0/0x100 fs/super.c:335
 deactivate_super+0xaf/0xe0 fs/super.c:366
 cleanup_mnt+0x44f/0x500 fs/namespace.c:1149
 __cleanup_mnt+0x19/0x20 fs/namespace.c:1156
 task_work_run+0x127/0x190 kernel/task_work.c:188
 exit_task_work include/linux/task_work.h:33 [inline]
 do_exit+0xb70/0x29a0 kernel/exit.c:890
 do_group_exit+0x149/0x310 kernel/exit.c:1004
 get_signal+0x64f/0x1430 kernel/signal.c:2907
 arch_do_signal_or_restart+0xe2/0x1100 arch/x86/kernel/signal.c:867
 handle_signal_work kernel/entry/common.c:154 [inline]
 exit_to_user_mode_loop+0xa7/0xe0 kernel/entry/common.c:178
 exit_to_user_mode_prepare+0x87/0xd0 kernel/entry/common.c:214
 __syscall_exit_to_user_mode_work kernel/entry/common.c:296 [inline]
 syscall_exit_to_user_mode+0x1a/0x30 kernel/entry/common.c:307
 ret_from_fork+0x15/0x30 arch/x86/entry/entry_64.S:280

Second to last potentially related work creation:
 kasan_save_stack+0x3a/0x60 mm/kasan/common.c:38
 __kasan_record_aux_stack+0xd2/0x100 mm/kasan/generic.c:348
 kasan_record_aux_stack_noalloc+0xb/0x10 mm/kasan/generic.c:358
 __call_rcu_common kernel/rcu/tree.c:3011 [inline]
 call_rcu+0x10b/0xf60 kernel/rcu/tree.c:3129
 dentry_free+0xbd/0x150 fs/dcache.c:-1
 __dentry_kill+0x516/0x660 fs/dcache.c:600
 dentry_kill+0xc0/0x2a0 fs/dcache.c:-1
 dput+0x47/0x90 fs/dcache.c:893
 do_unlinkat+0x34a/0x6c0 fs/namei.c:4359
 __do_sys_unlink fs/namei.c:4404 [inline]
 __se_sys_unlink fs/namei.c:4402 [inline]
 __x64_sys_unlink+0x49/0x50 fs/namei.c:4402
 x64_sys_call+0x878/0x9a0 arch/x86/include/generated/asm/syscalls_64.h:88
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x4c/0xa0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x66/0xd0

The buggy address belongs to the object at ffff888129785440
 which belongs to the cache dentry of size 208
The buggy address is located 0 bytes inside of
 208-byte region [ffff888129785440, ffff888129785510)
The buggy address belongs to the page:
page:ffffea0004a5e140 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x129785
flags: 0x4000000000000200(slab|zone=1)
raw: 4000000000000200 0000000000000000 0000000600000001 ffff8881001c4480
raw: 0000000000000000 00000000000f000f 00000001ffffffff 0000000000000000
page dumped because: kasan: bad access detected
page_owner tracks the page as allocated
page last allocated via order 0, migratetype Reclaimable, gfp_mask 0x112cd0(GFP_USER|__GFP_NOWARN|__GFP_NORETRY|__GFP_RECLAIMABLE), pid 1181, ts 45851394977, free_ts 45169935005
 set_page_owner include/linux/page_owner.h:33 [inline]
 post_alloc_hook+0x192/0x1b0 mm/page_alloc.c:2607
 prep_new_page+0x1c/0x110 mm/page_alloc.c:2613
 get_page_from_freelist+0x2c3a/0x2cd0 mm/page_alloc.c:4487
 __alloc_pages+0x1a2/0x460 mm/page_alloc.c:5824
 alloc_slab_page mm/slub.c:-1 [inline]
 allocate_slab mm/slub.c:1937 [inline]
 new_slab+0xa0/0x4d0 mm/slub.c:2000
 ___slab_alloc+0x3ac/0x840 mm/slub.c:3033
 __slab_alloc+0x49/0x90 mm/slub.c:3120
 slab_alloc_node mm/slub.c:3211 [inline]
 slab_alloc mm/slub.c:3255 [inline]
 kmem_cache_alloc+0x138/0x260 mm/slub.c:3260
 __d_alloc+0x2d/0x690 fs/dcache.c:1749
 d_alloc+0x48/0x260 fs/dcache.c:1828
 lookup_one_qstr_excl+0xcb/0x250 fs/namei.c:1567
 filename_create+0x23d/0x440 fs/namei.c:3844
 do_symlinkat+0x85/0x5d0 fs/namei.c:4456
 __do_sys_symlinkat fs/namei.c:4483 [inline]
 __se_sys_symlinkat fs/namei.c:4480 [inline]
 __x64_sys_symlinkat+0x99/0xb0 fs/namei.c:4480
 x64_sys_call+0x74b/0x9a0 arch/x86/include/generated/asm/syscalls_64.h:267
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x4c/0xa0 arch/x86/entry/common.c:80
page last free stack trace:
 reset_page_owner include/linux/page_owner.h:26 [inline]
 free_pages_prepare mm/page_alloc.c:1474 [inline]
 free_pcp_prepare mm/page_alloc.c:1546 [inline]
 free_unref_page_prepare+0x5fa/0x600 mm/page_alloc.c:3536
 free_unref_page+0xae/0x540 mm/page_alloc.c:3618
 free_the_page mm/page_alloc.c:805 [inline]
 __free_pages+0x6c/0x100 mm/page_alloc.c:5900
 __free_slab+0xe5/0x1e0 mm/slub.c:2025
 free_slab mm/slub.c:2040 [inline]
 discard_slab mm/slub.c:2046 [inline]
 __unfreeze_partials+0x15a/0x190 mm/slub.c:2532
 put_cpu_partial+0xc6/0x120 mm/slub.c:2612
 __slab_free+0x1d4/0x290 mm/slub.c:3395
 do_slab_free mm/slub.c:3514 [inline]
 ___cache_free+0x104/0x120 mm/slub.c:3535
 qlink_free+0x4d/0x90 mm/kasan/quarantine.c:157
 qlist_free_all+0x5f/0xb0 mm/kasan/quarantine.c:176
 kasan_quarantine_reduce+0x14a/0x170 mm/kasan/quarantine.c:283
 __kasan_slab_alloc+0x2f/0xe0 mm/kasan/common.c:443
 kasan_slab_alloc include/linux/kasan.h:217 [inline]
 slab_post_alloc_hook+0x4f/0x2b0 mm/slab.h:550
 slab_alloc_node mm/slub.c:3245 [inline]
 slab_alloc mm/slub.c:3255 [inline]
 kmem_cache_alloc_trace+0xfb/0x270 mm/slub.c:3272
 kmalloc include/linux/slab.h:619 [inline]
 kzalloc include/linux/slab.h:750 [inline]
 kernfs_iop_get_link+0x66/0x600 fs/kernfs/symlink.c:136
 vfs_readlink+0x16f/0x3e0 fs/namei.c:5089

Memory state around the buggy address:
 ffff888129785300: fc fc fc fc fc fc 00 00 00 00 00 00 00 00 00 00
 ffff888129785380: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>ffff888129785400: fc fc fc fc fc fc fc fc fa fb fb fb fb fb fb fb
                                           ^
 ffff888129785480: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff888129785500: fb fb fc fc fc fc fc fc fc fc fa fb fb fb fb fb
==================================================================
------------[ cut here ]------------
WARNING: CPU: 1 PID: 1470 at fs/dcache.c:769 fast_dput+0x207/0x290 fs/dcache.c:769
Modules linked in:
CPU: 1 PID: 1470 Comm: syz.3.347 Tainted: G    B   W         syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 05/09/2026
RIP: 0010:fast_dput+0x207/0x290 fs/dcache.c:769
Code: ec f2 ff e9 4e fe ff ff 89 d9 80 e1 07 80 c1 03 38 c1 0f 8c a1 fe ff ff 48 89 df e8 f3 eb f2 ff e9 94 fe ff ff e8 c9 7a b3 ff <0f> 0b e9 13 ff ff ff 89 d9 80 e1 07 80 c1 03 38 c1 0f 8c ec fe ff
RSP: 0018:ffffc90000d6f8a0 EFLAGS: 00010293
RAX: ffffffff81b63227 RBX: ffff888129785440 RCX: ffff888128440000
RDX: 0000000000000000 RSI: 00000000ffffff80 RDI: 0000000000000001
RBP: ffffc90000d6f8c8 R08: 0000000000000003 R09: 0000000000000004
R10: dffffc0000000000 R11: fffff520001adf04 R12: 00000000ffffff80
R13: dffffc0000000000 R14: ffff888129785498 R15: 1ffff110252f0a93
FS:  0000000000000000(0000) GS:ffff8881f7100000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00007fd19443d2f8 CR3: 000000000660f000 CR4: 00000000003506a0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 <TASK>
 dput+0x26/0x90 fs/dcache.c:880
 incfs_free_mount_info+0x60/0x200 fs/incfs/data_mgmt.c:166
 incfs_kill_sb+0x1af/0x210 fs/incfs/vfs.c:1997
 deactivate_locked_super+0xa0/0x100 fs/super.c:335
 deactivate_super+0xaf/0xe0 fs/super.c:366
 cleanup_mnt+0x44f/0x500 fs/namespace.c:1149
 __cleanup_mnt+0x19/0x20 fs/namespace.c:1156
 task_work_run+0x127/0x190 kernel/task_work.c:188
 exit_task_work include/linux/task_work.h:33 [inline]
 do_exit+0xb70/0x29a0 kernel/exit.c:890
 do_group_exit+0x149/0x310 kernel/exit.c:1004
 get_signal+0x64f/0x1430 kernel/signal.c:2907
 arch_do_signal_or_restart+0xe2/0x1100 arch/x86/kernel/signal.c:867
 handle_signal_work kernel/entry/common.c:154 [inline]
 exit_to_user_mode_loop+0xa7/0xe0 kernel/entry/common.c:178
 exit_to_user_mode_prepare+0x87/0xd0 kernel/entry/common.c:214
 __syscall_exit_to_user_mode_work kernel/entry/common.c:296 [inline]
 syscall_exit_to_user_mode+0x1a/0x30 kernel/entry/common.c:307
 ret_from_fork+0x15/0x30 arch/x86/entry/entry_64.S:280
RIP: 0033:0x7fec6cd2ce59
Code: Unable to access opcode bytes at RIP 0x7fec6cd2ce2f.
RSP: 002b:00007fec6b764fd8 EFLAGS: 00000246 ORIG_RAX: 0000000000000038
RAX: 0000000000000000 RBX: 00007fec6cfb5090 RCX: 00007fec6cd2ce59
RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
RBP: 00007fec6cdc2e6f R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 00007fec6cfb5128 R14: 00007fec6cfb5090 R15: 00007ffca9353598
 </TASK>
---[ end trace c8b0130be991f331 ]---

Crashes (166):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2026/07/05 07:11 android13-5.15-lts a64de05eba09 fcece630 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/07/04 21:53 android13-5.15-lts a64de05eba09 fcece630 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/07/04 11:03 android13-5.15-lts a64de05eba09 fcece630 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/07/03 15:09 android13-5.15-lts a64de05eba09 58bf2096 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/27 06:47 android13-5.15-lts c85054db4618 fb92f11c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/27 04:29 android13-5.15-lts c85054db4618 fb92f11c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/26 23:44 android13-5.15-lts c85054db4618 fb92f11c .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/26 15:01 android13-5.15-lts c85054db4618 7ff32d8b .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/23 08:28 android13-5.15-lts 7ad09e849dbe 5a630be6 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/22 05:53 android13-5.15-lts b4be5dda13e9 43bfcdb0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/21 12:27 android13-5.15-lts b4be5dda13e9 43bfcdb0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/21 03:24 android13-5.15-lts b4be5dda13e9 43bfcdb0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/20 15:43 android13-5.15-lts b4be5dda13e9 43bfcdb0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/20 10:34 android13-5.15-lts b4be5dda13e9 43bfcdb0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/19 22:59 android13-5.15-lts b4be5dda13e9 43bfcdb0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/18 08:43 android13-5.15-lts b4be5dda13e9 b62b3ded .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/16 19:29 android13-5.15-lts b4be5dda13e9 a3998659 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/15 05:14 android13-5.15-lts 30f5554a846e 1d2f3589 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/14 19:13 android13-5.15-lts 30f5554a846e 1d2f3589 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/13 12:11 android13-5.15-lts 30f5554a846e 1d2f3589 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/12 10:04 android13-5.15-lts 30f5554a846e e93da63e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/10 19:03 android13-5.15-lts 30f5554a846e f79bac11 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/08 18:53 android13-5.15-lts 8969ee93a483 656e94c6 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/08 12:31 android13-5.15-lts 8969ee93a483 cc095639 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/08 00:46 android13-5.15-lts 8969ee93a483 cc095639 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/07 23:06 android13-5.15-lts 8969ee93a483 cc095639 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/07 19:41 android13-5.15-lts 8969ee93a483 cc095639 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/07 17:13 android13-5.15-lts 8969ee93a483 cc095639 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/07 13:38 android13-5.15-lts 8969ee93a483 cc095639 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/07 03:03 android13-5.15-lts 8969ee93a483 cc095639 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/06 07:44 android13-5.15-lts 8969ee93a483 cc095639 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/05 21:37 android13-5.15-lts 8969ee93a483 48b6c3fa .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/05 07:17 android13-5.15-lts 8969ee93a483 197909be .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/05 02:29 android13-5.15-lts 8969ee93a483 197909be .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/04 13:20 android13-5.15-lts 8969ee93a483 197909be .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/01 05:38 android13-5.15-lts 8969ee93a483 6b4a8443 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/06/01 03:47 android13-5.15-lts 8969ee93a483 6b4a8443 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/31 20:53 android13-5.15-lts 8969ee93a483 6b4a8443 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/31 16:05 android13-5.15-lts 8969ee93a483 6b4a8443 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/31 02:24 android13-5.15-lts 8969ee93a483 6b4a8443 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/30 21:13 android13-5.15-lts 8969ee93a483 6b4a8443 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/30 15:33 android13-5.15-lts 8969ee93a483 6b4a8443 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/27 10:06 android13-5.15-lts 8969ee93a483 2b01f00e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/26 05:47 android13-5.15-lts 05eea940894a c69befb3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/25 20:42 android13-5.15-lts 05eea940894a c69befb3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/25 08:59 android13-5.15-lts 05eea940894a c69befb3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/25 06:56 android13-5.15-lts 05eea940894a c69befb3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
2026/05/24 19:43 android13-5.15-lts 05eea940894a c69befb3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-15 KASAN: use-after-free Read in incfs_free_mount_info
* Struck through repros no longer work on HEAD.