[GIT PULL] probes: Fixes for 6.6-rc6

From: Google
Date: Mon Oct 16 2023 - 21:39:57 EST


Hi Linus,

Probes fixes for v6.6-rc6:

- 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.


Please pull the latest probes-fixes-v6.6-rc6 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
probes-fixes-v6.6-rc6

Tag SHA1: 54b9689eff548f43f5862c43dbd48305c52c0579
Head SHA1: 700b2b439766e8aab8a7174991198497345bd411


Masami Hiramatsu (Google) (2):
Documentation: probes: Add a new ret_ip callback parameter
fprobe: Fix to ensure the number of active retprobes is not zero


--
Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>