]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'probes-fixes-v6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Jul 2025 20:00:38 +0000 (13:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Jul 2025 20:00:38 +0000 (13:00 -0700)
commite2291551827fe5d2d3758c435c191d32b6d1350e
tree1fadf8528df158830503b74702a7a59cad118cb9
parent4664a4ddb9211a3513aa769453e3a1095fc806d0
parent1ed171a3afe81531b3ace96bd151a372dda3ee25
Merge tag 'probes-fixes-v6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull probes fix from Masami Hiramatsu:

 - fprobe-event: The @params variable was being used in an error path
   without being initialized. The fix to return an error code.

* tag 'probes-fixes-v6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing/probes: Avoid using params uninitialized in parse_btf_arg()