RE: [PATCH 1/5] ia64: ftrace: fix the comments for ftrace_modify_code

2015-12-04 Thread Luck, Tony
> Suggested-by: Steven Rostedt > Signed-off-by: Li Bin Sure. Acked-by: Tony Luck [assuming that Steven is going to apply this whole series] -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo in

[PATCH 1/5] ia64: ftrace: fix the comments for ftrace_modify_code

2015-12-03 Thread Li Bin
There is no need to worry about module and __init text disappearing case, because that ftrace has a module notifier that is called when a module is being unloaded and before the text goes away and this code grabs the ftrace_lock mutex and removes the module functions from the ftrace list, such that