]> 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)
commitb40d911f5078c7ab226dc6b534630237c65ca26e
tree59ed44c0e67821df8e861b28413d6043f6baf1e2
parentc37aee162784646b97b4672a8508adc3c3e1fb75
parent801736cb641a84568d7081381dd45c097583fa48
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