]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Apr 2013 22:56:57 +0000 (15:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Apr 2013 22:56:57 +0000 (15:56 -0700)
commita0e6b343a125d5c030ad2a067b398d59e7d1e550
tree66d79a8ab8301e65b55ad402750fc4860e36820a
parent7e2f295e46416b161e506683a605b1da3e5b1053
parent49c0485b9d6445658d95d607dfb495a9903fcef4
Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Namhyung Kim fixed a long standing bug that can cause a kernel panic.

  If the function profiler fails to allocate memory for everything, it
  will do a double free on the same pointer which can cause a panic"

* tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Fix double free when function profile init failed