Buildresult: powerpc-fixes/s390-defconfig/s390x-gcc11 built on Mar 6 2022, 20:03
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Mar 6 2022, 20:03
Duration:
0:01:33.262857
Builder:
ka4
Revision:
powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not set (
58dbe9b373df2828d873b1c0e5afc77485b2f376)
Target:
powerpc-fixes/s390-defconfig/s390x-gcc11
Branch:
powerpc-fixes
Compiler:
s390x-gcc11
(s390-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
defconfig
(
download
)
Log:
Download original
Possible errors
make[1]: *** [Makefile:1155: vmlinux] Error 1 make: *** [Makefile:219: __sub-make] Error 2
No warnings found in log.
Full Log
# git rev-parse -q --verify 58dbe9b373df2828d873b1c0e5afc77485b2f376^{commit} 58dbe9b373df2828d873b1c0e5afc77485b2f376 already have revision, skipping fetch # git checkout -q -f -B kisskb 58dbe9b373df2828d873b1c0e5afc77485b2f376 # git clean -qxdf # < git log -1 # commit 58dbe9b373df2828d873b1c0e5afc77485b2f376 # Author: Murilo Opsfelder Araujo <muriloo@linux.ibm.com> # Date: Tue Mar 1 17:47:43 2022 -0300 # # powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not set # # The following build failure occurs when CONFIG_PPC_64S_HASH_MMU is not # set: # # arch/powerpc/kernel/setup_64.c: In function ‘setup_per_cpu_areas’: # arch/powerpc/kernel/setup_64.c:811:21: error: ‘mmu_linear_psize’ undeclared (first use in this function); did you mean ‘mmu_virtual_psize’? # 811 | if (mmu_linear_psize == MMU_PAGE_4K) # | ^~~~~~~~~~~~~~~~ # | mmu_virtual_psize # arch/powerpc/kernel/setup_64.c:811:21: note: each undeclared identifier is reported only once for each function it appears in # # Move the declaration of mmu_linear_psize outside of # CONFIG_PPC_64S_HASH_MMU ifdef. # # After the above is fixed, it fails later with the following error: # # ld: arch/powerpc/kexec/file_load_64.o: in function `.arch_kexec_kernel_image_probe': # file_load_64.c:(.text+0x1c1c): undefined reference to `.add_htab_mem_range' # # Fix that, too, by conditioning add_htab_mem_range() symbol to # CONFIG_PPC_64S_HASH_MMU. # # Fixes: 387e220a2e5e ("powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU") # Reported-by: Erhard F. <erhard_f@mailbox.org> # Signed-off-by: Murilo Opsfelder Araujo <muriloo@linux.ibm.com> # Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> # BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=215567 # Link: https://lore.kernel.org/r/20220301204743.45133-1-muriloo@linux.ibm.com # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 58dbe9b373df2828d873b1c0e5afc77485b2f376 # < make -s -j 120 ARCH=s390 O=/kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # < make -s -j 120 ARCH=s390 O=/kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 120 ARCH=s390 O=/kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 120 ARCH=s390 O=/kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- MKDIR /kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11/tools/bpf/resolve_btfids/libbpf/ MKDIR /kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11/tools/bpf/resolve_btfids//libsubcmd LINK resolve_btfids BTF: .tmp_vmlinux.btf: pahole (pahole) is not available Failed to generate BTF for vmlinux Try to disable CONFIG_DEBUG_INFO_BTF make[1]: *** [/kisskb/src/Makefile:1155: vmlinux] Error 1 make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 120 ARCH=s390 O=/kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/powerpc-fixes_s390-defconfig_s390x-gcc11 # Build took: 0:01:33.262857
© Michael Ellerman 2006-2018.