Revision 75fcbd38608c3ce9f4dc784f2ac8916add64c9a8 authored by Linus Torvalds on 31 October 2021, 18:24:06 UTC, committed by Linus Torvalds on 31 October 2021, 18:24:06 UTC
Pull perf tools fixes from Arnaldo Carvalho de Melo:

 - Fix compilation of callchain related code on powerpc with gcc11+

 - Fix PERF_SAMPLE_WEIGHT_STRUCT support in 'perf script'

 - Check session->header.env.arch before using it, fixing a segmentation
   fault

 - Suppress 'rm dlfilter' build messages

* tag 'perf-tools-fixes-for-v5.15-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux:
  perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT support
  perf callchain: Fix compilation on powerpc with gcc11+
  perf script: Check session->header.env.arch before using it
  perf build: Suppress 'rm dlfilter' build message
2 parent s ca5e83e + 27730c8
History
File Mode Size
.kunitconfig -rw-r--r-- 90 bytes
Kconfig -rw-r--r-- 5.0 KB
Makefile -rw-r--r-- 338 bytes
cache.c -rw-r--r-- 9.4 KB
dir.c -rw-r--r-- 35.0 KB
fat.h -rw-r--r-- 15.2 KB
fat_test.c -rw-r--r-- 4.8 KB
fatent.c -rw-r--r-- 20.6 KB
file.c -rw-r--r-- 14.4 KB
inode.c -rw-r--r-- 51.1 KB
misc.c -rw-r--r-- 9.7 KB
namei_msdos.c -rw-r--r-- 16.9 KB
namei_vfat.c -rw-r--r-- 25.5 KB
nfs.c -rw-r--r-- 7.4 KB

back to top