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)
commitd2d09fbe33f80ec17536b6a687ac5274feb927c7
treece447e3977b233e13b98a644b04187063a44ee4b
parent24dfc390079c5bda43a689d8b83812ce308e1e07
parentc6f87141254d16e281e4b4431af7316895207b8f
Merge tag 'perf-tools-fixes-for-v5.12-2021-04-25' of git://git./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()