public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] [GIT PULL] tracing: A couple more small fixes for 4.15
@ 2018-01-19 17:41 Steven Rostedt
  2018-01-19 17:41 ` [PATCH 1/2] ring-buffer: Fix duplicate results in mapping context to bits in recursive lock Steven Rostedt
  2018-01-19 17:41 ` [PATCH 2/2] tracing: Fix converting enums from the map in trace_event_eval_update() Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2018-01-19 17:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds, Ingo Molnar, Andrew Morton


Linus,

Two more small fixes

 - The conversion of enums into their actual numbers to display
   in the event format file had an off-by-one bug, that could cause
   an enum not to be converted, and break user space parsing tools.

 - A fix to a previous fix to bring back the context recursion checks.
   The interrupt case checks for NMI, IRQ and softirq, but the softirq
   returned the same number regardless if it was set or not, although
   the logic would force it to be set if it were hit.

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


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

Tag SHA1: 731752ff22e86fd5a139de2f1a300cd9746ac870
Head SHA1: 1ebe1eaf2f02784921759992ae1fde1a9bec8fd0


Steven Rostedt (VMware) (2):
      ring-buffer: Fix duplicate results in mapping context to bits in recursive lock
      tracing: Fix converting enum's from the map in trace_event_eval_update()

----
 kernel/trace/ring_buffer.c  |  3 +--
 kernel/trace/trace_events.c | 16 +++++++++++++++-
 2 files changed, 16 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2018-01-19 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-19 17:41 [PATCH 0/2] [GIT PULL] tracing: A couple more small fixes for 4.15 Steven Rostedt
2018-01-19 17:41 ` [PATCH 1/2] ring-buffer: Fix duplicate results in mapping context to bits in recursive lock Steven Rostedt
2018-01-19 17:41 ` [PATCH 2/2] tracing: Fix converting enums from the map in trace_event_eval_update() Steven Rostedt

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