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(-)

Reply via email to