Buildresult: kbuild/sparc64-defconfig/sparc64-gcc11 built on Jun 4 2023, 04:24
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 4 2023, 04:24
Duration:
0:01:20.927056
Builder:
ka7
Revision:
modpost: detect section mismatch for R_ARM_REL32 (
2cb749466d179e3ccfe83eb8a52dc002d07b08af)
Target:
kbuild/sparc64-defconfig/sparc64-gcc11
Branch:
kbuild
Compiler:
sparc64-gcc11
(sparc64-linux-gcc (GCC) 11.3.0 / GNU ld (GNU Binutils) 2.38)
Config:
defconfig
(
download
)
Log:
Download original
Possible warnings (5)
remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause warning: There are too many unreachable loose objects; run 'git prune' to remove them. <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
Full Log
# git rev-parse -q --verify 2cb749466d179e3ccfe83eb8a52dc002d07b08af^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next remote: warning: multi-pack bitmap is missing required reverse index warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 2cb749466d179e3ccfe83eb8a52dc002d07b08af^{commit} 2cb749466d179e3ccfe83eb8a52dc002d07b08af # git checkout -q -f -B kisskb 2cb749466d179e3ccfe83eb8a52dc002d07b08af # git clean -qxdf # < git log -1 # commit 2cb749466d179e3ccfe83eb8a52dc002d07b08af # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Thu Jun 1 21:10:01 2023 +0900 # # modpost: detect section mismatch for R_ARM_REL32 # # For ARM, modpost fails to detect some types of section mismatches. # # [test code] # # .section .init.data,"aw" # bar: # .long 0 # # .section .data,"aw" # .globl foo # foo: # .long bar - . # # It is apparently a bad reference, but modpost does not report anything. # # The test code above produces the following relocations. # # Relocation section '.rel.data' at offset 0xe8 contains 1 entry: # Offset Info Type Sym.Value Sym. Name # 00000000 00000403 R_ARM_REL32 00000000 .init.data # # Currently, R_ARM_REL32 is just skipped. # # Handle it like R_ARM_ABS32. # # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 2cb749466d179e3ccfe83eb8a52dc002d07b08af # < make -s -j 32 ARCH=sparc64 O=/kisskb/build/kbuild_sparc64-defconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- defconfig # < make -s -j 32 ARCH=sparc64 O=/kisskb/build/kbuild_sparc64-defconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- help # make -s -j 32 ARCH=sparc64 O=/kisskb/build/kbuild_sparc64-defconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- olddefconfig # make -s -j 32 ARCH=sparc64 O=/kisskb/build/kbuild_sparc64-defconfig_sparc64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.3.0-nolibc/sparc64-linux/bin/sparc64-linux- <stdin>:1519:2: warning: #warning syscall clone3 not implemented [-Wcpp] WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. Is "_mcount" prototyped in <asm/asm-prototypes.h>? kernel: arch/sparc/boot/image is ready kernel: arch/sparc/boot/zImage is ready Completed OK # rm -rf /kisskb/build/kbuild_sparc64-defconfig_sparc64-gcc11 # Build took: 0:01:20.927056
© Michael Ellerman 2006-2018.