# git rev-parse -q --verify 4ef8451b332662d004df269d4cdeb7d9f31419b5^{commit} 4ef8451b332662d004df269d4cdeb7d9f31419b5 already have revision, skipping fetch # git checkout -q -f -B kisskb 4ef8451b332662d004df269d4cdeb7d9f31419b5 # git clean -qxdf # < git log -1 # commit 4ef8451b332662d004df269d4cdeb7d9f31419b5 # Merge: e6b0bd61a737 5d020cbd8620 # Author: Linus Torvalds # Date: Tue Nov 3 13:28:50 2020 -0800 # # Merge tag 'perf-tools-for-v5.10-2020-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull perf tools fixes from Arnaldo Carvalho de Melo: # "Only fixes and a sync of the headers so that the perf build is silent: # # - Fix visibility attribute in python module init code with newer gcc # # - Fix DRAM_BW_Use 0 issue for CLX/SKX in intel JSON vendor event # files # # - Fix the build on new fedora by removing LTO compiler options when # building perl support # # - Remove broken __no_tail_call attribute # # - Fix segfault when trying to trace events by cgroup # # - Fix crash with non-jited BPF progs # # - Increase buffer size in TUI browser, fixing format truncation # # - Fix printing of build-id for objects lacking one # # - Fix byte swapping for ino_generation field in MMAP2 perf.data # records # # - Fix byte swapping for CGROUP perf.data records, for cross arch # analysis of perf.data files # # - Fix the fast path of feature detection # # - Update kernel header copies" # # * tag 'perf-tools-for-v5.10-2020-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: (23 commits) # tools feature: Fixup fast path feature detection # perf tools: Add missing swap for cgroup events # perf tools: Add missing swap for ino_generation # perf tools: Initialize output buffer in build_id__sprintf # perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse() # tools include UAPI: Update linux/mount.h copy # tools headers UAPI: Update tools's copy of linux/perf_event.h # tools kvm headers: Update KVM headers from the kernel sources # tools UAPI: Update copy of linux/mman.h from the kernel sources # tools arch x86: Sync the msr-index.h copy with the kernel sources # tools x86 headers: Update required-features.h header from the kernel # tools x86 headers: Update cpufeatures.h headers copies # tools headers UAPI: Update fscrypt.h copy # tools headers UAPI: Sync drm/i915_drm.h with the kernel sources # tools headers UAPI: Sync prctl.h with the kernel sources # perf scripting python: Avoid declaring function pointers with a visibility attribute # perf tools: Remove broken __no_tail_call attribute # perf vendor events: Fix DRAM_BW_Use 0 issue for CLX/SKX # perf trace: Fix segfault when trying to trace events by cgroup # perf tools: Fix crash with non-jited bpf progs # ... # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 4ef8451b332662d004df269d4cdeb7d9f31419b5 # < make -s -j 8 ARCH=arm O=/kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- multi_v7_defconfig # < make -s -j 8 ARCH=arm O=/kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- help # make -s -j 8 ARCH=arm O=/kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- olddefconfig # make -s -j 8 ARCH=arm O=/kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi- /kisskb/src/arch/arm/boot/dts/mmp2.dtsi:472.23-480.6: Warning (spi_bus_bridge): /soc/apb@d4000000/spi@d4037000: incorrect #address-cells for SPI bus also defined at /kisskb/src/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts:225.7-237.3 /kisskb/src/arch/arm/boot/dts/mmp2.dtsi:472.23-480.6: Warning (spi_bus_bridge): /soc/apb@d4000000/spi@d4037000: incorrect #size-cells for SPI bus also defined at /kisskb/src/arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts:225.7-237.3 arch/arm/boot/dts/mmp2-olpc-xo-1-75.dtb: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' /kisskb/src/arch/arm/crypto/ghash-ce-glue.c: In function 'ghash_do_update': /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:67:44: warning: passing argument 4 of 'pmull_ghash_update_p64' from incompatible pointer type pmull_ghash_update_p64(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:45:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p64(int blocks, u64 dg[], const char *src, ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:69:43: warning: passing argument 4 of 'pmull_ghash_update_p8' from incompatible pointer type pmull_ghash_update_p8(blocks, dg, src, key->h, head); ^ /kisskb/src/arch/arm/crypto/ghash-ce-glue.c:48:17: note: expected 'const u64 (*)[2]' but argument is of type 'u64 (*)[2]' asmlinkage void pmull_ghash_update_p8(int blocks, u64 dg[], const char *src, ^ /kisskb/src/drivers/firmware/qcom_scm-smc.c: In function 'scm_smc_call': /kisskb/src/drivers/firmware/qcom_scm-smc.c:94:9: warning: missing braces around initializer [-Wmissing-braces] struct arm_smccc_args smc = {0}; ^ /kisskb/src/drivers/firmware/qcom_scm-smc.c:94:9: warning: (near initialization for 'smc.args') [-Wmissing-braces] /kisskb/src/drivers/firmware/qcom_scm-legacy.c: In function 'scm_legacy_call': /kisskb/src/drivers/firmware/qcom_scm-legacy.c:139:9: warning: missing braces around initializer [-Wmissing-braces] struct arm_smccc_args smc = {0}; ^ /kisskb/src/drivers/firmware/qcom_scm-legacy.c:139:9: warning: (near initialization for 'smc.args') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/linus_multi_v7_defconfig_arm-gcc4.9 # Build took: 0:06:25.291036