Buildresult: kbuild/arm64-defconfig/arm64-gcc5 built on Feb 15 2022, 15:11
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Feb 15 2022, 15:11
Duration:
0:14:34.943817
Builder:
ka3
Revision:
kbuild: replace $(if A,A,B) with $(or A,B) (
5c8166419acf468b5bc3e48f928a040485d3e0c2)
Target:
kbuild/arm64-defconfig/arm64-gcc5
Branch:
kbuild
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 5c8166419acf468b5bc3e48f928a040485d3e0c2^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next # git rev-parse -q --verify 5c8166419acf468b5bc3e48f928a040485d3e0c2^{commit} 5c8166419acf468b5bc3e48f928a040485d3e0c2 # git checkout -q -f -B kisskb 5c8166419acf468b5bc3e48f928a040485d3e0c2 # git clean -qxdf # < git log -1 # commit 5c8166419acf468b5bc3e48f928a040485d3e0c2 # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Fri Feb 11 14:14:11 2022 +0900 # # kbuild: replace $(if A,A,B) with $(or A,B) # # $(or ...) is available since GNU Make 3.81, and useful to shorten the # code in some places. # # Covert as follows: # # $(if A,A,B) --> $(or A,B) # # This patch also converts: # # $(if A, A, B) --> $(or A, B) # # Strictly speaking, the latter is not an equivalent conversion because # GNU Make keeps spaces after commas; if A is not empty, $(if A, A, B) # expands to " A", while $(or A, B) expands to "A". # # Anyway, preceding spaces are not significant in the code hunks I touched. # # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # Reviewed-by: Nicolas Schier <nicolas@fjasle.eu> # < /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 5c8166419acf468b5bc3e48f928a040485d3e0c2 # < make -s -j 10 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- defconfig # < make -s -j 10 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 10 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig # make -s -j 10 ARCH=arm64 O=/kisskb/build/kbuild_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/kbuild_arm64-defconfig_arm64-gcc5.4 # Build took: 0:14:34.943817
© Michael Ellerman 2006-2018.