Buildresult: kbuild/x86_64-allmodconfig/x86_64-gcc8 built on Jun 4 2023, 04:37
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jun 4 2023, 04:37
Duration:
0:09:54.010373
Builder:
alpine1
Revision:
modpost: detect section mismatch for R_ARM_REL32 (
2cb749466d179e3ccfe83eb8a52dc002d07b08af)
Target:
kbuild/x86_64-allmodconfig/x86_64-gcc8
Branch:
kbuild
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
allmodconfig
(
download
)
Log:
Download original
Possible warnings (3)
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.
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-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 2cb749466d179e3ccfe83eb8a52dc002d07b08af # < make -s -j 160 ARCH=x86 O=/kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- allmodconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=x86 O=/kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 160 ARCH=x86 O=/kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 160 ARCH=x86 O=/kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/x86_64-linux/bin/x86_64-linux- Completed OK # rm -rf /kisskb/build/kbuild_x86-allmodconfig_x86_64-gcc8 # Build took: 0:09:54.010373
© Michael Ellerman 2006-2018.