public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] [GIT PULL] tracing: Two fixes for 4.19
@ 2018-10-17 19:49 Steven Rostedt
  2018-10-17 19:49 ` [PATCH 1/2] tracepoint: Fix tracepoint array element size mismatch Steven Rostedt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Steven Rostedt @ 2018-10-17 19:49 UTC (permalink / raw)
  To: linux-kernel
  Cc: Linus Torvalds, Greg Kroah-Hartman, Ingo Molnar, Andrew Morton


Linus (aka Greg),

This fixes two bugs:

 - Fix size mismatch of tracepoint array

 - Have preemptirq test module use same clock source of the selftest

Please pull the latest trace-v4.19-rc8 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-v4.19-rc8

Tag SHA1: 3a6f9f3dd0418408f594c295e3b8ff6d3528460f
Head SHA1: 12ad0cb2123aed30241a14792ef5bef9efcccbcd


Mathieu Desnoyers (1):
      tracepoint: Fix tracepoint array element size mismatch

Steven Rostedt (VMware) (1):
      tracing: Use trace_clock_local() for looping in preemptirq_delay_test.c

----
 include/linux/module.h               |  3 ++-
 include/linux/tracepoint-defs.h      |  6 ++++++
 include/linux/tracepoint.h           | 36 +++++++++++++++++++++++-------------
 kernel/trace/preemptirq_delay_test.c | 10 +++++-----
 kernel/tracepoint.c                  | 24 ++++++++----------------
 5 files changed, 44 insertions(+), 35 deletions(-)

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

end of thread, other threads:[~2018-10-18  7:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-17 19:49 [PATCH 0/2] [GIT PULL] tracing: Two fixes for 4.19 Steven Rostedt
2018-10-17 19:49 ` [PATCH 1/2] tracepoint: Fix tracepoint array element size mismatch Steven Rostedt
2018-10-17 19:49 ` [PATCH 2/2] tracing: Use trace_clock_local() for looping in preemptirq_delay_test.c Steven Rostedt
2018-10-18  7:33 ` [PATCH 0/2] [GIT PULL] tracing: Two fixes for 4.19 Greg Kroah-Hartman

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