]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit075e87b37a7f98da5300df6d3c3f24dfcf363cf4
treea5ace6b3f7c1012819233f126f08c3bdf9f94653
parent1fefc42e590c9e15ec37307f8cb7b749cc241cf2
parentf884bc9a888481e59f6ea7f0217483e8fd123e5d
Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/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