syzbot


KASAN: out-of-bounds Read in leaf_paste_in_buffer

Status: upstream: reported C repro on 2023/06/18 14:09
Bug presence: origin:upstream
Labels: missing-backport
[Documentation on labels]
Reported-by: syzbot+c9e4eb4010bb29c08c39@syzkaller.appspotmail.com
First crash: 551d, last: 8d08h
Fix bisection: failed (error log, bisect log)
  
Bug presence (3)
Date Name Commit Repro Result
2024/12/11 linux-5.15.y (ToT) 0a51d2d4527b C [report] KASAN: use-after-free Read in leaf_copy_items_entirely
2023/06/19 upstream (ToT) 45a3e24f65e9 C [report] KASAN: out-of-bounds Read in leaf_paste_in_buffer
2024/12/11 upstream (ToT) f92f4749861b C Didn't crash
Similar bugs (4)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
linux-4.14 KASAN: out-of-bounds Read in leaf_paste_in_buffer reiserfs C 6 657d 748d 0/1 upstream: reported C repro on 2022/12/03 21:39
linux-4.19 KASAN: out-of-bounds Read in leaf_paste_in_buffer reiserfs C 13 682d 755d 0/1 upstream: reported C repro on 2022/11/27 00:33
upstream KASAN: use-after-free Read in leaf_paste_in_buffer reiserfs C error done 310 325d 751d 0/28 auto-obsoleted due to no activity on 2024/04/09 15:59
linux-6.1 KASAN: use-after-free Read in leaf_paste_in_buffer origin:upstream missing-backport C done 111 1d12h 553d 0/3 upstream: reported C repro on 2023/06/16 18:50
Last patch testing requests (5)
Created Duration User Patch Repo Result
2024/10/23 00:30 12m retest repro linux-5.15.y report log
2024/10/23 00:30 10m retest repro linux-5.15.y report log
2024/10/23 00:30 13m retest repro linux-5.15.y report log
2024/10/23 00:30 13m retest repro linux-5.15.y report log
2024/10/23 00:30 12m retest repro linux-5.15.y report log

Sample crash report:
REISERFS (device loop0): checking transaction log (loop0)
REISERFS (device loop0): Using r5 hash to sort names
REISERFS (device loop0): using 3.5.x disk format
REISERFS (device loop0): Created .reiserfs_priv - reserved for xattr storage.
==================================================================
BUG: KASAN: out-of-bounds in leaf_paste_in_buffer+0x1b8/0xab0 fs/reiserfs/lbalance.c:1017
Read of size 18446744073709551233 at addr ffff888071d7c000 by task syz-executor276/3487

CPU: 0 PID: 3487 Comm: syz-executor276 Not tainted 5.15.127-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 07/26/2023
Call Trace:
 <TASK>
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0x1e3/0x2cb lib/dump_stack.c:106
 print_address_description+0x63/0x3b0 mm/kasan/report.c:248
 __kasan_report mm/kasan/report.c:434 [inline]
 kasan_report+0x16b/0x1c0 mm/kasan/report.c:451
 kasan_check_range+0x27e/0x290 mm/kasan/generic.c:189
 memmove+0x25/0x60 mm/kasan/shadow.c:54
 leaf_paste_in_buffer+0x1b8/0xab0 fs/reiserfs/lbalance.c:1017
 balance_leaf_new_nodes_paste_whole fs/reiserfs/do_balan.c:1171 [inline]
 balance_leaf_new_nodes_paste fs/reiserfs/do_balan.c:1215 [inline]
 balance_leaf_new_nodes fs/reiserfs/do_balan.c:1246 [inline]
 balance_leaf+0x667c/0x12510 fs/reiserfs/do_balan.c:1450
 do_balance+0x309/0x8f0 fs/reiserfs/do_balan.c:1888
 reiserfs_paste_into_item+0x73b/0x880 fs/reiserfs/stree.c:2159
 reiserfs_get_block+0x226a/0x5390 fs/reiserfs/inode.c:1077
 __block_write_begin_int+0x60b/0x1650 fs/buffer.c:2012
 reiserfs_write_begin+0x346/0x810 fs/reiserfs/inode.c:2790
 generic_cont_expand_simple+0x144/0x230 fs/buffer.c:2362
 reiserfs_setattr+0x3ff/0xf90 fs/reiserfs/inode.c:3319
 notify_change+0xd4d/0x1000 fs/attr.c:488
 do_truncate+0x21c/0x300 fs/open.c:65
 do_sys_ftruncate+0x2eb/0x390 fs/open.c:193
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x61/0xcb
RIP: 0033:0x7faceec21679
Code: 28 00 00 00 75 05 48 83 c4 28 c3 e8 61 17 00 00 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b8 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007ffd65fcc258 EFLAGS: 00000246 ORIG_RAX: 000000000000004d
RAX: ffffffffffffffda RBX: 00007ffd65fcc428 RCX: 00007faceec21679
RDX: 00007faceec21679 RSI: 0000000002007fff RDI: 0000000000000005
RBP: 00007faceec95610 R08: 00007ffd65fcc428 R09: 00007ffd65fcc428
R10: 00007ffd65fcc428 R11: 0000000000000246 R12: 0000000000000001
R13: 00007ffd65fcc418 R14: 0000000000000001 R15: 0000000000000001
 </TASK>

