]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 21:56:52 +0000 (14:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2020 21:56:52 +0000 (14:56 -0700)
commit2a110178c1541c090d10cc22ac686cd35153f889
tree26651f3df6f92d7dacafb29a9666b66a16e18f5f
parent03d23a79e0d450c2f3a4f227cce830d6233d4811
parentcfae86def0640ce5d68569b2b139dcc30d9ab40f
Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Fix mismatch section of adding early trace events.

  Fixes the issue of a mismatch section that was missed due to gcc
  inlining the offending function, while clang did not (and reported the
  issue)"

* tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Remove __init from __trace_early_add_new_event()
kernel/trace/trace_events.c