Date | Name | Commit | Repro | Result |
---|---|---|---|---|
2024/04/02 | lts (merge base) | 883d1a956208 | C | [report] KASAN: stack-out-of-bounds Read in hash |
2024/04/02 | upstream (ToT) | 026e680b0a08 | C | Didn't crash |
syzbot |
sign-in | mailing list | source | docs |
Date | Name | Commit | Repro | Result |
---|---|---|---|---|
2024/04/02 | lts (merge base) | 883d1a956208 | C | [report] KASAN: stack-out-of-bounds Read in hash |
2024/04/02 | upstream (ToT) | 026e680b0a08 | C | Didn't crash |
Kernel | Title | Repro | Cause bisect | Fix bisect | Count | Last | Reported | Patched | Status |
---|---|---|---|---|---|---|---|---|---|
upstream | KASAN: stack-out-of-bounds Read in hash bpf | C | done | 5 | 234d | 241d | 25/28 | fixed on 2024/05/23 00:16 | |
linux-6.1 | BUG: unable to handle kernel paging request in hash origin:lts-only | C | done | 2 | 244d | 245d | 0/3 | upstream: reported C repro on 2024/04/02 17:12 |
Created | Duration | User | Patch | Repo | Result |
---|---|---|---|---|---|
2024/08/05 13:02 | 18m | retest repro | android14-6.1 | OK log | |
2024/08/05 13:02 | 16m | retest repro | android14-6.1 | OK log | |
2024/08/05 13:02 | 1h05m | retest repro | android14-6.1 | OK log | |
2024/08/05 12:32 | 14m | retest repro | android14-6.1 | OK log | |
2024/08/05 12:32 | 13m | retest repro | android14-6.1 | OK log |
================================================================== BUG: KASAN: stack-out-of-bounds in __get_unaligned_cpu32 include/linux/unaligned/packed_struct.h:19 [inline] BUG: KASAN: stack-out-of-bounds in jhash include/linux/jhash.h:82 [inline] BUG: KASAN: stack-out-of-bounds in hash+0x465/0xc20 kernel/bpf/bloom_filter.c:39 Read of size 4 at addr ffffc90000da7b40 by task syz-executor149/302 CPU: 1 PID: 302 Comm: syz-executor149 Not tainted 6.1.84-syzkaller-00005-g96d66062d076 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 06/07/2024 Call Trace: <TASK> __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0x151/0x1b7 lib/dump_stack.c:106 print_address_description mm/kasan/report.c:316 [inline] print_report+0x158/0x4e0 mm/kasan/report.c:427 kasan_report+0x13c/0x170 mm/kasan/report.c:531 __asan_report_load_n_noabort+0xf/0x20 mm/kasan/report_generic.c:361 __get_unaligned_cpu32 include/linux/unaligned/packed_struct.h:19 [inline] jhash include/linux/jhash.h:82 [inline] hash+0x465/0xc20 kernel/bpf/bloom_filter.c:39 bloom_map_peek_elem+0xac/0x1a0 kernel/bpf/bloom_filter.c:51 bpf_prog_00798911c748094f+0x3a/0x3e bpf_dispatcher_nop_func include/linux/bpf.h:987 [inline] __bpf_prog_run include/linux/filter.h:603 [inline] bpf_prog_run include/linux/filter.h:610 [inline] bpf_prog_run_pin_on_cpu include/linux/filter.h:627 [inline] bpf_flow_dissect+0x128/0x3d0 net/core/flow_dissector.c:913 bpf_prog_test_run_flow_dissector+0x465/0x7e0 net/bpf/test_run.c:1481 bpf_prog_test_run+0x3b0/0x630 kernel/bpf/syscall.c:3650 __sys_bpf+0x59f/0x7f0 kernel/bpf/syscall.c:5005 __do_sys_bpf kernel/bpf/syscall.c:5091 [inline] __se_sys_bpf kernel/bpf/syscall.c:5089 [inline] __x64_sys_bpf+0x7c/0x90 kernel/bpf/syscall.c:5089 do_syscall_x64 arch/x86/entry/common.c:51 [inline] do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:81 entry_SYSCALL_64_after_hwframe+0x63/0xcd RIP: 0033:0x7fee0760b729 Code: 48 83 c4 28 c3 e8 37 17 00 00 0f 1f 80 00 00 00 00 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:00007ffd5044a3e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000141 RAX: ffffffffffffffda RBX: 00007ffd5044a5b8 RCX: 00007fee0760b729 RDX: 0000000000000050 RSI: 0000000020000180 RDI: 000000000000000a RBP: 00007fee0767e610 R08: 00007ffd5044a5b8 R09: 00007ffd5044a5b8 R10: 00007ffd5044a5b8 R11: 0000000000000246 R12: 0000000000000001 R13: 00007ffd5044a5a8 R14: 0000000000000001 R15: 0000000000000001 </TASK> The buggy address belongs to stack of task syz-executor149/302 and is located at offset 0 in frame: bpf_prog_test_run_flow_dissector+0x0/0x7e0 This frame has 5 objects: [32, 56) 't' [96, 128) 'ctx' [160, 216) 'flow_keys' [256, 260) 'duration' [272, 276) 'ret' The buggy address belongs to the virtual mapping at [ffffc90000da0000, ffffc90000da9000) created by: copy_process+0x5c3/0x3530 kernel/fork.c:2199 The buggy address belongs to the physical page: page:ffffea00048a8080 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x122a02 flags: 0x4000000000000000(zone=1) raw: 4000000000000000 0000000000000000 dead000000000122 0000000000000000 raw: 0000000000000000 0000000000000000 00000001ffffffff 0000000000000000 page dumped because: kasan: bad access detected page_owner tracks the page as allocated page last allocated via order 0, migratetype Unmovable, gfp_mask 0x2dc2(GFP_KERNEL|__GFP_HIGHMEM|__GFP_NOWARN|__GFP_ZERO), pid 299, tgid 299 (strace-static-x), ts 35719178446, free_ts 30149992526 set_page_owner include/linux/page_owner.h:33 [inline] post_alloc_hook+0x213/0x220 mm/page_alloc.c:2590 prep_new_page+0x1b/0x110 mm/page_alloc.c:2597 get_page_from_freelist+0x27ea/0x2870 mm/page_alloc.c:4425 __alloc_pages+0x3a1/0x780 mm/page_alloc.c:5714 __vmalloc_area_node mm/vmalloc.c:3062 [inline] __vmalloc_node_range+0x89b/0x1540 mm/vmalloc.c:3234 alloc_thread_stack_node kernel/fork.c:318 [inline] dup_task_struct+0x3d6/0x7d0 kernel/fork.c:1080 copy_process+0x5c3/0x3530 kernel/fork.c:2199 kernel_clone+0x229/0x890 kernel/fork.c:2786 __do_sys_clone kernel/fork.c:2929 [inline] __se_sys_clone kernel/fork.c:2913 [inline] __x64_sys_clone+0x231/0x280 kernel/fork.c:2913 do_syscall_x64 arch/x86/entry/common.c:51 [inline] do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:81 entry_SYSCALL_64_after_hwframe+0x63/0xcd page last free stack trace: reset_page_owner include/linux/page_owner.h:26 [inline] free_pages_prepare mm/page_alloc.c:1498 [inline] free_pcp_prepare mm/page_alloc.c:1572 [inline] free_unref_page_prepare+0x83d/0x850 mm/page_alloc.c:3498 free_unref_page+0xb2/0x5c0 mm/page_alloc.c:3594 __folio_put_small mm/swap.c:105 [inline] __folio_put+0xaa/0xe0 mm/swap.c:128 folio_put include/linux/mm.h:1422 [inline] put_page include/linux/mm.h:1474 [inline] anon_pipe_buf_release+0x187/0x200 fs/pipe.c:138 pipe_buf_release include/linux/pipe_fs_i.h:199 [inline] pipe_read+0x5a6/0x1040 fs/pipe.c:324 call_read_iter include/linux/fs.h:2268 [inline] new_sync_read fs/read_write.c:389 [inline] vfs_read+0x771/0xad0 fs/read_write.c:470 ksys_read+0x199/0x2c0 fs/read_write.c:613 __do_sys_read fs/read_write.c:623 [inline] __se_sys_read fs/read_write.c:621 [inline] __x64_sys_read+0x7b/0x90 fs/read_write.c:621 do_syscall_x64 arch/x86/entry/common.c:51 [inline] do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:81 entry_SYSCALL_64_after_hwframe+0x63/0xcd Memory state around the buggy address: ffffc90000da7a00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ffffc90000da7a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >ffffc90000da7b00: 00 00 00 00 00 00 00 00 f1 f1 f1 f1 00 00 00 f2 ^ ffffc90000da7b80: f2 f2 f2 f2 00 00 00 00 f2 f2 f2 f2 00 00 00 00 ffffc90000da7c00: 00 00 00 f2 f2 f2 f2 f2 04 f2 04 f3 00 00 00 00 ================================================================== BUG: unable to handle page fault for address: ffffc90000da8000 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) - not-present page PGD 100000067 P4D 100000067 PUD 100154067 PMD 11bdaf067 PTE 0 Oops: 0000 [#1] PREEMPT SMP KASAN CPU: 1 PID: 302 Comm: syz-executor149 Tainted: G B 6.1.84-syzkaller-00005-g96d66062d076 #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 06/07/2024 RIP: 0010:jhash include/linux/jhash.h:80 [inline] RIP: 0010:hash+0x2a4/0xc20 kernel/bpf/bloom_filter.c:39 Code: 00 00 00 fc ff df 0f b6 04 10 84 c0 0f 85 ff 00 00 00 4a 8d 7c 36 03 48 89 f8 48 c1 e8 03 0f b6 04 10 84 c0 0f 85 17 01 00 00 <46> 03 3c 36 4a 8d 7c 36 04 48 89 f8 48 c1 e8 03 0f b6 04 10 84 c0 RSP: 0018:ffffc90000da79a0 EFLAGS: 00010282 RAX: 0000000000000000 RBX: 000000009b78d7a8 RCX: ffffffff8191f0e5 RDX: dffffc0000000000 RSI: ffffc90000da7a60 RDI: ffffc90000da8003 RBP: ffffc90000da79e0 R08: 00000000fffffa53 R09: fffffbfff0f264fd R10: 0000000000000000 R11: dffffc0000000001 R12: 00000000e7fdcb3c R13: 00000000fffffa53 R14: 00000000000005a0 R15: 00000000b6042f86 FS: 0000555556283380(0000) GS:ffff8881f7100000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: ffffc90000da8000 CR3: 00000001229a6000 CR4: 00000000003506a0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: <TASK> bloom_map_peek_elem+0xac/0x1a0 kernel/bpf/bloom_filter.c:51 bpf_prog_00798911c748094f+0x3a/0x3e bpf_dispatcher_nop_func include/linux/bpf.h:987 [inline] __bpf_prog_run include/linux/filter.h:603 [inline] bpf_prog_run include/linux/filter.h:610 [inline] bpf_prog_run_pin_on_cpu include/linux/filter.h:627 [inline] bpf_flow_dissect+0x128/0x3d0 net/core/flow_dissector.c:913 bpf_prog_test_run_flow_dissector+0x465/0x7e0 net/bpf/test_run.c:1481 bpf_prog_test_run+0x3b0/0x630 kernel/bpf/syscall.c:3650 __sys_bpf+0x59f/0x7f0 kernel/bpf/syscall.c:5005 __do_sys_bpf kernel/bpf/syscall.c:5091 [inline] __se_sys_bpf kernel/bpf/syscall.c:5089 [inline] __x64_sys_bpf+0x7c/0x90 kernel/bpf/syscall.c:5089 do_syscall_x64 arch/x86/entry/common.c:51 [inline] do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:81 entry_SYSCALL_64_after_hwframe+0x63/0xcd RIP: 0033:0x7fee0760b729 Code: 48 83 c4 28 c3 e8 37 17 00 00 0f 1f 80 00 00 00 00 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:00007ffd5044a3e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000141 RAX: ffffffffffffffda RBX: 00007ffd5044a5b8 RCX: 00007fee0760b729 RDX: 0000000000000050 RSI: 0000000020000180 RDI: 000000000000000a RBP: 00007fee0767e610 R08: 00007ffd5044a5b8 R09: 00007ffd5044a5b8 R10: 00007ffd5044a5b8 R11: 0000000000000246 R12: 0000000000000001 R13: 00007ffd5044a5a8 R14: 0000000000000001 R15: 0000000000000001 </TASK> Modules linked in: CR2: ffffc90000da8000 ---[ end trace 0000000000000000 ]--- RIP: 0010:jhash include/linux/jhash.h:80 [inline] RIP: 0010:hash+0x2a4/0xc20 kernel/bpf/bloom_filter.c:39 Code: 00 00 00 fc ff df 0f b6 04 10 84 c0 0f 85 ff 00 00 00 4a 8d 7c 36 03 48 89 f8 48 c1 e8 03 0f b6 04 10 84 c0 0f 85 17 01 00 00 <46> 03 3c 36 4a 8d 7c 36 04 48 89 f8 48 c1 e8 03 0f b6 04 10 84 c0 RSP: 0018:ffffc90000da79a0 EFLAGS: 00010282 RAX: 0000000000000000 RBX: 000000009b78d7a8 RCX: ffffffff8191f0e5 RDX: dffffc0000000000 RSI: ffffc90000da7a60 RDI: ffffc90000da8003 RBP: ffffc90000da79e0 R08: 00000000fffffa53 R09: fffffbfff0f264fd R10: 0000000000000000 R11: dffffc0000000001 R12: 00000000e7fdcb3c R13: 00000000fffffa53 R14: 00000000000005a0 R15: 00000000b6042f86 FS: 0000555556283380(0000) GS:ffff8881f7100000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: ffffc90000da8000 CR3: 00000001229a6000 CR4: 00000000003506a0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 ---------------- Code disassembly (best guess), 5 bytes skipped: 0: df 0f fisttps (%rdi) 2: b6 04 mov $0x4,%dh 4: 10 84 c0 0f 85 ff 00 adc %al,0xff850f(%rax,%rax,8) b: 00 00 add %al,(%rax) d: 4a 8d 7c 36 03 lea 0x3(%rsi,%r14,1),%rdi 12: 48 89 f8 mov %rdi,%rax 15: 48 c1 e8 03 shr $0x3,%rax 19: 0f b6 04 10 movzbl (%rax,%rdx,1),%eax 1d: 84 c0 test %al,%al 1f: 0f 85 17 01 00 00 jne 0x13c * 25: 46 03 3c 36 add (%rsi,%r14,1),%r15d <-- trapping instruction 29: 4a 8d 7c 36 04 lea 0x4(%rsi,%r14,1),%rdi 2e: 48 89 f8 mov %rdi,%rax 31: 48 c1 e8 03 shr $0x3,%rax 35: 0f b6 04 10 movzbl (%rax,%rdx,1),%eax 39: 84 c0 test %al,%al
Time | Kernel | Commit | Syzkaller | Config | Log | Report | Syz repro | C repro | VM info | Assets (help?) | Manager | Title |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2024/07/12 21:12 | android14-6.1 | 96d66062d076 | eaeb5c15 | .config | strace log | report | syz / log | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | |
2024/04/03 07:17 | android14-6.1 | 3ca4271578e1 | 7925100d | .config | strace log | report | syz | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | |
2024/04/03 07:08 | android14-6.1 | 3ca4271578e1 | 7925100d | .config | strace log | report | syz | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: stack-out-of-bounds Read in hash | |
2024/04/02 15:15 | android14-6.1 | f085398f0e8f | eb2966c4 | .config | strace log | report | syz | C | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: stack-out-of-bounds Read in hash | |
2024/04/02 14:49 | android14-6.1 | f085398f0e8f | eb2966c4 | .config | strace log | report | syz | C | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/07/22 04:11 | android14-6.1 | 6d6afa9d3f8f | b88348e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/07/21 23:06 | android14-6.1 | 6d6afa9d3f8f | b88348e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/07/13 07:17 | android14-6.1 | 96d66062d076 | eaeb5c15 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: stack-out-of-bounds Read in hash | ||
2024/07/12 20:34 | android14-6.1 | 96d66062d076 | eaeb5c15 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/07/08 07:56 | android14-6.1 | ce6f9cab9edc | 2a40360c | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: stack-out-of-bounds Read in hash | ||
2024/07/02 05:52 | android14-6.1 | 81e9f0610c73 | b294e901 | .config | console log | report | info | ci2-android-6-1 | KASAN: stack-out-of-bounds Read in hash | |||
2024/06/24 16:56 | android14-6.1 | 1a72e2f692ac | edc5149a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/06/24 05:34 | android14-6.1 | 1a72e2f692ac | edc5149a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/06/12 05:08 | android14-6.1 | 65aed0e2f758 | 4d75f4f7 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | KASAN: stack-out-of-bounds Read in hash | ||
2024/06/05 12:04 | android14-6.1 | 9fcc2459efcd | e1e2c66e | .config | console log | report | info | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | |||
2024/05/26 22:42 | android14-6.1 | 68c821783c76 | a10a183e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/26 06:25 | android14-6.1 | 68c821783c76 | a10a183e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/23 07:12 | android14-6.1 | 0a5aada71cc9 | 4d098039 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/23 06:04 | android14-6.1 | 0a5aada71cc9 | 4d098039 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/22 08:35 | android14-6.1 | 0a5aada71cc9 | 1014eca7 | .config | console log | report | info | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | |||
2024/05/21 14:30 | android14-6.1 | 34a15d350726 | 4c0d3ee3 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/17 17:38 | android14-6.1 | a9dca663a7f2 | a12e99e7 | .config | console log | report | info | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | |||
2024/05/13 11:12 | android14-6.1 | 4d55129aea65 | 9026e142 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/13 08:59 | android14-6.1 | 4d55129aea65 | 9026e142 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/12 19:40 | android14-6.1 | 4d55129aea65 | 9026e142 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/06 07:55 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/05 22:30 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/05 17:53 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/04 23:49 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/04 18:59 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/05/03 18:56 | android14-6.1 | 1794308d463f | dd26401e | .config | console log | report | info | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | |||
2024/05/03 06:30 | android14-6.1 | 1794308d463f | ddfc15a1 | .config | console log | report | info | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | |||
2024/04/30 10:21 | android14-6.1 | 4744b3a4ed72 | f10afd69 | .config | console log | report | info | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | |||
2024/04/24 12:01 | android14-6.1 | d0c6724b0f6f | 21339d7b | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | KASAN: stack-out-of-bounds Read in hash | ||
2024/07/22 08:32 | android14-6.1 | 6d6afa9d3f8f | b88348e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | ||
2024/07/21 22:04 | android14-6.1 | 6d6afa9d3f8f | b88348e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | ||
2024/07/21 18:04 | android14-6.1 | 6d6afa9d3f8f | b88348e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | ||
2024/07/21 13:38 | android14-6.1 | 6d6afa9d3f8f | b88348e9 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | ||
2024/06/22 23:38 | android14-6.1 | 1a72e2f692ac | edc5149a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | ||
2024/06/22 21:58 | android14-6.1 | 1a72e2f692ac | edc5149a | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | ||
2024/05/26 03:20 | android14-6.1 | 68c821783c76 | a10a183e | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | BUG: unable to handle kernel paging request in hash | ||
2024/05/06 06:24 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | ||
2024/05/06 03:56 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | BUG: unable to handle kernel paging request in hash | ||
2024/05/05 22:19 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | ||
2024/05/05 15:55 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | BUG: unable to handle kernel paging request in hash | ||
2024/05/04 09:25 | android14-6.1 | 1794308d463f | 610f2a54 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | ||
2024/05/03 22:21 | android14-6.1 | 1794308d463f | dd26401e | .config | console log | report | info | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | |||
2024/05/02 16:52 | android14-6.1 | ea3c70fb959a | 3ba885bc | .config | console log | report | info | ci2-android-6-1 | BUG: unable to handle kernel paging request in hash | |||
2024/04/30 07:39 | android14-6.1 | 4744b3a4ed72 | f10afd69 | .config | console log | report | info | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | |||
2024/04/30 03:06 | android14-6.1 | 4744b3a4ed72 | f10afd69 | .config | console log | report | info | [disk image] [vmlinux] [kernel image] | ci2-android-6-1 | BUG: unable to handle kernel paging request in hash | ||
2024/04/29 05:47 | android14-6.1 | 08cc4037cf32 | 07b455f9 | .config | console log | report | info | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | |||
2024/04/28 04:49 | android14-6.1 | fa87a072a7fc | 07b455f9 | .config | console log | report | info | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | |||
2024/04/26 21:06 | android14-6.1 | fa87a072a7fc | 059e9963 | .config | console log | report | info | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash | |||
2024/04/23 19:58 | android14-6.1 | 3dfddcb9c277 | 21339d7b | .config | console log | report | info | ci2-android-6-1-perf | BUG: unable to handle kernel paging request in hash |