git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a737e6d
)
ftrace: Fix memory leak on failure path in ftrace_allocate_pages()
author
Namhyung Kim
<namhyung@kernel.org>
Wed, 11 Jun 2014 08:06:53 +0000
(17:06 +0900)
committer
Steven Rostedt
<rostedt@goodmis.org>
Tue, 1 Jul 2014 11:13:40 +0000
(07:13 -0400)
As struct ftrace_page is managed in a single linked list, it should
free from the start page.
Link:
http://lkml.kernel.org/p/1402474014-28655-1-git-send-email-namhyung@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found