The buggy address belongs to the page:
page:ffffea0001c75f00 refcount:1 mapcount:1 mapping:0000000000000000 index:0x7f2dda967 pfn:0x71d7c
memcg:ffff888011e34000
anon flags: 0xfff00000080014(uptodate|lru|swapbacked|node=0|zone=1|lastcpupid=0x7ff)
raw: 00fff00000080014 ffffea0001c8e548 ffffea0001c75f48 ffff8880750f7bb1
raw: 00000007f2dda967 0000000000000000 0000000100000000 ffff888011e34000
page dumped because: kasan: bad access detected
page_owner tracks the page as allocated
page last allocated via order 0, migratetype Movable, gfp_mask 0x1100cca(GFP_HIGHUSER_MOVABLE), pid 3489, ts 43614841587, free_ts 11547083785
 prep_new_page mm/page_alloc.c:2426 [inline]
 get_page_from_freelist+0x322a/0x33c0 mm/page_alloc.c:4159
 __alloc_pages+0x272/0x700 mm/page_alloc.c:5421
 alloc_pages_vma+0x39a/0x800 mm/mempolicy.c:2146
 wp_page_copy+0x24e/0x2070 mm/memory.c:3026
 handle_pte_fault mm/memory.c:4639 [inline]
 __handle_mm_fault mm/memory.c:4756 [inline]
 handle_mm_fault+0x2a3d/0x5950 mm/memory.c:4854
 do_user_addr_fault arch/x86/mm/fault.c:1397 [inline]
 handle_page_fault arch/x86/mm/fault.c:1485 [inline]
 exc_page_fault+0x271/0x740 arch/x86/mm/fault.c:1541
 asm_exc_page_fault+0x22/0x30 arch/x86/include/asm/idtentry.h:568
 __put_user_nocheck_4+0x3/0x11
 schedule_tail+0x92/0xb0 kernel/sched/core.c:4966
 ret_from_fork+0x8/0x30 arch/x86/entry/entry_64.S:283
page last free stack trace:
 reset_page_owner include/linux/page_owner.h:24 [inline]
 free_pages_prepare mm/page_alloc.c:1340 [inline]
 free_pcp_prepare mm/page_alloc.c:1391 [inline]
 free_unref_page_prepare+0xc34/0xcf0 mm/page_alloc.c:3317
 free_unref_page+0x95/0x2d0 mm/page_alloc.c:3396
 free_contig_range+0x95/0xf0 mm/page_alloc.c:9340
 destroy_args+0xfe/0x97f mm/debug_vm_pgtable.c:1018
 debug_vm_pgtable+0x40d/0x462 mm/debug_vm_pgtable.c:1331
 do_one_initcall+0x22b/0x7a0 init/main.c:1295
 do_initcall_level+0x157/0x207 init/main.c:1368
 do_initcalls+0x49/0x86 init/main.c:1384
 kernel_init_freeable+0x43c/0x5c5 init/main.c:1608
 kernel_init+0x19/0x290 init/main.c:1499
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:298

Memory state around the buggy address:
 ffff888071d7bf00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 ffff888071d7bf80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>ffff888071d7c000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
                   ^
 ffff888071d7c080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 ffff888071d7c100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
==================================================================

