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:
62a394e
)
ftrace: avoid double-free of dyn_ftrace
author
Zhaolei
<zhaolei@cn.fujitsu.com>
Fri, 13 Mar 2009 09:14:01 +0000
(17:14 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 13 Mar 2009 09:25:06 +0000
(10:25 +0100)
If dyn_ftrace is freed before ftrace_release(), ftrace_release()
will free it again and make ftrace_free_records wrong.
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
Cc: "Steven Rostedt ;" <rostedt@goodmis.org>
LKML-Reference: <
49BA23D9
.1050900@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found