]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jul 2015 18:42:54 +0000 (11:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jul 2015 18:42:54 +0000 (11:42 -0700)
commit6fbc36c7cae3ddf971df0ba3982af04dc753e85e
tree0ab40e348fd5f139223cae485e798a747c45ebfd
parente34c462b513cacfbad059f94506a2402834870ff
parent63e520036c561be9ec0bf7d990188b6ce42579f2
Merge tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull ftrace fix from Steven Rostedt:
 "Back in 3.16 the ftrace code was redesigned and cleaned up to remove
  the double iteration list (one for registered ftrace ops, and one for
  registered "global" ops), to just use one list.  That simplified the
  code but also broke the function tracing filtering on pid.

  This updates the code to handle the filtering again with the new
  logic"

* tag 'trace-v4.2-rc2-fix3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  ftrace: Fix breakage of set_ftrace_pid