KASAN: use-after-free Read in ext4_find_extent

Status: upstream: reported C repro on 2022/12/26 07:59
Subsystems: ext4
[Documentation on labels]
Reported-by: syzbot+212b805f83aa4e82c10a@syzkaller.appspotmail.com
First crash: 1339d, last: 1d23h
Cause bisection: failed (error log, bisect log)
  
Fix bisection the fix commit could be any of (bisect log):
  003c389455eb Merge 5.10.160 into android12-5.10-lts
  bf760358eac3 Merge branch 'android12-5.10' into android12-5.10-lts
  
Similar bugs (12)
Kernel Title Rank 🛈 Repro Cause bisect Fix bisect Count Last Reported Patched Status
android-54 KASAN: use-after-free Read in ext4_find_extent 19 syz, C 2 438d 536d 0/2 upstream: reported C repro on 2025/02/13 21:05
android-6-1 KASAN: use-after-free Read in ext4_find_extent missing-backport 19 syz, C error done 3 646d 1143d 0/2 auto-obsoleted due to no activity on 2025/02/04 04:57
linux-5.15 KASAN: use-after-free Read in ext4_find_extent origin:lts-only 19 syz, C inconclusive 7 34d 1112d 0/3 upstream: reported C repro on 2023/07/19 14:49
linux-6.6 KASAN: use-after-free Read in ext4_find_extent 19 syz, C error 8 221d 221d 0/2 auto-obsoleted due to no activity on 2026/04/15 02:12
upstream KASAN: use-after-free Read in ext4_find_extent ext4 19 2 1749d 1810d 0/29 auto-closed as invalid on 2022/02/17 05:19
android-6-1 KASAN: use-after-free Read in ext4_find_extent (2) origin:lts 19 syz, C 35 22d 430d 0/2 upstream: reported C repro on 2025/05/31 08:45
linux-6.1 KASAN: use-after-free Read in ext4_find_extent origin:upstream missing-backport 19 syz, C done 69 130d 1050d 0/3 upstream: reported C repro on 2023/09/19 00:11
android-5-15 KASAN: use-after-free Read in ext4_find_extent ext4 origin:lts 19 syz, C error 142 1d13h 1317d 0/2 upstream: reported C repro on 2022/12/26 07:59
upstream KASAN: use-after-free Read in ext4_find_extent (2) ext4 19 syz, C error 2 1187d 1312d 22/29 fixed on 2023/06/08 14:41
upstream KASAN: use-after-free Read in ext4_find_extent (4) prio:high ext4 19 syz, C done error 307 128d 581d 0/29 auto-obsoleted due to no activity on 2026/06/22 22:43
upstream KASAN: use-after-free Read in ext4_find_extent (3) prio:low ext4 19 syz, C error done 31 952d 1134d 25/29 fixed on 2024/01/30 23:26
android-54 KASAN: slab-out-of-bounds Read in ext4_find_extent ext4 17 syz, C 1 1131d 1317d 0/2 auto-obsoleted due to no activity on 2023/10/08 03:20
Last patch testing requests (10)
Created Duration User Patch Repo Result
2026/08/02 18:00 26m retest repro android13-5.10-lts report log
2026/08/02 18:00 17m retest repro android13-5.10-lts report log
2026/08/02 18:00 23m retest repro android13-5.10-lts OK log
2026/08/02 18:00 33m retest repro android13-5.10-lts OK log
2026/08/02 18:00 19m retest repro android13-5.10-lts report log
2026/07/05 09:17 12m retest repro android13-5.10-lts log
2026/07/05 09:17 11m retest repro android13-5.10-lts log
2026/07/05 09:17 11m retest repro android13-5.10-lts log
2026/07/05 09:17 14m retest repro android13-5.10-lts log
2026/07/05 09:17 17m retest repro android13-5.10-lts log

Sample crash report:
==================================================================
BUG: KASAN: use-after-free in ext4_ext_binsearch fs/ext4/extents.c:826 [inline]
BUG: KASAN: use-after-free in ext4_find_extent+0xbeb/0xe20 fs/ext4/extents.c:945
Read of size 4 at addr ffff88812bc96f50 by task kworker/u4:3/297

