[PATCH 0/5] [GIT PULL] tracing: A few last minute clean up and fixes

From: Steven Rostedt
Date: Wed Apr 11 2018 - 21:55:28 EST



Linus,

A few clean ups and bug fixes

- Replace open coded "ARRAY_SIZE()" with macro

- Updates to uprobes

- Bug fix for perf event filter on error path

Please pull the latest ktest-v4.17-2 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git
ktest-v4.17-2

Tag SHA1: f4a56400c3b9f949cf5740153aab48a8240f88db
Head SHA1: 0b3dec05dbbce023f4f25aba975b5d253c313ebb


Howard McLauchlan (1):
tracing/uprobe: Add support for overlayfs

Jérémy Lefaure (1):
tracing: Use ARRAY_SIZE() macro instead of open coding it

Ravi Bangoria (2):
trace_uprobe: Use %lx to display offset
trace_uprobe: Simplify probes_seq_show()

Steven Rostedt (VMware) (1):
tracing: Enforce passing in filter=NULL to create_filter()

----
kernel/trace/trace_events_filter.c | 26 +++++++++++---------------
kernel/trace/trace_uprobe.c | 23 ++++-------------------
2 files changed, 15 insertions(+), 34 deletions(-)