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:
eb9a7bf
)
ftrace: prevent freeing of all failed updates
author
Abhishek Sagar
<sagar.abhishek@gmail.com>
Tue, 3 Jun 2008 03:03:41 +0000
(08:33 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 10 Jun 2008 09:59:05 +0000
(11:59 +0200)
Steven Rostedt wrote:
> If we unload a module and reload it, will it ever get converted again?
The intent was always to filter core kernel functions to prevent their freeing.
Here's a fix which should allow re-recording of module call-sites.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found