Buildresult: powerpc-fixes/arm64-defconfig/arm64-gcc5 built on Mar 3 2022, 00:32
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Mar 3 2022, 00:32
Duration:
0:13:16.462995
Builder:
ka3
Revision:
powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not set (
89af5f743b87552fe3b30c208e9a209d11aad7fb)
Target:
powerpc-fixes/arm64-defconfig/arm64-gcc5
Branch:
powerpc-fixes
Compiler:
arm64-gcc5
(aarch64-linux-gcc.br_real (Buildroot 2016.11-git-00613-ge98b4dd) 5.4.0 / GNU ld (GNU Binutils) 2.25.1)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (2)
warning: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum warning: LSE atomics not supported by binutils
Full Log
# git rev-parse -q --verify 89af5f743b87552fe3b30c208e9a209d11aad7fb^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/linuxppc/linux.git fixes-test # git rev-parse -q --verify 89af5f743b87552fe3b30c208e9a209d11aad7fb^{commit} 89af5f743b87552fe3b30c208e9a209d11aad7fb # git checkout -q -f -B kisskb 89af5f743b87552fe3b30c208e9a209d11aad7fb # git clean -qxdf # < git log -1 # commit 89af5f743b87552fe3b30c208e9a209d11aad7fb # 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/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 89af5f743b87552fe3b30c208e9a209d11aad7fb # < make -s -j 80 ARCH=arm64 O=/kisskb/build/powerpc-fixes_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- defconfig # < make -s -j 80 ARCH=arm64 O=/kisskb/build/powerpc-fixes_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 80 ARCH=arm64 O=/kisskb/build/powerpc-fixes_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig # make -s -j 80 ARCH=arm64 O=/kisskb/build/powerpc-fixes_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- warning: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum warning: LSE atomics not supported by binutils Completed OK # rm -rf /kisskb/build/powerpc-fixes_arm64-defconfig_arm64-gcc5.4 # Build took: 0:13:16.462995
© Michael Ellerman 2006-2018.