Merge tag 'probes-fixes-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Oct 2023 18:04:56 +0000 (08:04 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 Oct 2023 18:04:56 +0000 (08:04 -1000)
commit51a7691038c334db81b736faa6b4cc4778e751fc
treea3a099d0c1a0db22bb6c4a33a6748baeff9d9861
parentbd80d2ef59bb6436effa6b7f77746b1418cf0a15
parent926fe783c8a64b33997fec405cf1af3e61aed441
Merge tag 'probes-fixes-v6.6-rc7' of git://git./linux/kernel/git/trace/linux-trace

Pull probes fixes from Masami Hiramatsu:

 - tracing/kprobes: Fix kernel-doc warnings for the variable length
   arguments

 - tracing/kprobes: Fix to count the symbols in modules even if the
   module name is not specified so that user can probe the symbols in
   the modules without module name

* tag 'probes-fixes-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing/kprobes: Fix symbol counting logic by looking at modules as well
  tracing/kprobes: Fix the description of variable length arguments