Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 May 2018 03:38:37 +0000 (17:38 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 May 2018 03:38:37 +0000 (17:38 -1000)
commitf4ef6a438cee86ca0c6d1b889aa53bec9c1f9de6
treea5ace6b3f7c1012819233f126f08c3bdf9f94653
parentecd649b3408408841d5793038b0241e55ac7a141
parentd66a270be3310d7aa132fec0cea77d3d32a0ff75
Merge tag 'trace-v4.17-rc1-2' of git://git./linux/kernel/git/rostedt/linux-trace

Pull tracing fixes from Steven Rostedt:
 "Various fixes in tracing:

   - Tracepoints should not give warning on OOM failures

   - Use special field for function pointer in trace event

   - Fix igrab issues in uprobes

   - Fixes to the new histogram triggers"

* tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracepoint: Do not warn on ENOMEM
  tracing: Add field modifier parsing hist error for hist triggers
  tracing: Add field parsing hist error for hist triggers
  tracing: Restore proper field flag printing when displaying triggers
  tracing: initcall: Ordered comparison of function pointers
  tracing: Remove igrab() iput() call from uprobes.c
  tracing: Fix bad use of igrab in trace_uprobe.c