]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-tools-fixes-for-v5.16-2021-12-18' of git://git.kernel.org/pub/scm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Dec 2021 19:53:14 +0000 (11:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Dec 2021 19:53:14 +0000 (11:53 -0800)
commit011e48cc38532016332aea6f9b0220d47c07a341
treeec4da871af32f0c57c9c3243d3d799d3fb523c55
parent6a2abd3e79c71f339d25c54646d8f71465a90508
parent41757cae15b2ba39077ca6d1dc6f9d06d374c763
Merge tag 'perf-tools-fixes-for-v5.16-2021-12-18' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux

Pull perf tools fixes from Arnaldo Carvalho de Melo:

 - Fix segfaults in 'perf inject' related to usage of unopened files

 - The return value of hashmap__new() should be checked using IS_ERR()

* tag 'perf-tools-fixes-for-v5.16-2021-12-18' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux:
  perf inject: Fix segfault due to perf_data__fd() without open
  perf inject: Fix segfault due to close without open
  perf expr: Fix missing check for return value of hashmap__new()