]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jan 2022 06:07:02 +0000 (08:07 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jan 2022 06:07:02 +0000 (08:07 +0200)
commit27654b1e722d206f9bea67acfb4f0642e4ee11b0
tree0608ca6cc9c35059acd10454704346edcfdfbd7e
parent92257d1f40ba549fa9ca95844c8deb67ffe0097e
parent78e20bf82a54083ec91eee04b929d9f6f1e2da03
Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull ftrace fix from Steven Rostedt:
 "Fix s390 breakage from sorting mcount tables.

  The latest merge of the tracing tree sorts the mcount table at build
  time. But s390 appears to do things differently (like always) and
  replaces the sorted table back to the original unsorted one. As the
  ftrace algorithm depends on it being sorted, bad things happen when it
  is not, and s390 experienced those bad things.

  Add a new config to tell the boot if the mcount table is sorted or
  not, and allow s390 to opt out of it"

* tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  ftrace: Fix assuming build time sort works for s390
kernel/trace/ftrace.c