]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-tools-fixes-for-v5.12-2021-04-25' of git://git.kernel.org/pub/scm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Apr 2021 16:48:46 +0000 (09:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 Apr 2021 16:48:46 +0000 (09:48 -0700)
commit6cc36c65cf305f6d985e70ca73a1b4403f2ff84d
treece447e3977b233e13b98a644b04187063a44ee4b
parent213ef69ac22b29e05e5148c895cd63b0e44b0d01
parentb62dca5a0726906885034e1f7f10f356a8584199
Merge tag 'perf-tools-fixes-for-v5.12-2021-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux

Pull perf tools fixes from Arnaldo Carvalho de Melo:

 - Fix potential NULL pointer dereference in the auxtrace option parser

 - Fix access to PID in an array when setting a PID filter in 'perf ftrace'

 - Fix error return code in the 'perf data' tool and in maps__clone(),
   found using a static analysis tool from Huawei

* tag 'perf-tools-fixes-for-v5.12-2021-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux:
  perf map: Fix error return code in maps__clone()
  perf ftrace: Fix access to pid in array when setting a pid filter
  perf auxtrace: Fix potential NULL pointer dereference
  perf data: Fix error return code in perf_data__create_dir()