# git rev-parse -q --verify 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32^{commit} 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32 already have revision, skipping fetch # git checkout -q -f -B kisskb 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32 # git clean -qxdf # < git log -1 # commit 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32 # Merge: 3bb48a850627 6fc5baf54717 # Author: Linus Torvalds # Date: Sun Mar 7 13:35:49 2021 -0800 # # Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull perf tools fixes from Arnaldo Carvalho de Melo: # "Perf tool fixes: # # - Fix wrong skipping for per-die aggregation in 'perf stat'. # # - Fix race in signal handling on large core count machines, setting # up signal handlers earlier. # # - Fix -F for branch & mem modes in 'perf report'. # # - Fix the condition checks for max number of NUMA nodes in 'perf # bench numa'. # # - Fix crash in 'perf diff' error path. # # - Fix filtering of empty build-ids in 'perf archive'. # # - Ensure read cmdlines from libtraceevent are null terminated. # # Recent regressions: # # - Fix control fifo permissions in 'perf daemon'. # # - Fix 'perf daemon' compile error with ASAN. # # - Fix running 'perf daemon' test for non root user. # # - Fix PERF_SAMPLE_WEIGHT_STRUCT 'perf test' failure on non-x86 # arches. # # - Fix event's PMU name parsing related to new drm/i915/gt # software-gt-awake-time event. # # Fixes from compiler instrumentation: # # - Fix leaks in 'perf test' entries, found using ASAN. # # - Fix use-after-free when 'perf stat -r' option is used. # # Arch specific: # # - Fix bitmap for option om ARM's CS-ETM. # # Documentation: # # - Fix documentation of verbose options. # # Build: # # - Clean 'generated' directory used for creating the syscall table on # x86. # # - Fix ccache usage in $(CC) when generating arch errno table. # # - Cast (struct timeval).tv_sec when printing, fixing the build with # MUSL libc. # # - Tighten snprintf() string precision to pass gcc check on some # 32-bit arches. # # - Update UAPI copies from the kernel sources. # # - Fix regression on feature detection 'make clean' target" # # * tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: (44 commits) # perf cs-etm: Fix bitmap for option # perf trace: Fix race in signal handling # perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches # perf report: Fix -F for branch & mem modes # perf tests x86: Move insn.h include to make sure it finds stddef.h # perf test: Support the ins_lat check in the X86 specific test # perf test: Fix sample-parsing failure on non-x86 platforms # perf archive: Fix filtering of empty build-ids # perf daemon: Fix compile error with Asan # perf stat: Fix use-after-free when -r option is used # libperf: Add perf_evlist__reset_id_hash() # perf stat: Fix wrong skipping for per-die aggregation # tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sources # tools headers cpufeatures: Sync with the kernel sources # tools headers UAPI: Update tools' copy of linux/coresight-pmu.h # tools headers: Update syscall.tbl files to support mount_setattr # perf test: Fix cpu and thread map leaks in perf_time_to_tsc test # perf test: Fix cpu map leaks in cpu_map_print test # perf test: Fix a memory leak in thread_map_remove test # perf test: Fix a thread map leak in thread_map_synthesize test # ... # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-gcc --version # < /opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux-ld --version # < git log --format=%s --max-count=1 144c79ef33536b4ecb4951e07dbc1f2b7fa99d32 # < make -s -j 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- allmodconfig # Added to kconfig CONFIG_64BIT=n # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_HAVE_FTRACE_MCOUNT_RECORD=n # Added to kconfig CONFIG_SAMPLES=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- help # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- olddefconfig # make -s -j 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/drivers/tty/serial/sunzilog.c:1128:13: warning: 'sunzilog_putchar' defined but not used [-Wunused-function] static void sunzilog_putchar(struct uart_port *port, int ch) ^ /kisskb/src/drivers/input/joystick/analog.c:160:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] #warning Precise timer not defined for this architecture. ^ In file included from /kisskb/src/drivers/net/wireless/ath/ath11k/qmi.c:10:0: /kisskb/src/drivers/net/wireless/ath/ath11k/qmi.c: In function 'ath11k_qmi_respond_fw_mem_request': /kisskb/src/drivers/net/wireless/ath/ath11k/qmi.c:1690:8: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'dma_addr_t {aka unsigned int}' [-Wformat=] "qmi req mem_seg[%d] 0x%llx %u %u\n", i, ^ /kisskb/src/drivers/net/wireless/ath/ath11k/debug.h:64:30: note: in definition of macro 'ath11k_dbg' __ath11k_dbg(ar, dbg_mask, fmt, ##__VA_ARGS__); \ ^ WARNING: modpost: EXPORT symbol "bzero_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_exit" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_try" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ndelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "empty_zero_page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__udelay" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__lshrdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_write_enter" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__ashldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__copy_1page" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__muldi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "__divdi3" [vmlinux] version generation failed, symbol will not be versioned. WARNING: modpost: EXPORT symbol "___rw_read_enter" [vmlinux] version generation failed, symbol will not be versioned. arch/sparc/kernel/head_32.o: In function `current_pc': arch/sparc/kernel/head_32.o:(.head.text+0x5040): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `halt_notsup': arch/sparc/kernel/head_32.o:(.head.text+0x5100): relocation truncated to fit: R_SPARC_WDISP22 against `.init.text' arch/sparc/kernel/head_32.o: In function `leon_init': arch/sparc/kernel/head_32.o:(.init.text+0xa4): relocation truncated to fit: R_SPARC_WDISP22 against symbol `leon_smp_cpu_startup' defined in .text section in arch/sparc/kernel/trampoline_32.o arch/sparc/kernel/process_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/process_32.o:(.fixup+0xc): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x4): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x10): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x1c): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x28): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x34): relocation truncated to fit: R_SPARC_WDISP22 against `.text' arch/sparc/kernel/signal_32.o:(.fixup+0x40): additional relocation overflows omitted from the output make[1]: *** [/kisskb/src/Makefile:1197: vmlinux] Error 1 make: *** [Makefile:215: __sub-make] Error 2 Command 'make -s -j 32 ARCH=sparc O=/kisskb/build/linus_sparc-allmodconfig_sparc64 CROSS_COMPILE=/opt/cross/kisskb/br-sparc64-full-2016.08-613-ge98b4dd/bin/sparc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_sparc-allmodconfig_sparc64 # Build took: 0:13:42.031034