]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 May 2018 20:04:35 +0000 (13:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 11 May 2018 20:04:35 +0000 (13:04 -0700)
commit55c54fd9b5f18b2dccaddceea444ba93bd71bf61
treeead86e9bb9671da05f4143b6abdf17f98b7ce6ad
parent03758be51821200661e1aba87510929fe51666f2
parentbdb1f1a8eefba1eddd69cb422357fceabab73670
Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Working on some new updates to trace filtering, I noticed that the
  regex_match_front() test was updated to be limited to the size of the
  pattern instead of the full test string.

  But as the test string is not guaranteed to be nul terminated, it
  still needs to consider the size of the test string"

* tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Fix regex_match_front() to not over compare the test string