public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] [GIT PULL] tracing: A couple of fixes for 4.15
@ 2018-01-16  2:00 Steven Rostedt
  2018-01-16  2:00 ` [PATCH 1/2] ring-buffer: Bring back context level recursive checks Steven Rostedt
  2018-01-16  2:00 ` [PATCH 2/2] tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2018-01-16  2:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds, Ingo Molnar, Andrew Morton


Linus,

This includes two fixes

 - Bring back context level recursive protection in ring buffer.
   The simpler counter protection failed, due to a path when
   tracing with trace_clock_global() as it could not be reentrant
   and depended on the ring buffer recursive protection to keep that
   from happening.

 - Prevent branch profiling when FORTIFY_SOURCE is enabled. It causes
   50 - 60 MB in warning messages. Branch profiling should never be
   run on production systems, so there's no reason that it needs to
   be enabled with FORTIFY_SOURCE.

Please pull the latest trace-v4.15-rc4-2 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.15-rc4-2

Tag SHA1: a7fa05e04911a3f5c77818516b137ac742523911
Head SHA1: 68e76e034b6b1c1ce2eece1ab8ae4008e14be470


Randy Dunlap (1):
      tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y

Steven Rostedt (VMware) (1):
      ring-buffer: Bring back context level recursive checks

----
 kernel/trace/Kconfig       |  2 +-
 kernel/trace/ring_buffer.c | 62 +++++++++++++++++++++++++++++++++-------------
 2 files changed, 46 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-16  2:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-16  2:00 [PATCH 0/2] [GIT PULL] tracing: A couple of fixes for 4.15 Steven Rostedt
2018-01-16  2:00 ` [PATCH 1/2] ring-buffer: Bring back context level recursive checks Steven Rostedt
2018-01-16  2:00 ` [PATCH 2/2] tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=y Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox