# 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-8.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 4ef8451b332662d004df269d4cdeb7d9f31419b5 # < make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # < make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 8 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/s390-linux/bin/s390-linux- /kisskb/src/drivers/gpu/drm/rockchip/cdn-dp-core.c:1124:12: warning: 'cdn_dp_resume' defined but not used [-Wunused-function] static int cdn_dp_resume(struct device *dev) ^~~~~~~~~~~~~ /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/ethernet/marvell/mvpp2/mvpp2_main.c:42: /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c: In function 'mvpp2_setup_bm_pool': /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:760:2: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551584' to '-32' [-Woverflow] ((total_size) - MVPP2_SKB_HEADROOM - MVPP2_SKB_SHINFO_SIZE) ^ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2.h:864:33: note: in expansion of macro 'MVPP2_RX_MAX_PKT_SIZE' #define MVPP2_BM_SHORT_PKT_SIZE MVPP2_RX_MAX_PKT_SIZE(MVPP2_BM_SHORT_FRAME_SIZE) ^~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c:647:41: note: in expansion of macro 'MVPP2_BM_SHORT_PKT_SIZE' mvpp2_pools[MVPP2_BM_SHORT].pkt_size = MVPP2_BM_SHORT_PKT_SIZE; ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/mmp-driver.c:324:12: warning: 'mmpcam_runtime_suspend' defined but not used [-Wunused-function] static int mmpcam_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/media/platform/marvell-ccic/mmp-driver.c:310:12: warning: 'mmpcam_runtime_resume' defined but not used [-Wunused-function] static int mmpcam_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-allyesconfig_s390x-gcc8 # Build took: 0:30:24.992157