Merge tag 'trace-rtla-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Aug 2022 16:35:46 +0000 (09:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Aug 2022 16:35:46 +0000 (09:35 -0700)
commit29b1d469f3f6842ee4115f0b21f018fc44176468
treee491dad91a4a635a280811f488bd1963f98c7e92
parentb2a88c212e652e94f1e4b635910972ac57ba4e97
parentdd0b15bda48f59eb7dee17fab91eda8389f0e98d
Merge tag 'trace-rtla-v5.20' of git://git./linux/kernel/git/rostedt/linux-trace

Pull real time analysis tool (rtla) updates from Steven Rostedt:

 - Fix a double free

 - Define syscall numbers for RISCV

 - Fix Makefile when called from -C tools

 - Use calloc() to check for memory allocation failures

* tag 'trace-rtla-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  rtla: Define syscall numbers for riscv
  rtla: Fix double free
  rtla: Fix Makefile when called from -C tools/
  rtla/utils: Use calloc and check the potential memory allocation failure