]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Oct 2021 16:02:58 +0000 (06:02 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Oct 2021 16:02:58 +0000 (06:02 -1000)
commite5013065d922ecc7473ca0ce51c84bd502b2e143
tree59ed44c0e67821df8e861b28413d6043f6baf1e2
parent84a88e5c4c146f20d482c200e830e4fab44b71a4
parent271099da73b5d3987d715cb92c6aa498d13e3d68
Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Recursion fix for tracing.

  While cleaning up some of the tracing recursion protection logic, I
  discovered a scenario that the current design would miss, and would
  allow an infinite recursion. Removing an optimization trick that
  opened the hole fixes the issue and cleans up the code as well"

* tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Have all levels of checks prevent recursion