Re: [PATCHv3 0/3] Kernel Live Patching

2014-11-20 Thread Masami Hiramatsu
Hi Seth, (2014/11/21 7:29), Seth Jennings wrote: > Summary: > > This patchset implements an ftrace-based mechanism and kernel interface for > doing live patching of kernel and kernel module functions. It represents the > greatest common functionality set between kpatch [1] and kGraft [2] and can

[PATCHv3 0/3] Kernel Live Patching

2014-11-20 Thread Seth Jennings
Changelog: Thanks for all the feedback! changes in v3: - merge API and core data structures (Miroslav) - replace lp_ and lpc_ prefixes with klp_ - add ARCH_HAVE_LIVE_PATCHING - guard livepatch.h with IS_ENABLED(CONFIG_LIVE_PATCHING) - smaller cleanups - TODO: FTRACE_OPS_FL_DYNAMIC? allocate fops