Buildresult: linus-rand/x86_64-randconfig/x86_64-gcc8 built on Sep 16 2021, 04:45
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
Failed
Date/Time:
Sep 16 2021, 04:45
Duration:
0:04:24.006458
Builder:
ka3
Revision:
tools/bootconfig: Define memblock_free_ptr() to fix build error (
80be5998ad6339e3e804a772723390cb50b96428)
Target:
linus-rand/x86_64-randconfig/x86_64-gcc8
Branch:
linus-rand
Compiler:
x86_64-gcc8
(x86_64-linux-gcc (GCC) 8.1.0 / GNU ld (GNU Binutils) 2.30)
Config:
randconfig
(
download
)
Log:
Download original
Possible errors
drivers/platform/x86/lg-laptop.c:658:6: error: argument 1 null where non-null expected [-Werror=nonnull] cc1: all warnings being treated as errors make[4]: *** [scripts/Makefile.build:277: drivers/platform/x86/lg-laptop.o] Error 1 make[3]: *** [scripts/Makefile.build:540: drivers/platform/x86] Error 2 make[2]: *** [scripts/Makefile.build:540: drivers/platform] Error 2 make[1]: *** [Makefile:1868: drivers] Error 2 make: *** [Makefile:219: __sub-make] Error 2
Possible warnings (3)
.config:4261:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4263:warning: override: reassigning to symbol GCC_PLUGINS 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 80be5998ad6339e3e804a772723390cb50b96428^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify 80be5998ad6339e3e804a772723390cb50b96428^{commit} 80be5998ad6339e3e804a772723390cb50b96428 # git checkout -q -f -B kisskb 80be5998ad6339e3e804a772723390cb50b96428 # git clean -qxdf # < git log -1 # commit 80be5998ad6339e3e804a772723390cb50b96428 # Author: Masami Hiramatsu <mhiramat@kernel.org> # Date: Wed Sep 15 09:53:38 2021 +0900 # # tools/bootconfig: Define memblock_free_ptr() to fix build error # # The lib/bootconfig.c file is shared with the 'bootconfig' tooling, and # as a result, the changes incommit 77e02cf57b6c ("memblock: introduce # saner 'memblock_free_ptr()' interface") need to also be reflected in the # tooling header file. # # So define the new memblock_free_ptr() wrapper, and remove unused __pa() # and memblock_free(). # # Fixes: 77e02cf57b6c ("memblock: introduce saner 'memblock_free_ptr()' interface") # Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> # Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 80be5998ad6339e3e804a772723390cb50b96428 # < make -s -j 80 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.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 80 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 80 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:4261:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4263:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 80 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.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 /kisskb/src/drivers/platform/x86/lg-laptop.c: In function 'acpi_add': /kisskb/src/drivers/platform/x86/lg-laptop.c:658:6: error: argument 1 null where non-null expected [-Werror=nonnull] if (strlen(product) > 4) ^~~~~~~~~~~~~~~ In file included from /kisskb/src/include/linux/bitmap.h:10, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/mutex.h:17, from /kisskb/src/include/linux/kernfs.h:12, from /kisskb/src/include/linux/sysfs.h:16, from /kisskb/src/include/linux/kobject.h:20, from /kisskb/src/include/linux/of.h:17, from /kisskb/src/include/linux/irqdomain.h:35, from /kisskb/src/include/linux/acpi.h:13, from /kisskb/src/drivers/platform/x86/lg-laptop.c:10: /kisskb/src/include/linux/string.h:88:24: note: in a call to function 'strlen' declared here extern __kernel_size_t strlen(const char *); ^~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:277: drivers/platform/x86/lg-laptop.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/platform/x86] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:540: drivers/platform] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1868: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 80 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc8 # Build took: 0:04:24.006458
© Michael Ellerman 2006-2018.