CPU: 1 PID: 297 Comm: kworker/u4:3 Not tainted syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/25/2025
Workqueue: writeback wb_workfn (flush-7:2)
Call Trace:
 __dump_stack+0x21/0x24 lib/dump_stack.c:77
 dump_stack_lvl+0x1a7/0x208 lib/dump_stack.c:118
 print_address_description+0x7f/0x2c0 mm/kasan/report.c:248
 __kasan_report mm/kasan/report.c:435 [inline]
 kasan_report+0xe2/0x130 mm/kasan/report.c:452
 __asan_report_load4_noabort+0x14/0x20 mm/kasan/report_generic.c:308
 ext4_ext_binsearch fs/ext4/extents.c:826 [inline]
 ext4_find_extent+0xbeb/0xe20 fs/ext4/extents.c:945
 ext4_ext_map_blocks+0x20b/0x5dd0 fs/ext4/extents.c:4160
 ext4_map_blocks+0x985/0x1bd0 fs/ext4/inode.c:674
 mpage_map_one_extent fs/ext4/inode.c:2452 [inline]
 mpage_map_and_submit_extent fs/ext4/inode.c:2505 [inline]
 ext4_writepages+0x136a/0x2eb0 fs/ext4/inode.c:2873
 do_writepages+0x128/0x280 mm/page-writeback.c:2380
 __writeback_single_inode+0xd5/0xa20 fs/fs-writeback.c:1470
 writeback_sb_inodes+0x8ca/0x1480 fs/fs-writeback.c:1733
 wb_writeback+0x403/0xbe0 fs/fs-writeback.c:1908
 wb_do_writeback fs/fs-writeback.c:2053 [inline]
 wb_workfn+0x3ac/0xf30 fs/fs-writeback.c:2094
 process_one_work+0x6e1/0xba0 kernel/workqueue.c:2301
 worker_thread+0xa6a/0x13c0 kernel/workqueue.c:2447
 kthread+0x346/0x3d0 kernel/kthread.c:313
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298

The buggy address belongs to the page:
page:ffffea0004af2580 refcount:0 mapcount:0 mapping:0000000000000000 index:0x1 pfn:0x12bc96
flags: 0x4000000000000000()
raw: 4000000000000000 ffffea0004af25c8 ffffea0004af2548 0000000000000000
raw: 0000000000000001 0000000000000000 00000000ffffffff 0000000000000000
page dumped because: kasan: bad access detected
page_owner tracks the page as freed
page last allocated via order 0, migratetype Movable, gfp_mask 0x101cca(GFP_HIGHUSER_MOVABLE|__GFP_WRITE), pid 354, ts 28001022734, free_ts 28084250954
 set_page_owner include/linux/page_owner.h:35 [inline]
 post_alloc_hook mm/page_alloc.c:2456 [inline]
 prep_new_page+0x179/0x180 mm/page_alloc.c:2462
 get_page_from_freelist+0x223b/0x23d0 mm/page_alloc.c:4254
 __alloc_pages_nodemask+0x290/0x620 mm/page_alloc.c:5370
 __alloc_pages include/linux/gfp.h:544 [inline]
 __alloc_pages_node include/linux/gfp.h:557 [inline]
 alloc_pages_node include/linux/gfp.h:571 [inline]
 alloc_pages include/linux/gfp.h:590 [inline]
 __page_cache_alloc include/linux/pagemap.h:290 [inline]
 pagecache_get_page+0x63e/0x930 mm/filemap.c:1848
 grab_cache_page_write_begin+0x59/0xb0 mm/filemap.c:3459
 ext4_write_begin+0x2a8/0x1690 fs/ext4/inode.c:1208
 ext4_da_write_begin+0x478/0xf10 fs/ext4/inode.c:3033
 generic_perform_write+0x2ce/0x540 mm/filemap.c:3509
 ext4_buffered_write_iter+0x4b8/0x640 fs/ext4/file.c:271
 ext4_file_write_iter+0x53f/0x1980 fs/ext4/file.c:-1
 call_write_iter include/linux/fs.h:2066 [inline]
 new_sync_write fs/read_write.c:518 [inline]
 vfs_write+0x758/0xdc0 fs/read_write.c:605
 ksys_write+0x149/0x250 fs/read_write.c:658
 __do_sys_write fs/read_write.c:670 [inline]
 __se_sys_write fs/read_write.c:667 [inline]
 __x64_sys_write+0x7b/0x90 fs/read_write.c:667
 do_syscall_64+0x31/0x40 arch/x86/entry/common.c:46
 entry_SYSCALL_64_after_hwframe+0x61/0xcb
