Buildresult: linus-rand/x86_64-randconfig/x86_64-gcc11 built on Sep 28 2021, 05:19
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Sep 28 2021, 05:19
Duration:
0:10:22.943809
Builder:
blade46
Revision:
vboxfs: fix broken legacy mount signature checking (
9b3b353ef330e20bc2d99bf3165cc044cff26a09)
Target:
linus-rand/x86_64-randconfig/x86_64-gcc11
Branch:
linus-rand
Compiler:
x86_64-gcc11
(x86_64-linux-gcc (GCC) 11.1.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
randconfig
(
download
)
Log:
Download original
Possible warnings (5)
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. .config:6864:warning: override: reassigning to symbol STANDALONE .config:6870:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY arch/x86/crypto/sm4-aesni-avx-asm_64.o: warning: objtool: sm4_aesni_avx_crypt8()+0x8: sibling call from callable instruction with modified stack frame
Full Log
# git rev-parse -q --verify 9b3b353ef330e20bc2d99bf3165cc044cff26a09^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master 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 9b3b353ef330e20bc2d99bf3165cc044cff26a09^{commit} 9b3b353ef330e20bc2d99bf3165cc044cff26a09 # git checkout -q -f -B kisskb 9b3b353ef330e20bc2d99bf3165cc044cff26a09 # git clean -qxdf # < git log -1 # commit 9b3b353ef330e20bc2d99bf3165cc044cff26a09 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Sep 27 11:26:21 2021 -0700 # # vboxfs: fix broken legacy mount signature checking # # Commit 9d682ea6bcc7 ("vboxsf: Fix the check for the old binary # mount-arguments struct") was meant to fix a build error due to sign # mismatch in 'char' and the use of character constants, but it just moved # the error elsewhere, in that on some architectures characters and signed # and on others they are unsigned, and that's just how the C standard # works. # # The proper fix is a simple "don't do that then". The code was just # being silly and odd, and it should never have cared about signed vs # unsigned characters in the first place, since what it is testing is not # four "characters", but four bytes. # # And the way to compare four bytes is by using "memcmp()". # # Which compilers will know to just turn into a single 32-bit compare with # a constant, as long as you don't have crazy debug options enabled. # # Link: https://lore.kernel.org/lkml/20210927094123.576521-1-arnd@kernel.org/ # Cc: Arnd Bergmann <arnd@kernel.org> # Cc: Hans de Goede <hdegoede@redhat.com> # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 9b3b353ef330e20bc2d99bf3165cc044cff26a09 # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:6864:warning: override: reassigning to symbol STANDALONE .config:6870:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- arch/x86/crypto/sm4-aesni-avx-asm_64.o: warning: objtool: sm4_aesni_avx_crypt8()+0x8: sibling call from callable instruction with modified stack frame Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:10:22.943809
© Michael Ellerman 2006-2018.