ftrace: prevent freeing of all failed updates
authorAbhishek Sagar <sagar.abhishek@gmail.com>
Tue, 3 Jun 2008 03:03:41 +0000 (08:33 +0530)
committerIngo 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