Buildresult: kbuild/powernv_defconfig/powerpc-gcc5 built on Sep 27 2022, 05:43
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Sep 27 2022, 05:43
Duration:
0:04:26.329706
Builder:
ka2
Revision:
kbuild: remove head-y syntax (
5cc638a0a0f78925ea4c9c4c4846575d35a989a7)
Target:
kbuild/powernv_defconfig/powerpc-gcc5
Branch:
kbuild
Compiler:
powerpc-gcc5
(powerpc64-linux-gcc (GCC) 5.5.0 / GNU ld (GNU Binutils) 2.29.1.20170915)
Config:
powernv_defconfig
(
download
)
Log:
Download original
Possible warnings (2)
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 5cc638a0a0f78925ea4c9c4c4846575d35a989a7^{commit} # git fetch -q -n -f git://gitlab.ozlabs.ibm.com/mirror/linux-kbuild.git for-next 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 5cc638a0a0f78925ea4c9c4c4846575d35a989a7^{commit} 5cc638a0a0f78925ea4c9c4c4846575d35a989a7 # git checkout -q -f -B kisskb 5cc638a0a0f78925ea4c9c4c4846575d35a989a7 # git clean -qxdf # < git log -1 # commit 5cc638a0a0f78925ea4c9c4c4846575d35a989a7 # Author: Masahiro Yamada <masahiroy@kernel.org> # Date: Sun Sep 25 03:19:15 2022 +0900 # # kbuild: remove head-y syntax # # Kbuild puts the objects listed in head-y at the head of vmlinux. # Conventionally, we do this for head*.S, which contains the kernel entry # point. # # A counter approach is to control the section order by the linker script. # Actually, the code marked as __HEAD goes into the ".head.text" section, # which is placed before the normal ".text" section. # # I do not know if both of them are needed. From the build system # perspective, head-y is not mandatory. If you can achieve the proper code # placement by the linker script only, it would be cleaner. # # I collected the current head-y objects into head-object-list.txt. It is # a whitelist. My hope is it will be reduced in the long run. # # Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 5cc638a0a0f78925ea4c9c4c4846575d35a989a7 # < make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- powernv_defconfig # < make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 48 ARCH=powerpc O=/kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 # Build took: 0:04:26.329706
© Michael Ellerman 2006-2018.