Buildresult: kbuild/arm64-defconfig/arm64-gcc11 built on Sep 27 2022, 15:33
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Sep 27 2022, 15:33
Duration:
0:06:44.988137
Builder:
ka7
Revision:
kbuild: remove head-y syntax (
d9fc5677ceb67b5e300ea382a2a536e07136ec26)
Target:
kbuild/arm64-defconfig/arm64-gcc11
Branch:
kbuild
Compiler:
arm64-gcc11
(aarch64-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
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 d9fc5677ceb67b5e300ea382a2a536e07136ec26^{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 d9fc5677ceb67b5e300ea382a2a536e07136ec26^{commit} d9fc5677ceb67b5e300ea382a2a536e07136ec26 # git checkout -q -f -B kisskb d9fc5677ceb67b5e300ea382a2a536e07136ec26 # git clean -qxdf # < git log -1 # commit d9fc5677ceb67b5e300ea382a2a536e07136ec26 # 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-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 d9fc5677ceb67b5e300ea382a2a536e07136ec26 # < make -s -j 32 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- defconfig # < make -s -j 32 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 32 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig # make -s -j 32 ARCH=arm64 O=/kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/aarch64-linux/bin/aarch64-linux- Completed OK # rm -rf /kisskb/build/kbuild_arm64-defconfig_arm64-gcc11 # Build took: 0:06:44.988137
© Michael Ellerman 2006-2018.