Merge tag 'probes-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Mar 2024 19:17:23 +0000 (11:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Mar 2024 19:17:23 +0000 (11:17 -0800)
commit161671a6ebeecdab36ee4b8a6330d99b0f772412
treecb68fafe8683d93c0d012078320d71bde730c7d8
parent2f03fc340cac9ea1dc63cbf8c93dd2eb0f227815
parent6572786006fa96ad2c35bb31757f1f861298093b
Merge tag 'probes-fixes-v6.8-rc5' of git://git./linux/kernel/git/trace/linux-trace

Pull fprobe fix from Masami Hiramatsu:

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

* tag 'probes-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  fprobe: Fix to allocate entry_data_size buffer with rethook instances