Re: [PATCH v3] livepatch: add (un)patch callbacks

2017-08-22 Thread Petr Mladek
On Mon 2017-08-21 17:18:58, Joe Lawrence wrote: > On Fri, Aug 18, 2017 at 03:58:16PM +0200, Petr Mladek wrote: > > On Wed 2017-08-16 15:17:04, Joe Lawrence wrote: > > > Provide livepatch modules a klp_object (un)patching notification > > > mechanism. Pre and post-(un)patch callbacks allow

Re: [PATCH v3] livepatch: add (un)patch callbacks

2017-08-22 Thread Petr Mladek
On Mon 2017-08-21 17:18:58, Joe Lawrence wrote: > On Fri, Aug 18, 2017 at 03:58:16PM +0200, Petr Mladek wrote: > > On Wed 2017-08-16 15:17:04, Joe Lawrence wrote: > > > Provide livepatch modules a klp_object (un)patching notification > > > mechanism. Pre and post-(un)patch callbacks allow

Re: [PATCH v3] livepatch: add (un)patch callbacks

2017-08-21 Thread Joe Lawrence
On Fri, Aug 18, 2017 at 03:58:16PM +0200, Petr Mladek wrote: > On Wed 2017-08-16 15:17:04, Joe Lawrence wrote: > > Provide livepatch modules a klp_object (un)patching notification > > mechanism. Pre and post-(un)patch callbacks allow livepatch modules to > > setup or synchronize changes that

Re: [PATCH v3] livepatch: add (un)patch callbacks

2017-08-21 Thread Joe Lawrence
On Fri, Aug 18, 2017 at 03:58:16PM +0200, Petr Mladek wrote: > On Wed 2017-08-16 15:17:04, Joe Lawrence wrote: > > Provide livepatch modules a klp_object (un)patching notification > > mechanism. Pre and post-(un)patch callbacks allow livepatch modules to > > setup or synchronize changes that

Re: [PATCH v3] livepatch: add (un)patch callbacks

2017-08-18 Thread Petr Mladek
On Wed 2017-08-16 15:17:04, Joe Lawrence wrote: > Provide livepatch modules a klp_object (un)patching notification > mechanism. Pre and post-(un)patch callbacks allow livepatch modules to > setup or synchronize changes that would be difficult to support in only > patched-or-unpatched code

Re: [PATCH v3] livepatch: add (un)patch callbacks

2017-08-18 Thread Petr Mladek
On Wed 2017-08-16 15:17:04, Joe Lawrence wrote: > Provide livepatch modules a klp_object (un)patching notification > mechanism. Pre and post-(un)patch callbacks allow livepatch modules to > setup or synchronize changes that would be difficult to support in only > patched-or-unpatched code

Re: [PATCH v3] livepatch: add (un)patch callbacks

2017-08-16 Thread Josh Poimboeuf
On Wed, Aug 16, 2017 at 03:17:04PM -0400, Joe Lawrence wrote: > Provide livepatch modules a klp_object (un)patching notification > mechanism. Pre and post-(un)patch callbacks allow livepatch modules to > setup or synchronize changes that would be difficult to support in only >

Re: [PATCH v3] livepatch: add (un)patch callbacks

2017-08-16 Thread Josh Poimboeuf
On Wed, Aug 16, 2017 at 03:17:04PM -0400, Joe Lawrence wrote: > Provide livepatch modules a klp_object (un)patching notification > mechanism. Pre and post-(un)patch callbacks allow livepatch modules to > setup or synchronize changes that would be difficult to support in only >

[PATCH v3] livepatch: add (un)patch callbacks

2017-08-16 Thread Joe Lawrence
Provide livepatch modules a klp_object (un)patching notification mechanism. Pre and post-(un)patch callbacks allow livepatch modules to setup or synchronize changes that would be difficult to support in only patched-or-unpatched code contexts. Callbacks can be registered for target module or

[PATCH v3] livepatch: add (un)patch callbacks

2017-08-16 Thread Joe Lawrence
Provide livepatch modules a klp_object (un)patching notification mechanism. Pre and post-(un)patch callbacks allow livepatch modules to setup or synchronize changes that would be difficult to support in only patched-or-unpatched code contexts. Callbacks can be registered for target module or