]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Mar 2022 21:54:41 +0000 (14:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Mar 2022 21:54:41 +0000 (14:54 -0700)
commit0fd0451fda2ff48e43e1b41983f48c1e1e69e3ef
tree8bb10067a8777133c9ad86c2ef38a4b1dada607f
parent026978290dab1206f751b454894dce66992c7c8a
parentfac84ea2a13f8f577bcf7ac0e570b021aac0d3cd
Merge tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull trace event string verifier fix from Steven Rostedt:
 "The run-time string verifier checks all trace event formats as
  they are read from the tracing file to make sure that the %s pointers
  are not reading something that no longer exists.

  However, it failed to account for the valid case of '%*.s' where the
  length given is zero, and the string is NULL. It incorrectly flagged
  it as a null pointer dereference and gave a WARN_ON()"

* tag 'trace-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Have trace event string test handle zero length strings
kernel/trace/trace.c