]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jun 2022 17:24:49 +0000 (12:24 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Jun 2022 17:24:49 +0000 (12:24 -0500)
commit6715d5d9aacbde8d437fb15ed555b50fbba8fa4a
tree2bbf88ea660fd4dda0d34706a7b025dc3f5836f1
parent47ef88d67ce3063eb876966783c6009840ac91f0
parentecb14b0338d684d59bdf6b48f0873da310578ccf
Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fixes from Steven Rostedt:

 - Check for NULL in kretprobe_dispatcher()

   NULL can now be passed in, make sure it can handle it

 - Clean up unneeded #endif #ifdef of the same preprocessor
   check in the middle of the block.

 - Comment clean up

 - Remove unneeded initialization of the "ret" variable in
   __trace_uprobe_create()

* tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create()
  tracefs: Fix syntax errors in comments
  tracing: Simplify conditional compilation code in tracing_set_tracer()
  tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher()