]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ftracetest-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Nov 2014 19:12:25 +0000 (11:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Nov 2014 19:12:25 +0000 (11:12 -0800)
commit3d0a5b9712ed90ce1ab54591e3f7bd80ebd1a390
tree98d339067e4bebac15cfcb4db70a879257b1bba9
parentf630a5a5a2b112157755e88eb9edaefc062c6f0a
parent256bf6ece9599de5384f91dd36658fc012f1ed9e
Merge tag 'ftracetest-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull ftracetest fix from Steven Rostedt:
 "Running the ftracetests on a machine that had the debugfs file system
  mounted in two locations caused the ftracetests to fail.  This is
  because the ftracetests script does a grep of the /proc/mounts file to
  find where the debugfs file system is mounted.  If it is mounted
  twice, then the grep returns two lines instead of just one.  This
  causes the ftracetests to get confused and fail.

  Use "head -1" to only return the first mount point for debugfs"

* tag 'ftracetest-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  ftracetest: Take the first debugfs mount found