Date | Name | Commit | Repro | Result |
---|---|---|---|---|
2024/05/15 | upstream (ToT) | 1b294a1f3561 | C | [report] KASAN: slab-use-after-free Read in jfs_syncpt |
syzbot |
sign-in | mailing list | source | docs |
Date | Name | Commit | Repro | Result |
---|---|---|---|---|
2024/05/15 | upstream (ToT) | 1b294a1f3561 | C | [report] KASAN: slab-use-after-free Read in jfs_syncpt |
Kernel | Title | Repro | Cause bisect | Fix bisect | Count | Last | Reported | Patched | Status |
---|---|---|---|---|---|---|---|---|---|
linux-5.15 | KASAN: use-after-free Read in jfs_syncpt origin:upstream | C | 74 | 1d06h | 361d | 0/3 | upstream: reported C repro on 2024/02/13 19:07 | ||
upstream | KASAN: slab-use-after-free Read in jfs_syncpt jfs | C | inconclusive | 740 | 23h09m | 367d | 0/28 | upstream: reported C repro on 2024/02/07 09:29 |
================================================================== BUG: KASAN: use-after-free in __mutex_waiter_is_first kernel/locking/mutex.c:197 [inline] BUG: KASAN: use-after-free in __mutex_lock_common+0xbec/0x21a0 kernel/locking/mutex.c:681 Read of size 8 at addr ffff0000d84b8108 by task jfsCommit/93 CPU: 0 PID: 93 Comm: jfsCommit Not tainted 6.1.124-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024 Call trace: dump_backtrace+0x1c8/0x1f4 arch/arm64/kernel/stacktrace.c:158 show_stack+0x2c/0x3c arch/arm64/kernel/stacktrace.c:165 __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0x108/0x170 lib/dump_stack.c:106 print_address_description mm/kasan/report.c:316 [inline] print_report+0x174/0x4c0 mm/kasan/report.c:427 kasan_report+0xd4/0x130 mm/kasan/report.c:531 __asan_report_load8_noabort+0x2c/0x38 mm/kasan/report_generic.c:351 __mutex_waiter_is_first kernel/locking/mutex.c:197 [inline] __mutex_lock_common+0xbec/0x21a0 kernel/locking/mutex.c:681 __mutex_lock kernel/locking/mutex.c:747 [inline] mutex_lock_nested+0x38/0x44 kernel/locking/mutex.c:799 jfs_syncpt+0x30/0x98 fs/jfs/jfs_logmgr.c:1039 txEnd+0x2ec/0x558 fs/jfs/jfs_txnmgr.c:549 txLazyCommit fs/jfs/jfs_txnmgr.c:2684 [inline] jfs_lazycommit+0x4c4/0x988 fs/jfs/jfs_txnmgr.c:2732 kthread+0x250/0x2d8 kernel/kthread.c:376 ret_from_fork+0x10/0x20 arch/arm64/kernel/entry.S:864 Allocated by task 4443: kasan_save_stack mm/kasan/common.c:45 [inline] kasan_set_track+0x4c/0x80 mm/kasan/common.c:52 kasan_save_alloc_info+0x24/0x30 mm/kasan/generic.c:505 ____kasan_kmalloc mm/kasan/common.c:374 [inline] __kasan_kmalloc+0xac/0xc4 mm/kasan/common.c:383 kasan_kmalloc include/linux/kasan.h:211 [inline] kmalloc_trace+0x7c/0x94 mm/slab_common.c:1031 kmalloc include/linux/slab.h:563 [inline] kzalloc include/linux/slab.h:699 [inline] open_inline_log fs/jfs/jfs_logmgr.c:1159 [inline] lmLogOpen+0x290/0xdb0 fs/jfs/jfs_logmgr.c:1069 jfs_mount_rw+0xe4/0x57c fs/jfs/jfs_mount.c:253 jfs_fill_super+0x4f0/0x9f0 fs/jfs/super.c:565 mount_bdev+0x274/0x370 fs/super.c:1443 jfs_do_mount+0x44/0x58 fs/jfs/super.c:670 legacy_get_tree+0xd4/0x16c fs/fs_context.c:632 vfs_get_tree+0x90/0x274 fs/super.c:1573 do_new_mount+0x278/0x8fc fs/namespace.c:3056 path_mount+0x590/0xe5c fs/namespace.c:3386 do_mount fs/namespace.c:3399 [inline] __do_sys_mount fs/namespace.c:3607 [inline] __se_sys_mount fs/namespace.c:3584 [inline] __arm64_sys_mount+0x45c/0x594 fs/namespace.c:3584 __invoke_syscall arch/arm64/kernel/syscall.c:38 [inline] invoke_syscall+0x98/0x2bc arch/arm64/kernel/syscall.c:52 el0_svc_common+0x138/0x258 arch/arm64/kernel/syscall.c:140 do_el0_svc+0x58/0x13c arch/arm64/kernel/syscall.c:204 el0_svc+0x58/0x168 arch/arm64/kernel/entry-common.c:637 el0t_64_sync_handler+0x84/0xf0 arch/arm64/kernel/entry-common.c:655 el0t_64_sync+0x18c/0x190 arch/arm64/kernel/entry.S:585 Freed by task 4290: kasan_save_stack mm/kasan/common.c:45 [inline] kasan_set_track+0x4c/0x80 mm/kasan/common.c:52 kasan_save_free_info+0x38/0x5c mm/kasan/generic.c:516 ____kasan_slab_free+0x144/0x1c0 mm/kasan/common.c:236 __kasan_slab_free+0x18/0x28 mm/kasan/common.c:244 kasan_slab_free include/linux/kasan.h:177 [inline] slab_free_hook mm/slub.c:1724 [inline] slab_free_freelist_hook mm/slub.c:1750 [inline] slab_free mm/slub.c:3661 [inline] __kmem_cache_free+0x2c0/0x4b4 mm/slub.c:3674 kfree+0xcc/0x1b8 mm/slab_common.c:988 lmLogClose+0x270/0x4d8 jfs_umount+0x24c/0x338 fs/jfs/jfs_umount.c:116 jfs_put_super+0x90/0x188 fs/jfs/super.c:194 generic_shutdown_super+0x130/0x328 fs/super.c:501 kill_block_super+0x70/0xdc fs/super.c:1470 deactivate_locked_super+0xac/0x124 fs/super.c:332 deactivate_super+0xf0/0x110 fs/super.c:363 cleanup_mnt+0x394/0x41c fs/namespace.c:1186 __cleanup_mnt+0x20/0x30 fs/namespace.c:1193 task_work_run+0x240/0x2f0 kernel/task_work.c:203 resume_user_mode_work include/linux/resume_user_mode.h:49 [inline] do_notify_resume+0x2080/0x2cb8 arch/arm64/kernel/signal.c:1132 prepare_exit_to_user_mode arch/arm64/kernel/entry-common.c:137 [inline] exit_to_user_mode arch/arm64/kernel/entry-common.c:142 [inline] el0_svc+0x9c/0x168 arch/arm64/kernel/entry-common.c:638 el0t_64_sync_handler+0x84/0xf0 arch/arm64/kernel/entry-common.c:655 el0t_64_sync+0x18c/0x190 arch/arm64/kernel/entry.S:585 The buggy address belongs to the object at ffff0000d84b8000 which belongs to the cache kmalloc-1k of size 1024 The buggy address is located 264 bytes inside of 1024-byte region [ffff0000d84b8000, ffff0000d84b8400) The buggy address belongs to the physical page: page:0000000039485dd1 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x1184b8 head:0000000039485dd1 order:3 compound_mapcount:0 compound_pincount:0 flags: 0x5ffc00000010200(slab|head|node=0|zone=2|lastcpupid=0x7ff) raw: 05ffc00000010200 fffffc00037b5800 dead000000000002 ffff0000c0002780 raw: 0000000000000000 0000000080100010 00000001ffffffff 0000000000000000 page dumped because: kasan: bad access detected Memory state around the buggy address: ffff0000d84b8000: fa fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ffff0000d84b8080: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb >ffff0000d84b8100: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ^ ffff0000d84b8180: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ffff0000d84b8200: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb ================================================================== Unable to handle kernel paging request at virtual address dfff800000000006 KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037] Mem abort info: ESR = 0x0000000096000006 EC = 0x25: DABT (current EL), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 FSC = 0x06: level 2 translation fault Data abort info: ISV = 0, ISS = 0x00000006 CM = 0, WnR = 0 [dfff800000000006] address between user and kernel address ranges Internal error: Oops: 0000000096000006 [#1] PREEMPT SMP Modules linked in: CPU: 0 PID: 93 Comm: jfsCommit Tainted: G B 6.1.124-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024 pstate: 00400005 (nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--) pc : write_special_inodes fs/jfs/jfs_logmgr.c:207 [inline] pc : lmLogSync+0xec/0x978 fs/jfs/jfs_logmgr.c:935 lr : write_special_inodes fs/jfs/jfs_logmgr.c:207 [inline] lr : lmLogSync+0xe0/0x978 fs/jfs/jfs_logmgr.c:935 sp : ffff80001ef87b20 x29: ffff80001ef87bf0 x28: ffff80001ddd9000 x27: dfff800000000000 x26: dfff800000000000 x25: ffff80001ef87b40 x24: 1ffff00002c0753c x23: 0000000000000002 x22: 0000000000000006 x21: 0000000000000030 x20: ffff0000d12ff6c8 x19: ffff0000d84b8000 x18: 1fffe0003679bf76 x17: ffff800015a8d000 x16: ffff80001227cd80 x15: ffff0001b3cdfbbc x14: ffff0001b3cdfbb8 x13: 1fffe0003679bf76 x12: ffff700003df0f70 x11: 0000000000ff0100 x10: 0000000000000000 x9 : ffff80001cca99d0 x8 : 0000000000000006 x7 : 0000000000000000 x6 : ffff800008278b14 x5 : 0000000000000000 x4 : 0000000000000004 x3 : ffff800009a54edc x2 : 0000000000000000 x1 : 0000000000000008 x0 : 0000000000000000 Call trace: write_special_inodes fs/jfs/jfs_logmgr.c:207 [inline] lmLogSync+0xec/0x978 fs/jfs/jfs_logmgr.c:935 jfs_syncpt+0x74/0x98 fs/jfs/jfs_logmgr.c:1041 txEnd+0x2ec/0x558 fs/jfs/jfs_txnmgr.c:549 txLazyCommit fs/jfs/jfs_txnmgr.c:2684 [inline] jfs_lazycommit+0x4c4/0x988 fs/jfs/jfs_txnmgr.c:2732 kthread+0x250/0x2d8 kernel/kthread.c:376 ret_from_fork+0x10/0x20 arch/arm64/kernel/entry.S:864 Code: 97bc85e0 f94002a8 9100c115 d343fea8 (387b6908) ---[ end trace 0000000000000000 ]--- ---------------- Code disassembly (best guess): 0: 97bc85e0 bl 0xfffffffffef21780 4: f94002a8 ldr x8, [x21] 8: 9100c115 add x21, x8, #0x30 c: d343fea8 lsr x8, x21, #3 * 10: 387b6908 ldrb w8, [x8, x27] <-- trapping instruction
Time | Kernel | Commit | Syzkaller | Config | Log | Report | Syz repro | C repro | VM info | Assets (help?) | Manager | Title |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2025/01/13 08:15 | linux-6.1.y | c63962be84ef | 6dbc6a9b | .config | console log | report | syz / log | C | [disk image] [vmlinux] [kernel image] [mounted in repro] | ci2-linux-6-1-kasan-arm64 | KASAN: use-after-free Read in jfs_syncpt | |
2024/05/15 04:14 | linux-6.1.y | 909ba1f1b414 | fdb4c10c | .config | console log | report | syz | C | [disk image] [vmlinux] [kernel image] [mounted in repro] | ci2-linux-6-1-kasan-arm64 | KASAN: use-after-free Read in jfs_syncpt | |
2025/01/29 14:47 | linux-6.1.y | 75cefdf153f5 | 136953f1 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2025/01/26 14:04 | linux-6.1.y | 75cefdf153f5 | 9fbd772e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2025/01/15 19:25 | linux-6.1.y | c63962be84ef | 968edaf4 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2025/01/13 11:55 | linux-6.1.y | c63962be84ef | 249ceea9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2025/01/08 20:36 | linux-6.1.y | 7dc732d24ff7 | f3558dbf | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/12/22 03:28 | linux-6.1.y | 29f02ec58a94 | d7f584ee | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/11/27 19:14 | linux-6.1.y | e4d90d63d385 | 5df23865 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/11/27 12:01 | linux-6.1.y | e4d90d63d385 | 52b38cc1 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/11/08 04:21 | linux-6.1.y | 7c15117f9468 | 179b040e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/10/17 18:19 | linux-6.1.y | 54d90d17e8ce | 666f77ed | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/10/16 18:36 | linux-6.1.y | aa4cd140bba5 | 666f77ed | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/10/16 10:10 | linux-6.1.y | aa4cd140bba5 | bde2d81c | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/09/28 12:02 | linux-6.1.y | e526b12bf916 | ba29ff75 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/09/25 21:26 | linux-6.1.y | e526b12bf916 | 0d19f247 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/09/14 10:48 | linux-6.1.y | 5f55cad62cc9 | c7e35043 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/09/08 07:17 | linux-6.1.y | 5ca5b389fddf | 9750182a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/09/06 18:28 | linux-6.1.y | 699506173494 | 9750182a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/09/04 07:44 | linux-6.1.y | 311d8503ef9f | 9d47f20a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/08/30 06:54 | linux-6.1.y | 311d8503ef9f | ee2602b8 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/08/26 14:26 | linux-6.1.y | ee5e09825b81 | 9aee4e0b | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/08/26 02:18 | linux-6.1.y | ee5e09825b81 | d7d32352 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/08/25 09:17 | linux-6.1.y | ee5e09825b81 | d7d32352 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/08/13 05:01 | linux-6.1.y | 36790ef5e00b | 7b0f4b46 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/08/09 02:09 | linux-6.1.y | 48d525b0e463 | 61405512 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/08/08 12:31 | linux-6.1.y | 48d525b0e463 | de12cf65 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/08/07 22:10 | linux-6.1.y | 48d525b0e463 | 109d2082 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/08/03 10:07 | linux-6.1.y | 48d525b0e463 | 1786a2a8 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/07/31 05:03 | linux-6.1.y | c1cec4dad96b | 6fde257d | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/07/18 16:16 | linux-6.1.y | 9b3f9a5b12dc | 71884c12 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/07/02 14:58 | linux-6.1.y | 99e6a620de00 | 07f0a0a0 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/06/26 16:44 | linux-6.1.y | eb44d83053d6 | c6d33a01 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/06/22 17:56 | linux-6.1.y | eb44d83053d6 | edc5149a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/06/22 17:52 | linux-6.1.y | eb44d83053d6 | edc5149a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/06/13 19:56 | linux-6.1.y | ae9f2a70d69e | a9616ff5 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/06/11 19:11 | linux-6.1.y | 88690811da69 | 4d75f4f7 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/06/08 13:09 | linux-6.1.y | 88690811da69 | 82c05ab8 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/05/26 00:19 | linux-6.1.y | 88690811da69 | a10a183e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/05/24 10:33 | linux-6.1.y | 4078fa637fcd | 8f98448e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/05/18 21:41 | linux-6.1.y | 4078fa637fcd | c0f1611a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/05/17 17:33 | linux-6.1.y | 4078fa637fcd | a12e99e7 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2024/04/12 18:15 | linux-6.1.y | bf1e3b1cb1e0 | c8349e48 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan | KASAN: use-after-free Read in jfs_syncpt | ||
2025/02/08 20:27 | linux-6.1.y | 0cbb5f65e52f | ef44b750 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan-arm64 | KASAN: use-after-free Read in jfs_syncpt | ||
2024/11/27 22:03 | linux-6.1.y | e4d90d63d385 | 5df23865 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan-arm64 | KASAN: use-after-free Read in jfs_syncpt | ||
2024/11/24 17:47 | linux-6.1.y | e4d90d63d385 | 68da6d95 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan-arm64 | KASAN: use-after-free Read in jfs_syncpt | ||
2024/11/10 05:42 | linux-6.1.y | d7039b844a1c | 6b856513 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan-arm64 | KASAN: use-after-free Read in jfs_syncpt | ||
2024/10/01 10:00 | linux-6.1.y | aa4cd140bba5 | bbd4e0a4 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan-arm64 | KASAN: use-after-free Read in jfs_syncpt | ||
2024/05/21 23:24 | linux-6.1.y | 4078fa637fcd | 1014eca7 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-linux-6-1-kasan-arm64 | KASAN: use-after-free Read in jfs_syncpt |