From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Ingo Molnar <mingo@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH 0/2] [GIT PULL] tracing: Two fixes for 4.19
Date: Wed, 17 Oct 2018 15:49:39 -0400 [thread overview]
Message-ID: <20181017194939.044060850@goodmis.org> (raw)
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(-)
next reply other threads:[~2018-10-17 19:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-17 19:49 Steven Rostedt [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181017194939.044060850@goodmis.org \
--to=rostedt@goodmis.org \
--cc=akpm@linux-foundation.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome