On Wed, 06 Jan 2016 09:48:42 +0800 "Zhang, Yanmin" <[email protected]> wrote:
> On 2016/1/6 9:29, Steven Rostedt wrote: > > On Wed, 06 Jan 2016 09:14:42 +0800 > > "Zhang, Yanmin" <[email protected]> wrote: > > > > > >> It's a good idea although ftrace_module_init_fail might be complicated. > > How so? I posted the patch. All it does is to call > > ftrace_release_mod(), which will only remove pages that are included > > with the module. If the pages were not added yet, nothing is done. > > You are right. ftrace_release_mod can be used. I was going to call that directly, but for clarity, documentation and robustness I added the new call. Hmm, but on second thought, I noticed that it is already shown globally. I think I'll change that back to call ftrace_release_mod() directly. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