page last free stack trace:
 reset_page_owner include/linux/page_owner.h:28 [inline]
 free_pages_prepare mm/page_alloc.c:1349 [inline]
 free_pcp_prepare mm/page_alloc.c:1421 [inline]
 free_unref_page_prepare+0x2b7/0x2d0 mm/page_alloc.c:3336
 free_unref_page_list+0x129/0x9c0 mm/page_alloc.c:3443
 release_pages+0xe52/0xea0 mm/swap.c:1103
 __pagevec_release+0x71/0xe0 mm/swap.c:1123
 pagevec_release include/linux/pagevec.h:88 [inline]
 truncate_inode_pages_range+0x819/0x16d0 mm/truncate.c:367
 truncate_inode_pages mm/truncate.c:473 [inline]
 truncate_inode_pages_final+0xc0/0xd0 mm/truncate.c:524
 ext4_evict_inode+0x640/0x1770 fs/ext4/inode.c:214
 evict+0x4ae/0x930 fs/inode.c:612
 dispose_list fs/inode.c:647 [inline]
 evict_inodes+0x5dc/0x650 fs/inode.c:701
 generic_shutdown_super+0x96/0x320 fs/super.c:454
 kill_block_super+0x7f/0xf0 fs/super.c:1469
 deactivate_locked_super+0xa0/0x100 fs/super.c:335
 deactivate_super+0xaf/0xe0 fs/super.c:366
 cleanup_mnt+0x45b/0x510 fs/namespace.c:1123
 __cleanup_mnt+0x19/0x20 fs/namespace.c:1130
 task_work_run+0x127/0x190 kernel/task_work.c:189

Memory state around the buggy address:
 ffff88812bc96e00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
 ffff88812bc96e80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
>ffff88812bc96f00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
                                                 ^
 ffff88812bc96f80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
 ffff88812bc97000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
==================================================================
EXT4-fs error (device loop2): __ext4_get_inode_loc:4444: comm kworker/u4:3: Invalid inode table block 18310078930516251043 in block_group 0
EXT4-fs error (device loop2): __ext4_get_inode_loc:4444: comm kworker/u4:3: Invalid inode table block 16651951035986877644 in block_group 0

