[GIT PULL] probes: Fixes for v6.8-rc5

From: Google
Date: Thu Feb 29 2024 - 19:36:39 EST


Hi Linus,

Probes fixes for v6.8-rc5:

- fprobe: Fix to allocate entry_data_size buffer for each rethook
instance. This fixes a buffer overrun bug (which leads a kernel
crash) when fprobe user uses its entry_data in the entry_handler.


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


git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
probes-fixes-v6.8-rc5

Tag SHA1: 771e808cce33b2bac31d03006ec542ca6fc2585d
Head SHA1: 6572786006fa96ad2c35bb31757f1f861298093b


Masami Hiramatsu (Google) (1):
fprobe: Fix to allocate entry_data_size buffer with rethook instances

----
kernel/trace/fprobe.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)


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