| ID | Workflow | Result | Correct | Bug | Created | Started | Finished | Revision | Error |
|---|---|---|---|---|---|---|---|---|---|
| 2603e8a6-d4b3-4987-b91a-85d2ea798172 | assessment-security | 💥 | general protection fault in vma_is_shmem | 2026/06/04 07:57 | 2026/06/04 07:57 | 2026/06/04 08:10 | 62fe15281f5011cd203d8845b8767b10e7443aa5 | failed to run ["make" "KERNELVERSION=syzkaller" "KERNELRELEASE=syzkaller" "LOCALVERSION=-syzkaller" "-j" "32" "ARCH=x86_64" "CC=ccache clang" "LD=ld.lld" "O=/app/workdir/cache/build/96ddfd0c8940837741a5b767f9d9339b1e66af3e" "-s" "bzImage" "compile_commands.json"]: exit status 2 Root cause: scripts/clang-tools/gen_compile_commands.py:187: SyntaxWarning: invalid escape sequence '\#' ld.lld: error: undefined symbol: wcslen * * Restart config... * * * Mitigations for speculative execution vulnerabilities * Mitigations for speculative execution vulnerabilities (SPECULATION_MITIGATIONS) [Y/n/?] y Remove the kernel mapping in user mode (PAGE_TABLE_ISOLATION) [N/y/?] n Avoid speculative indirect branches in kernel (RETPOLINE) [N/y/?] n Enable IBPB on kernel entry (CPU_IBPB_ENTRY) [Y/n/?] y Enable IBRS on kernel entry (CPU_IBRS_ENTRY) [Y/n/?] y Mitigate Straight-Line-Speculation (SLS) [N/y/?] (NEW) Error in reading or end of file. * * Memory initialization * Initialize kernel stack variables at function entry > 1. no automatic stack variable initialization (weakest) (INIT_STACK_NONE) 2. pattern-init everything (strongest) (INIT_STACK_ALL_PATTERN) (NEW) choice[1-2?]: Error in reading or end of file. Enable heap memory zeroing on allocation by default (INIT_ON_ALLOC_DEFAULT_ON) [Y/n/?] y Enable heap memory zeroing on free by default (INIT_ON_FREE_DEFAULT_ON) [N/y/?] n Enable register zeroing on function exit (ZERO_CALL_USED_REGS) [N/y/?] (NEW) Error in reading or end of file. * * Kernel hardening options * Randomize layout of sensitive kernel structures > 1. Disable structure layout randomization (RANDSTRUCT_NONE) 2. Fully randomize structure layout (RANDSTRUCT_FULL) (NEW) choice[1-2?]: Error in reading or end of file. arch/x86/mm/fault.o: warning: objtool: do_user_addr_fault+0x465: unreachable instruction In file included from /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/kernel/sched/core.c:84: /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/kernel/sched/sched.h:1740:15: warning: cast from 'void (*)(struct rq *)' to 'void (*)(struct callback_head *)' converts to incompatible function type [-Wcast-function-type-strict] 1740 | head->func = (void (*)(struct callback_head *))func; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/kernel/sched/core.c:4840:10: warning: cast from 'void (*)(struct callback_head *)' to 'void (*)(struct rq *)' converts to incompatible function type [-Wcast-function-type-strict] 4840 | func = (void (*)(struct rq *))head->func; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/kernel/sched/core.c:4864:10: warning: cast from 'void (*)(struct rq *)' to 'void (*)(struct callback_head *)' converts to incompatible function type [-Wcast-function-type-strict] 4864 | .func = (void (*)(struct callback_head *))balance_push, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/fs/verity/enable.c:218:33: warning: default initialization of an object of type 'typeof ((arg->salt_ptr))' (aka 'const unsigned long long') leaves the object uninitialized [-Wdefault-const-init-var-unsafe] 218 | copy_from_user(desc->salt, u64_to_user_ptr(arg->salt_ptr), | ^ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/include/linux/kernel.h:61:2: note: expanded from macro 'u64_to_user_ptr' 61 | typecheck(u64, (x)); \ | ^ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/include/linux/typecheck.h:11:12: note: expanded from macro 'typecheck' 11 | typeof(x) __dummy2; \ | ^ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/fs/verity/enable.c:227:38: warning: default initialization of an object of type 'typeof ((arg->sig_ptr))' ( | |
| 5d9e0c59-bb8e-4cbf-ae95-af499f564aa3 | assessment-security | 💥 | general protection fault in vma_is_shmem | 2026/06/02 05:57 | 2026/06/02 05:57 | 2026/06/02 06:21 | 1095583bae1d2729a3b4be301cb6ddc85ced9e38 | failed to run ["make" "KERNELVERSION=syzkaller" "KERNELRELEASE=syzkaller" "LOCALVERSION=-syzkaller" "-j" "32" "ARCH=x86_64" "CC=ccache clang" "LD=ld.lld" "O=/app/workdir/cache/build/96ddfd0c8940837741a5b767f9d9339b1e66af3e" "-s" "bzImage" "compile_commands.json"]: exit status 2 Root cause: scripts/clang-tools/gen_compile_commands.py:187: SyntaxWarning: invalid escape sequence '\#' ld.lld: error: undefined symbol: wcslen * * Restart config... * * * Mitigations for speculative execution vulnerabilities * Mitigations for speculative execution vulnerabilities (SPECULATION_MITIGATIONS) [Y/n/?] y Remove the kernel mapping in user mode (PAGE_TABLE_ISOLATION) [N/y/?] n Avoid speculative indirect branches in kernel (RETPOLINE) [N/y/?] n Enable IBPB on kernel entry (CPU_IBPB_ENTRY) [Y/n/?] y Enable IBRS on kernel entry (CPU_IBRS_ENTRY) [Y/n/?] y Mitigate Straight-Line-Speculation (SLS) [N/y/?] (NEW) Error in reading or end of file. * * Memory initialization * Initialize kernel stack variables at function entry > 1. no automatic stack variable initialization (weakest) (INIT_STACK_NONE) 2. pattern-init everything (strongest) (INIT_STACK_ALL_PATTERN) (NEW) choice[1-2?]: Error in reading or end of file. Enable heap memory zeroing on allocation by default (INIT_ON_ALLOC_DEFAULT_ON) [Y/n/?] y Enable heap memory zeroing on free by default (INIT_ON_FREE_DEFAULT_ON) [N/y/?] n Enable register zeroing on function exit (ZERO_CALL_USED_REGS) [N/y/?] (NEW) Error in reading or end of file. * * Kernel hardening options * Randomize layout of sensitive kernel structures > 1. Disable structure layout randomization (RANDSTRUCT_NONE) 2. Fully randomize structure layout (RANDSTRUCT_FULL) (NEW) choice[1-2?]: Error in reading or end of file. arch/x86/mm/fault.o: warning: objtool: do_user_addr_fault+0x465: unreachable instruction /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/fs/verity/enable.c:218:33: warning: default initialization of an object of type 'typeof ((arg->salt_ptr))' (aka 'const unsigned long long') leaves the object uninitialized [-Wdefault-const-init-var-unsafe] 218 | copy_from_user(desc->salt, u64_to_user_ptr(arg->salt_ptr), | ^ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/include/linux/kernel.h:61:2: note: expanded from macro 'u64_to_user_ptr' 61 | typecheck(u64, (x)); \ | ^ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/include/linux/typecheck.h:11:12: note: expanded from macro 'typecheck' 11 | typeof(x) __dummy2; \ | ^ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/fs/verity/enable.c:227:38: warning: default initialization of an object of type 'typeof ((arg->sig_ptr))' (aka 'const unsigned long long') leaves the object uninitialized [-Wdefault-const-init-var-unsafe] 227 | copy_from_user(desc->signature, u64_to_user_ptr(arg->sig_ptr), | ^ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/include/linux/kernel.h:61:2: note: expanded from macro 'u64_to_user_ptr' 61 | typecheck(u64, (x)); \ | ^ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/include/linux/typecheck.h:11:12: note: expanded from macro 'typecheck' 11 | typeof(x) __dummy2; \ | ^ 2 warnings generated. In file included from /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/kernel/sched/core.c:84: /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/kernel/sched/sched.h:1740:15: warning: cast from 'void (*)(struct rq *)' to 'void (*)(struct callback_head *)' converts to incompatible function type [-Wcast-function-type-strict] 1740 | head->func = (void (*)(struct callback_head *))func; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/workdir/cache/src/1a736d675186181c64eba070a9c67e035067af4f/kernel/sched/core.c:4840:10: warning: cast from 'void ( | |
| 3333dffc-b3a1-478a-847f-ca8f09a5917f | assessment-security | 💥 | general protection fault in vma_is_shmem | 2026/05/22 08:49 | 2026/05/22 08:49 | 2026/05/22 10:20 | 70ae9b0332c954c7a2e9754a431bc021385efca3 | failed to run ["make" "KERNELVERSION=syzkaller" "KERNELRELEASE=syzkaller" "LOCALVERSION=-syzkaller" "-j" "32" "ARCH=x86_64" "CC=ccache clang" "LD=ld.lld" "O=/app/workdir/cache/build/96ddfd0c8940837741a5b767f9d9339b1e66af3e" "-s" "bzImage" "compile_commands.json"]: exit status 2 Root cause: scripts/clang-tools/gen_compile_commands.py:187: SyntaxWarning: invalid escape sequence '\#' ld.lld: error: undefined symbol: wcslen * * Restart config... * * * Mitigations for speculative execution vulnerabilities * Mitigations for speculative execution vulnerabilities (SPECULATION_MITIGATIONS) [Y/n/?] y Remove the kernel mapping in user mode (PAGE_TABLE_ISOLATION) [N/y/?] n Avoid speculative indirect branches in kernel (RETPOLINE) [N/y/?] n Enable IBPB on kernel entry (CPU_IBPB_ENTRY) [Y/n/?] y Enable IBRS on kernel entry (CPU_IBRS_ENTRY) [Y/n/?] y Mitigate Straight-Line-Speculation (SLS) [N/y/?] (NEW) Error in reading or end of file. * * Memory initialization * Initialize kernel stack variables at function entry > 1. no automatic stack variable initialization (weakest) (INIT_STACK_NONE) 2. pattern-init everything (strongest) (INIT_STACK_ALL_PATTERN) (NEW) choice[1-2?]: Error in reading or end of file. Enable heap memory zeroing on allocation by default (INIT_ON_ALLOC_DEFAULT_ON) [Y/n/?] y Enable heap memory zeroing on free by default (INIT_ON_FREE_DEFAULT_ON) [N/y/?] n Enable register zeroing on function exit (ZERO_CALL_USED_REGS) [N/y/?] (NEW) Error in reading or end of file. * * Kernel hardening options * Randomize layout of sensitive kernel structures > 1. Disable structure layout randomization (RANDSTRUCT_NONE) 2. Fully randomize structure layout (RANDSTRUCT_FULL) (NEW) choice[1-2?]: Error in reading or end of file. In file included from /app/workdir/cache/src/b58ef46a398ae3788ca38e70a2de29b6f5de1206/kernel/sched/core.c:84: /app/workdir/cache/src/b58ef46a398ae3788ca38e70a2de29b6f5de1206/kernel/sched/sched.h:1740:15: warning: cast from 'void (*)(struct rq *)' to 'void (*)(struct callback_head *)' converts to incompatible function type [-Wcast-function-type-strict] 1740 | head->func = (void (*)(struct callback_head *))func; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/workdir/cache/src/b58ef46a398ae3788ca38e70a2de29b6f5de1206/kernel/sched/core.c:4840:10: warning: cast from 'void (*)(struct callback_head *)' to 'void (*)(struct rq *)' converts to incompatible function type [-Wcast-function-type-strict] 4840 | func = (void (*)(struct rq *))head->func; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /app/workdir/cache/src/b58ef46a398ae3788ca38e70a2de29b6f5de1206/kernel/sched/core.c:4864:10: warning: cast from 'void (*)(struct rq *)' to 'void (*)(struct callback_head *)' converts to incompatible function type [-Wcast-function-type-strict] 4864 | .func = (void (*)(struct callback_head *))balance_push, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. /app/workdir/cache/src/b58ef46a398ae3788ca38e70a2de29b6f5de1206/fs/verity/enable.c:218:33: warning: default initialization of an object of type 'typeof ((arg->salt_ptr))' (aka 'const unsigned long long') leaves the object uninitialized [-Wdefault-const-init-var-unsafe] 218 | copy_from_user(desc->salt, u64_to_user_ptr(arg->salt_ptr), | ^ /app/workdir/cache/src/b58ef46a398ae3788ca38e70a2de29b6f5de1206/include/linux/kernel.h:61:2: note: expanded from macro 'u64_to_user_ptr' 61 | typecheck(u64, (x)); \ | ^ /app/workdir/cache/src/b58ef46a398ae3788ca38e70a2de29b6f5de1206/include/linux/typecheck.h:11:12: note: expanded from macro 'typecheck' 11 | typeof(x) __dummy2; \ | ^ /app/workdir/cache/src/b58ef46a398ae3788ca38e70a2de29b6f5de1206/fs/verity/enable.c:227:38: warning: default initialization of an object of type 'typeof ((arg->sig_ptr))' (aka 'const unsigned long long') leaves the object uninitialized [-Wdefault-const-init-var |