Crashes (141):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2026/02/03 05:56 android13-5.10-lts 186f761c519d d78927dd .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/02 22:31 android13-5.10-lts 186f761c519d d78927dd .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/02 20:02 android13-5.10-lts 186f761c519d 018ebef2 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/01/25 17:21 android13-5.10-lts 5601baec60aa 40acda8a .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/08/23 00:30 android13-5.10-lts 1154f779f3f3 bf27483f .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/08/22 23:51 android13-5.10-lts 1154f779f3f3 bf27483f .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/08/22 22:52 android13-5.10-lts 1154f779f3f3 bf27483f .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/07/11 06:10 android13-5.10-lts 59e9a7228857 3cda49cf .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/07/06 08:53 android13-5.10-lts 59e9a7228857 4f67c4ae .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/06/04 13:09 android13-5.10-lts cf6ed0f1511d e565f08d .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/05/28 19:07 android13-5.10-lts cf6ed0f1511d 3d2f584d .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/04/18 21:12 android13-5.10-lts ba8b8b193394 2a20f901 .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/02/10 01:47 android13-5.10-lts 6686f2996d23 ef44b750 .config strace log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2023/04/01 05:47 android12-5.10-lts 416c4356f372 f325deb0 .config strace log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2023/03/19 01:42 android12-5.10-lts 416c4356f372 7939252e .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2025/03/15 07:32 android13-5.10-lts fc9aa81462ee e2826670 .config console log report syz / log [disk image] [vmlinux] [kernel image] [mounted in repro (clean fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2022/12/21 09:05 android12-5.10-lts 003c389455eb d3e76707 .config strace log report syz [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2022/12/12 16:05 android12-5.10-lts f3226d86f8ce 67be1ae7 .config strace log report syz [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2022/12/04 17:23 android12-5.10-lts 25af5a11f1da e080de16 .config strace log report syz [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2022/12/26 07:48 android12-5.10-lts 003c389455eb 9da18ae8 .config strace log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/07/19 09:18 android13-5.10-lts 50b3a256e550 72524a66 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/07/19 09:17 android13-5.10-lts 50b3a256e550 72524a66 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/07/16 11:47 android13-5.10-lts 50b3a256e550 27a8bd60 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/07/05 12:45 android13-5.10-lts 1bb06dbd8c78 fcece630 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/06/15 04:10 android13-5.10-lts d11359bcf2ac 1d2f3589 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/06/01 16:24 android13-5.10-lts 4a079a5d30eb 8d8eeb3a .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/05/31 00:15 android13-5.10-lts 4a079a5d30eb 6b4a8443 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/05/30 15:07 android13-5.10-lts 4a079a5d30eb 6b4a8443 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/05/25 17:37 android13-5.10-lts f5a34916f66d c69befb3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/05/25 11:32 android13-5.10-lts f5a34916f66d c69befb3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/05/06 08:28 android13-5.10-lts b06f61e488ca 26da2c66 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/05/04 01:44 android13-5.10-lts 7ae299a5827a a0d91488 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/05/03 04:09 android13-5.10-lts 7ae299a5827a a0d91488 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/05/01 20:54 android13-5.10-lts 7ae299a5827a 753c55b9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/04/27 10:58 android13-5.10-lts d8c55bf860fd 0f700595 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/04/26 16:20 android13-5.10-lts d8c55bf860fd 9c2d0995 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/04/17 11:52 android13-5.10-lts cc0ae2abdc73 de0a551d .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/04/07 07:34 android13-5.10-lts cc0ae2abdc73 4440e7c2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/04/06 15:47 android13-5.10-lts cc0ae2abdc73 4440e7c2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/04/06 13:39 android13-5.10-lts cc0ae2abdc73 4440e7c2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/04/06 11:30 android13-5.10-lts cc0ae2abdc73 4440e7c2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/04/06 07:47 android13-5.10-lts cc0ae2abdc73 4440e7c2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/04/01 09:29 android13-5.10-lts cc0ae2abdc73 fb8b2c26 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/03/31 18:30 android13-5.10-lts cc0ae2abdc73 aeea1c72 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/03/30 06:10 android13-5.10-lts cc0ae2abdc73 b5ceaad2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/03/30 04:55 android13-5.10-lts cc0ae2abdc73 b5ceaad2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/03/22 16:15 android13-5.10-lts 9136079e403a 5b92003d .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/03/17 18:49 android13-5.10-lts 9136079e403a c01bca74 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/03/17 02:12 android13-5.10-lts 9136079e403a 0737c18f .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/03/04 10:58 android13-5.10-lts dad37bbb13a8 4180d919 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/25 16:33 android13-5.10-lts e8b14e1cefe8 94a9671e .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/23 21:42 android13-5.10-lts e8b14e1cefe8 6beca497 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/23 17:19 android13-5.10-lts e8b14e1cefe8 6beca497 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/22 21:19 android13-5.10-lts e8b14e1cefe8 6e7b5511 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/21 03:23 android13-5.10-lts e8b14e1cefe8 6e7b5511 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/16 05:12 android13-5.10-lts e8b14e1cefe8 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/15 21:29 android13-5.10-lts e8b14e1cefe8 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/02/13 12:31 android13-5.10-lts e8b14e1cefe8 6a673c50 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro (corrupt fs)] ci2-android-5-10 KASAN: use-after-free Read in ext4_find_extent
2026/05/28 02:14 android13-5.10-lts 4a079a5d30eb 4c36e7e5 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: slab-out-of-bounds Read in ext4_find_extent
2026/05/02 15:38 android13-5.10-lts 7ae299a5827a a0d91488 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: slab-out-of-bounds Read in ext4_find_extent
2026/04/23 16:21 android13-5.10-lts d8c55bf860fd 4c3406dc .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: slab-out-of-bounds Read in ext4_find_extent
2026/04/05 03:52 android13-5.10-lts cc0ae2abdc73 4440e7c2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: slab-out-of-bounds Read in ext4_find_extent
2026/04/03 06:20 android13-5.10-lts cc0ae2abdc73 4440e7c2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: slab-out-of-bounds Read in ext4_find_extent
2026/02/28 19:44 android13-5.10-lts dad37bbb13a8 43249bac .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: slab-out-of-bounds Read in ext4_find_extent
2026/02/27 08:51 android13-5.10-lts dad37bbb13a8 a2f13f71 .config console log report info [disk image] [vmlinux] [kernel image] ci2-android-5-10 KASAN: slab-out-of-bounds Read in ext4_find_extent
* Struck through repros no longer work on HEAD.