Buildresult: linus/sh-allmodconfig/sh4-gcc13 built on Oct 25, 15:38
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Oct 25, 15:38
Duration:
0:04:05.399416
Builder:
ka4
Revision:
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (
ae90f6a6170d7a7a1aa4fddf664fbd093e3023bc)
Target:
linus/sh-allmodconfig/sh4-gcc13
Branch:
linus
Compiler:
sh4-gcc13
(sh4-linux-gcc (GCC) 13.1.0 / GNU ld (GNU Binutils) 2.40)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible errors
kernel/fork.c:3075:2: error: #warning clone3() entry point is missing, please fix [-Werror=cpp] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:229: kernel/fork.o] Error 1 make[3]: *** [scripts/Makefile.build:478: kernel] Error 2 {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:1397: Error: pcrel too far sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 make[6]: *** [scripts/Makefile.build:229: drivers/net/pcs/pcs-xpcs.o] Error 4 make[5]: *** [scripts/Makefile.build:478: drivers/net/pcs] Error 2 make[4]: *** [scripts/Makefile.build:478: drivers/net] Error 2 make[3]: *** [scripts/Makefile.build:478: drivers] Error 2 make[2]: *** [Makefile:1936: .] Error 2 make[1]: *** [Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2
Possible warnings (6)
<stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence kernel/fork.c:3075:2: error: #warning clone3() entry point is missing, please fix [-Werror=cpp] 3075 | #warning clone3() entry point is missing, please fix
Full Log
# git rev-parse -q --verify ae90f6a6170d7a7a1aa4fddf664fbd093e3023bc^{commit} ae90f6a6170d7a7a1aa4fddf664fbd093e3023bc already have revision, skipping fetch # git checkout -q -f -B kisskb ae90f6a6170d7a7a1aa4fddf664fbd093e3023bc # git clean -qxdf # < git log -1 # commit ae90f6a6170d7a7a1aa4fddf664fbd093e3023bc # Merge: d44cd8226449 d5fb316e2af1 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Thu Oct 24 16:53:20 2024 -0700 # # Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf # # Pull bpf fixes from Daniel Borkmann: # # - Fix an out-of-bounds read in bpf_link_show_fdinfo for BPF sockmap # link file descriptors (Hou Tao) # # - Fix BPF arm64 JIT's address emission with tag-based KASAN enabled # reserving not enough size (Peter Collingbourne) # # - Fix BPF verifier do_misc_fixups patching for inlining of the # bpf_get_branch_snapshot BPF helper (Andrii Nakryiko) # # - Fix a BPF verifier bug and reject BPF program write attempts into # read-only marked BPF maps (Daniel Borkmann) # # - Fix perf_event_detach_bpf_prog error handling by removing an invalid # check which would skip BPF program release (Jiri Olsa) # # - Fix memory leak when parsing mount options for the BPF filesystem # (Hou Tao) # # * tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf: # bpf: Check validity of link->type in bpf_link_show_fdinfo() # bpf: Add the missing BPF_LINK_TYPE invocation for sockmap # bpf: fix do_misc_fixups() for bpf_get_branch_snapshot() # bpf,perf: Fix perf_event_detach_bpf_prog error handling # selftests/bpf: Add test for passing in uninit mtu_len # selftests/bpf: Add test for writes to .rodata # bpf: Remove MEM_UNINIT from skb/xdp MTU helpers # bpf: Fix overloading of MEM_UNINIT's meaning # bpf: Add MEM_WRITE attribute # bpf: Preserve param->string when parsing mount options # bpf, arm64: Fix address emission with tag-based KASAN enabled # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 ae90f6a6170d7a7a1aa4fddf664fbd093e3023bc # make -s -j 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # < make -s -j 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- help # make -s -j 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- olddefconfig # make -s -j 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:85: Warning: overflow in branch to __restore_all; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:357: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh2/../../entry-common.S:360: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/fork.c: In function '__do_sys_clone3': /kisskb/src/kernel/fork.c:3075:2: error: #warning clone3() entry point is missing, please fix [-Werror=cpp] 3075 | #warning clone3() entry point is missing, please fix | ^~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:229: kernel/fork.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:478: kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... {standard input}: Assembler messages: {standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive {standard input}:1397: Error: pcrel too far sh4-linux-gcc: internal compiler error: Segmentation fault signal terminated program cc1 Please submit a full bug report, with preprocessed source (by using -freport-bug). See <https://gcc.gnu.org/bugs/> for instructions. make[6]: *** [/kisskb/src/scripts/Makefile.build:229: drivers/net/pcs/pcs-xpcs.o] Error 4 make[5]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/net/pcs] Error 2 make[5]: *** Waiting for unfinished jobs.... make[4]: *** [/kisskb/src/scripts/Makefile.build:478: drivers/net] Error 2 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:478: drivers] Error 2 make[2]: *** [/kisskb/src/Makefile:1936: .] Error 2 make[1]: *** [/kisskb/src/Makefile:224: __sub-make] Error 2 make: *** [Makefile:224: __sub-make] Error 2 Command 'make -s -j 40 ARCH=sh O=/kisskb/build/linus_allmodconfig_sh4-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/sh4-linux/bin/sh4-linux- ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_sh4-gcc13 # Build took: 0:04:05.399416
© Michael Ellerman 2006-2018.