# git rev-parse -q --verify 8b98436af2c0d6a6fc970700a290666600e2ba13^{commit} 8b98436af2c0d6a6fc970700a290666600e2ba13 already have revision, skipping fetch # git checkout -q -f -B kisskb 8b98436af2c0d6a6fc970700a290666600e2ba13 # git clean -qxdf # < git log -1 # commit 8b98436af2c0d6a6fc970700a290666600e2ba13 # Merge: 9539ba4308ad b194c9cd09dd # Author: Linus Torvalds # Date: Fri Nov 19 12:47:29 2021 -0800 # # Merge tag 'perf-tools-fixes-for-v5.16-2021-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull perf tools fixes from Arnaldo Carvalho de Melo: # # - Fix the 'local_weight', 'weight' (memory access latency), # 'local_ins_lat', 'ins_lat' (instruction latency) and 'pstage_cyc' # (pipeline stage cycles) sort key sample aggregation. # # - Fix 'perf test' entry for watchpoints on s/390. # # - Fix branch_stack entry endianness check in the 'perf test' sample # parsing test. # # - Fix ARM SPE handling on 'perf inject'. # # - Fix memory leaks detected with ASan. # # - Fix build on arm64 related to reallocarray() availability. # # - Sync copies of kernel headers: cpufeatures, kvm, MIPS syscalltable # (futex_waitv). # # * tag 'perf-tools-fixes-for-v5.16-2021-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: # perf evsel: Fix memory leaks relating to unit # perf report: Fix memory leaks around perf_tip() # perf hist: Fix memory leak of a perf_hpp_fmt # tools headers UAPI: Sync MIPS syscall table file changed by new futex_waitv syscall # tools build: Fix removal of feature-sync-compare-and-swap feature detection # perf inject: Fix ARM SPE handling # perf bench: Fix two memory leaks detected with ASan # perf test sample-parsing: Fix branch_stack entry endianness check # tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources # perf sort: Fix the 'p_stage_cyc' sort key behavior # perf sort: Fix the 'ins_lat' sort key behavior # perf sort: Fix the 'weight' sort key behavior # perf tools: Set COMPAT_NEED_REALLOCARRAY for CONFIG_AUXTRACE=1 # perf tests wp: Remove unused functions on s390 # tools headers UAPI: Sync linux/kvm.h with the kernel sources # tools headers cpufeatures: Sync with the kernel sources # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 8b98436af2c0d6a6fc970700a290666600e2ba13 # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- randconfig # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- help # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- olddefconfig .config:6113:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- warning: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum warning: LSE atomics not supported by binutils In file included from :0:0: /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c: In function 'apple_gpio_irq_unmask': /kisskb/src/include/linux/compiler_types.h:335:38: error: call to '__compiletime_assert_372' declared with attribute error: FIELD_PREP: value too large for the field _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/compiler_types.h:316:4: note: in definition of macro '__compiletime_assert' prefix ## suffix(); \ ^ /kisskb/src/include/linux/compiler_types.h:335:2: note: in expansion of macro '_compiletime_assert' _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) ^ /kisskb/src/include/linux/build_bug.h:39:37: note: in expansion of macro 'compiletime_assert' #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) ^ /kisskb/src/include/linux/bitfield.h:49:3: note: in expansion of macro 'BUILD_BUG_ON_MSG' BUILD_BUG_ON_MSG(__builtin_constant_p(_val) ? \ ^ /kisskb/src/include/linux/bitfield.h:94:3: note: in expansion of macro '__BF_FIELD_CHECK' __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \ ^ /kisskb/src/drivers/pinctrl/pinctrl-apple-gpio.c:294:7: note: in expansion of macro 'FIELD_PREP' FIELD_PREP(REG_GPIOx_MODE, irqtype)); ^ make[3]: *** [/kisskb/src/scripts/Makefile.build:287: drivers/pinctrl/pinctrl-apple-gpio.o] Error 1 make[2]: *** [/kisskb/src/scripts/Makefile.build:549: drivers/pinctrl] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:1846: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 48 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 CROSS_COMPILE=/opt/cross/kisskb/br-aarch64-glibc-2016.08-613-ge98b4dd/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc5.4 # Build took: 0:03:30.006972