Buildresult: linux-next-rand/x86_64-randconfig/x86_64-gcc11 built on May 4 2022, 22:57
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
May 4 2022, 22:57
Duration:
0:02:42.234514
Builder:
ka4
Revision:
Add linux-next specific files for 20220504 (
bb6ee10133faa3c4742ab8343b5e488cdb29445e)
Target:
linux-next-rand/x86_64-randconfig/x86_64-gcc11
Branch:
linux-next-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 (15)
.config:5726:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5731:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY kernel/sched/core.c:1782:12: warning: 'sysctl_sched_uclamp_handler' defined but not used [-Wunused-function] drivers/gpu/drm/radeon/radeon_object.c:186:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] 186 | #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ vmlinux.o: warning: objtool: vmx_l1d_flush+0x13: call to static_key_count() leaves .noinstr.text section vmlinux.o: warning: objtool: vmx_vcpu_enter_exit+0x35: call to static_key_count() leaves .noinstr.text section vmlinux.o: warning: objtool: vmx_update_host_rsp+0x4c: call to static_key_count() leaves .noinstr.text section vmlinux.o: warning: objtool: enter_from_user_mode+0x18: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode+0x1d: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode_prepare+0x18: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: exit_to_user_mode+0xc: call to static_key_count.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_exit_to_user_mode+0x24: call to static_key_count.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter_from_user_mode+0x18: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_exit_to_user_mode+0x13: call to static_key_count.constprop.0() leaves .noinstr.text section
Full Log
# git rev-parse -q --verify bb6ee10133faa3c4742ab8343b5e488cdb29445e^{commit} bb6ee10133faa3c4742ab8343b5e488cdb29445e already have revision, skipping fetch # git checkout -q -f -B kisskb bb6ee10133faa3c4742ab8343b5e488cdb29445e # git clean -qxdf # < git log -1 # commit bb6ee10133faa3c4742ab8343b5e488cdb29445e # Author: Stephen Rothwell <sfr@canb.auug.org.au> # Date: Wed May 4 20:32:33 2022 +1000 # # Add linux-next specific files for 20220504 # # Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> # < /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 bb6ee10133faa3c4742ab8343b5e488cdb29445e # < make -s -j 120 ARCH=x86_64 O=/kisskb/build/linux-next-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 120 ARCH=x86_64 O=/kisskb/build/linux-next-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 120 ARCH=x86_64 O=/kisskb/build/linux-next-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:5726:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5731:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY # make -s -j 120 ARCH=x86_64 O=/kisskb/build/linux-next-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- /kisskb/src/kernel/sched/core.c:1782:12: warning: 'sysctl_sched_uclamp_handler' defined but not used [-Wunused-function] 1782 | static int sysctl_sched_uclamp_handler(struct ctl_table *table, int write, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c:186:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] 186 | #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ | ^~~~~~~ vmlinux.o: warning: objtool: vmx_l1d_flush+0x13: call to static_key_count() leaves .noinstr.text section vmlinux.o: warning: objtool: vmx_vcpu_enter_exit+0x35: call to static_key_count() leaves .noinstr.text section vmlinux.o: warning: objtool: vmx_update_host_rsp+0x4c: call to static_key_count() leaves .noinstr.text section vmlinux.o: warning: objtool: enter_from_user_mode+0x18: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode+0x1d: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode_prepare+0x18: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: exit_to_user_mode+0xc: call to static_key_count.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_exit_to_user_mode+0x24: call to static_key_count.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter_from_user_mode+0x18: call to __kcsan_check_access() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_exit_to_user_mode+0x13: call to static_key_count.constprop.0() leaves .noinstr.text section Completed OK # rm -rf /kisskb/build/linux-next-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:02:42.234514
© Michael Ellerman 2006-2018.