Merge tag 'probes-fixes-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Oct 2023 01:50:48 +0000 (18:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Oct 2023 01:50:48 +0000 (18:50 -0700)
commit213f891525c222e8ed145ce1ce7ae1f47921cb9c
tree0028d1772798c403615203f22e72dac2b3ec4733
parent86d6a628a281a17b8341ece99997c1251bb41a41
parent700b2b439766e8aab8a7174991198497345bd411
Merge tag 'probes-fixes-v6.6-rc6' of git://git./linux/kernel/git/trace/linux-trace

Pull probes fixes from Masami Hiramatsu:

 - Fix fprobe document to add a new ret_ip parameter for callback
   functions. This has been introduced in v6.5 but the document was not
   updated.

 - Fix fprobe to check the number of active retprobes is not zero. This
   number is passed from parameter or calculated by the parameter and it
   can be zero which is not acceptable. But current code only check it
   is not minus.

* tag 'probes-fixes-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  fprobe: Fix to ensure the number of active retprobes is not zero
  Documentation: probes: Add a new ret_ip callback parameter