Buildresult: linus-rand/x86_64-randconfig/x86_64-gcc11 built on Apr 3 2022, 06:13
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Apr 3 2022, 06:13
Duration:
0:03:55.655533
Builder:
ka4
Revision:
Merge tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux (
be2d3ecedd9911fbfd7e55cc9ceac5f8b79ae4cf)
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 (17)
.config:3766:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:3768:warning: override: reassigning to symbol GCC_PLUGINS .config:3772:warning: override: reassigning to symbol BPF_PRELOAD vmlinux.o: warning: objtool: irqentry_nmi_enter()+0x31: call to lockdep_hardirqs_off.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_nmi_exit()+0x4c: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: enter_from_user_mode()+0x2: call to kasan_check_read.constprop.0.isra.0() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode()+0xb: call to kasan_check_read.constprop.0.isra.0() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode_prepare()+0x2: call to kasan_check_read.constprop.0.isra.0() leaves .noinstr.text section vmlinux.o: warning: objtool: exit_to_user_mode()+0x12: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_exit_to_user_mode()+0x2a: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter_from_user_mode()+0x2: call to kasan_check_read.constprop.0.isra.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter()+0x2b: call to lockdep_hardirqs_off.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_exit_to_user_mode()+0x19: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_exit()+0x3d: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: context_tracking_recursion_enter()+0x0: call to __this_cpu_preempt_check.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: __context_tracking_enter()+0xe: call to __this_cpu_preempt_check.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: __context_tracking_exit()+0x10: call to __this_cpu_preempt_check.constprop.0() leaves .noinstr.text section
Full Log
# git rev-parse -q --verify be2d3ecedd9911fbfd7e55cc9ceac5f8b79ae4cf^{commit} be2d3ecedd9911fbfd7e55cc9ceac5f8b79ae4cf already have revision, skipping fetch # git checkout -q -f -B kisskb be2d3ecedd9911fbfd7e55cc9ceac5f8b79ae4cf # git clean -qxdf # < git log -1 # commit be2d3ecedd9911fbfd7e55cc9ceac5f8b79ae4cf # Merge: d897b680418d 7e2022af7921 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Apr 2 12:57:17 2022 -0700 # # Merge tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull more perf tools updates from Arnaldo Carvalho de Melo: # # - Avoid SEGV if core.cpus isn't set in 'perf stat'. # # - Stop depending on .git files for building PERF-VERSION-FILE, used in # 'perf --version', fixing some perf tools build scenarios. # # - Convert tracepoint.py example to python3. # # - Update UAPI header copies from the kernel sources: socket, # mman-common, msr-index, KVM, i915 and cpufeatures. # # - Update copy of libbpf's hashmap.c. # # - Directly return instead of using local ret variable in # evlist__create_syswide_maps(), found by coccinelle. # # * tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: # perf python: Convert tracepoint.py example to python3 # perf evlist: Directly return instead of using local ret variable # perf cpumap: More cpu map reuse by merge. # perf cpumap: Add is_subset function # perf evlist: Rename cpus to user_requested_cpus # perf tools: Stop depending on .git files for building PERF-VERSION-FILE # tools headers cpufeatures: Sync with the kernel sources # tools headers UAPI: Sync drm/i915_drm.h with the kernel sources # tools headers UAPI: Sync linux/kvm.h with the kernel sources # tools kvm headers arm64: Update KVM headers from the kernel sources # tools arch x86: Sync the msr-index.h copy with the kernel sources # tools headers UAPI: Sync asm-generic/mman-common.h with the kernel # perf beauty: Update copy of linux/socket.h with the kernel sources # perf tools: Update copy of libbpf's hashmap.c # perf stat: Avoid SEGV if core.cpus isn't set # < /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 be2d3ecedd9911fbfd7e55cc9ceac5f8b79ae4cf # < make -s -j 120 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 120 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 120 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:3766:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:3768:warning: override: reassigning to symbol GCC_PLUGINS .config:3772:warning: override: reassigning to symbol BPF_PRELOAD # make -s -j 120 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- vmlinux.o: warning: objtool: irqentry_nmi_enter()+0x31: call to lockdep_hardirqs_off.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_nmi_exit()+0x4c: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: enter_from_user_mode()+0x2: call to kasan_check_read.constprop.0.isra.0() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode()+0xb: call to kasan_check_read.constprop.0.isra.0() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode_prepare()+0x2: call to kasan_check_read.constprop.0.isra.0() leaves .noinstr.text section vmlinux.o: warning: objtool: exit_to_user_mode()+0x12: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_exit_to_user_mode()+0x2a: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter_from_user_mode()+0x2: call to kasan_check_read.constprop.0.isra.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter()+0x2b: call to lockdep_hardirqs_off.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_exit_to_user_mode()+0x19: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_exit()+0x3d: call to lockdep_hardirqs_on.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: context_tracking_recursion_enter()+0x0: call to __this_cpu_preempt_check.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: __context_tracking_enter()+0xe: call to __this_cpu_preempt_check.constprop.0() leaves .noinstr.text section vmlinux.o: warning: objtool: __context_tracking_exit()+0x10: call to __this_cpu_preempt_check.constprop.0() leaves .noinstr.text section Completed OK # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:03:55.655533
© Michael Ellerman 2006-2018.