]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-tools-fixes-for-v5.15-2021-10-31' of git://git.kernel.org/pub/scm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 31 Oct 2021 18:24:06 +0000 (11:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 31 Oct 2021 18:24:06 +0000 (11:24 -0700)
commit108c9b16507edd9fee4fbc4e8bfcb0103cd50bb7
tree82e06de70e914c0574bee1e7b4bfae262ebb4109
parent7244d6d0182a4bc6c8113d265783a53f5fc73f9a
parent1b945d112499273f32e4e199bf4f3d9d6ffa74cd
Merge tag 'perf-tools-fixes-for-v5.15-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux

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