Crashes (135):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2023/08/21 13:24 linux-5.15.y f6f7927ac664 d216d8a0 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: out-of-bounds Read in leaf_paste_in_buffer
2023/08/16 10:48 linux-5.15.y 24c4de4069cb 39990d51 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: out-of-bounds Read in leaf_paste_in_buffer
2023/08/06 08:07 linux-5.15.y 38d4ca22a528 4ffcc9ef .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: out-of-bounds Read in leaf_paste_in_buffer
2023/06/27 11:39 linux-5.15.y f67653019430 4cd5bb25 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: out-of-bounds Read in leaf_paste_in_buffer
2023/06/18 14:09 linux-5.15.y 471e639e59d1 f3921d4d .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: out-of-bounds Read in leaf_paste_in_buffer
2023/06/23 16:02 linux-5.15.y f67653019430 79782afc .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: out-of-bounds Read in leaf_paste_in_buffer
2024/07/21 15:53 linux-5.15.y 7c6d66f0266f b88348e9 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/07/21 13:48 linux-5.15.y 7c6d66f0266f b88348e9 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/05/07 07:42 linux-5.15.y 284087d4f7d5 fa7a5cf0 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/12/01 02:47 linux-5.15.y a78d278e01b1 f819d6f7 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2024/11/05 10:55 linux-5.15.y 72244eab0dad 509da429 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/05 09:52 linux-5.15.y 72244eab0dad 509da429 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/10/06 19:04 linux-5.15.y 3a5928702e71 d7906eff .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/10/06 17:34 linux-5.15.y 3a5928702e71 d7906eff .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/10/06 16:49 linux-5.15.y 3a5928702e71 d7906eff .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2023/06/21 10:55 linux-5.15.y 471e639e59d1 79782afc .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2023/08/06 13:28 linux-5.15.y 38d4ca22a528 4ffcc9ef .config console log report syz [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/12/09 18:03 linux-5.15.y 8a1d809b0545 28b24332 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: out-of-bounds Read in leaf_paste_in_buffer
2024/10/07 09:33 linux-5.15.y 3a5928702e71 d7906eff .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: out-of-bounds Read in leaf_paste_in_buffer
2024/12/03 07:06 linux-5.15.y 0a51d2d4527b 578925bc .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/12/03 04:49 linux-5.15.y 0a51d2d4527b 578925bc .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/12/02 15:12 linux-5.15.y 0a51d2d4527b b499ea68 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/12/01 15:31 linux-5.15.y 0a51d2d4527b 68914665 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/17 20:13 linux-5.15.y 0a51d2d4527b cfe3a04a .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/14 18:28 linux-5.15.y d98fd109f827 a8c99394 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/14 18:24 linux-5.15.y d98fd109f827 a8c99394 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/10/27 14:28 linux-5.15.y 74cdd62cb470 65e8686b .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/09/13 18:01 linux-5.15.y 3a5928702e71 b58f933c .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/08/26 03:38 linux-5.15.y fa93fa65db6e d7d32352 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/08/22 04:32 linux-5.15.y fa93fa65db6e ca02180f .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2024/08/21 11:34 linux-5.15.y fa93fa65db6e db5852f9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/08/19 12:02 linux-5.15.y fa93fa65db6e 9f0ab3fb .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/08/17 08:40 linux-5.15.y 7e89efd3ae1c dbc93b08 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/07/21 09:45 linux-5.15.y 7c6d66f0266f b88348e9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/05/12 22:58 linux-5.15.y 284087d4f7d5 9026e142 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2024/05/11 23:58 linux-5.15.y 284087d4f7d5 9026e142 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2024/05/08 12:17 linux-5.15.y 284087d4f7d5 4cf3f9b3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Write in leaf_paste_in_buffer
2024/05/07 06:23 linux-5.15.y 284087d4f7d5 fa7a5cf0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/12/17 11:06 linux-5.15.y d0fc081c6241 3222d10c .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/12/01 00:46 linux-5.15.y a78d278e01b1 f819d6f7 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/11/28 23:15 linux-5.15.y a78d278e01b1 1adfb6f6 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/11/22 14:03 linux-5.15.y 2a910f4af54d cb976f63 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/11/20 13:07 linux-5.15.y 2a910f4af54d cb976f63 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/11/17 18:14 linux-5.15.y 80529b4968a8 cb976f63 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/11/13 22:54 linux-5.15.y 80529b4968a8 cb976f63 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/11/12 14:17 linux-5.15.y 80529b4968a8 6d6dbf8a .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/11/12 14:06 linux-5.15.y 80529b4968a8 6d6dbf8a .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/11/12 14:06 linux-5.15.y 80529b4968a8 6d6dbf8a .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2024/12/13 03:32 linux-5.15.y 0a51d2d4527b 530e80f8 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2024/11/30 16:15 linux-5.15.y 0a51d2d4527b 68914665 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/12 03:48 linux-5.15.y 3c17fc483905 75bb1b32 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/10 23:24 linux-5.15.y 3c17fc483905 6b856513 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/09 16:13 linux-5.15.y 3c17fc483905 6b856513 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/07 16:40 linux-5.15.y 72244eab0dad 867e44df .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2024/11/06 19:58 linux-5.15.y 72244eab0dad df3dc63b .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2024/11/06 06:05 linux-5.15.y 72244eab0dad 3a465482 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2024/11/05 08:41 linux-5.15.y 72244eab0dad 509da429 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/05 08:33 linux-5.15.y 72244eab0dad 509da429 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/11/05 03:34 linux-5.15.y 72244eab0dad 509da429 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2024/10/08 01:13 linux-5.15.y 3a5928702e71 d7906eff .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/08/17 12:11 linux-5.15.y 7e89efd3ae1c dbc93b08 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Write in leaf_paste_in_buffer
2024/08/05 07:04 linux-5.15.y 7e89efd3ae1c 1786a2a8 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2024/05/13 00:47 linux-5.15.y 284087d4f7d5 9026e142 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2023/06/28 22:32 linux-5.15.y 4af60700a60c ca69c785 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan KASAN: use-after-free Read in leaf_paste_in_buffer
2023/08/20 08:51 linux-5.15.y f6f7927ac664 d216d8a0 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2023/07/04 13:57 linux-5.15.y 4af60700a60c f99c2404 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2023/06/30 05:49 linux-5.15.y 4af60700a60c 01298212 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2023/06/29 11:52 linux-5.15.y 4af60700a60c 134ddc02 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
2023/06/28 23:34 linux-5.15.y 4af60700a60c ca69c785 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-5-15-kasan-arm64 KASAN: use-after-free Read in leaf_paste_in_buffer
* Struck through repros no longer work on HEAD.