Re: [PATCHv7 2/3] kernel: add support for live patching

2014-12-18 Thread Jiri Kosina
On Tue, 16 Dec 2014, Seth Jennings wrote: > This commit introduces code for the live patching core. It 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 kpat

Re: [PATCHv7 2/3] kernel: add support for live patching

2014-12-18 Thread Petr Mladek
On Tue 2014-12-16 11:58:19, Seth Jennings wrote: > This commit introduces code for the live patching core. It 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 betwee

Re: [PATCHv7 2/3] kernel: add support for live patching

2014-12-17 Thread Miroslav Benes
On Tue, 16 Dec 2014, Seth Jennings wrote: > This commit introduces code for the live patching core. It 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 kpat

Re: [PATCHv7 2/3] kernel: add support for live patching

2014-12-16 Thread Seth Jennings
On Wed, Dec 17, 2014 at 12:16:18AM +0530, Balbir Singh wrote: > On Tue, Dec 16, 2014 at 11:28 PM, Seth Jennings wrote: > > This commit introduces code for the live patching core. It implements > > an ftrace-based mechanism and kernel interface for doing live patching > > of kernel and kernel modu

Re: [PATCHv7 2/3] kernel: add support for live patching

2014-12-16 Thread Balbir Singh
On Tue, Dec 16, 2014 at 11:28 PM, Seth Jennings wrote: > This commit introduces code for the live patching core. It 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

[PATCHv7 2/3] kernel: add support for live patching

2014-12-16 Thread Seth Jennings
This commit introduces code for the live patching core. It 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 and kgraft and can accept patches built using eith