# git rev-parse -q --verify c816f2e9813d218b36343c67b443c77c539ea294^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master # git rev-parse -q --verify c816f2e9813d218b36343c67b443c77c539ea294^{commit} c816f2e9813d218b36343c67b443c77c539ea294 # git checkout -q -f -B kisskb c816f2e9813d218b36343c67b443c77c539ea294 # git clean -qxdf # < git log -1 # commit c816f2e9813d218b36343c67b443c77c539ea294 # Merge: 920541bb0b9b 8e8bf60a6754 # Author: Linus Torvalds # Date: Fri Sep 30 16:03:19 2022 -0700 # # Merge tag 'perf-tools-fixes-for-v6.0-2022-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux # # Pull perf tools fixes from Arnaldo Carvalho de Melo: # # - Fail the 'perf test record' entry on error, fixing a regression where # just setup stuff like allocating memory and not the actual things # being tested failed. # # - Fixup disabling of -Wdeprecated-declarations for the python scripting # engine, the previous attempt had a brown paper bag thinko. # # - Fix branch stack sampling test to include sanity check for branch # filter on PowerPC. # # - Update is_ignored_symbol function to match the kernel ignored list, # fixing running the 'perf test' entry that compares resolving symbols # from kallsyms to resolving from vmlinux. # # - Augment the data source type with ARM's neoverse_spe list, the # previous code was limited in its search resolving the data source. # # - Fix some clang 5 variable set but unused cases. # # - Get a perf cgroup more portably in BPF as the # __builtin_preserve_enum_value builtin is not available in older # versions of clang. In those cases we can forgo BPF's CO-RE (Compile # Once, Run Everywhere). # # - More Fixes for Intel's hybrid CPU model. # # * tag 'perf-tools-fixes-for-v6.0-2022-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux: # perf build: Fixup disabling of -Wdeprecated-declarations for the python scripting engine # perf tests mmap-basic: Remove unused variable to address clang 15 warning # perf parse-events: Ignore clang 15 warning about variable set but unused in bison produced code # perf tests record: Fail the test if the 'errs' counter is not zero # perf test: Fix test case 87 ("perf record tests") for hybrid systems # perf arm-spe: augment the data source type with neoverse_spe list # perf tests vmlinux-kallsyms: Update is_ignored_symbol function to match the kernel ignored list # perf tests powerpc: Fix branch stack sampling test to include sanity check for branch filter # perf parse-events: Remove "not supported" hybrid cache events # perf print-events: Fix "perf list" can not display the PMU prefix for some hybrid cache events # perf tools: Get a perf cgroup more portably in BPF # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 c816f2e9813d218b36343c67b443c77c539ea294 # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=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_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:4675:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:4677:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:4679:warning: override: reassigning to symbol GCC_PLUGINS .config:4682:warning: override: reassigning to symbol UBSAN # make -s -j 24 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc11 # Build took: 0:06:43.030745