Re: [PATCH v5 3/3] livepatch: add transition notices

2017-09-27 Thread Joe Lawrence
On 09/27/2017 07:49 AM, Petr Mladek wrote: > On Thu 2017-08-31 10:53:53, Joe Lawrence wrote: >> Log a few kernel debug messages at the beginning of the following livepatch >> transition functions: >> >> klp_complete_transition() >> klp_cancel_transition() >> klp_init_transition() >>

Re: [PATCH v5 3/3] livepatch: add transition notices

2017-09-27 Thread Joe Lawrence
On 09/27/2017 07:49 AM, Petr Mladek wrote: > On Thu 2017-08-31 10:53:53, Joe Lawrence wrote: >> Log a few kernel debug messages at the beginning of the following livepatch >> transition functions: >> >> klp_complete_transition() >> klp_cancel_transition() >> klp_init_transition() >>

Re: [PATCH v5 3/3] livepatch: add transition notices

2017-09-27 Thread Petr Mladek
On Thu 2017-08-31 10:53:53, Joe Lawrence wrote: > Log a few kernel debug messages at the beginning of the following livepatch > transition functions: > > klp_complete_transition() > klp_cancel_transition() > klp_init_transition() > klp_reverse_transition() > > Also update the log notice

Re: [PATCH v5 3/3] livepatch: add transition notices

2017-09-27 Thread Petr Mladek
On Thu 2017-08-31 10:53:53, Joe Lawrence wrote: > Log a few kernel debug messages at the beginning of the following livepatch > transition functions: > > klp_complete_transition() > klp_cancel_transition() > klp_init_transition() > klp_reverse_transition() > > Also update the log notice

Re: [PATCH v5 3/3] livepatch: add transition notices

2017-09-12 Thread Miroslav Benes
On Thu, 31 Aug 2017, Joe Lawrence wrote: > Log a few kernel debug messages at the beginning of the following livepatch > transition functions: > > klp_complete_transition() > klp_cancel_transition() > klp_init_transition() > klp_reverse_transition() > > Also update the log notice

Re: [PATCH v5 3/3] livepatch: add transition notices

2017-09-12 Thread Miroslav Benes
On Thu, 31 Aug 2017, Joe Lawrence wrote: > Log a few kernel debug messages at the beginning of the following livepatch > transition functions: > > klp_complete_transition() > klp_cancel_transition() > klp_init_transition() > klp_reverse_transition() > > Also update the log notice

[PATCH v5 3/3] livepatch: add transition notices

2017-08-31 Thread Joe Lawrence
Log a few kernel debug messages at the beginning of the following livepatch transition functions: klp_complete_transition() klp_cancel_transition() klp_init_transition() klp_reverse_transition() Also update the log notice message in klp_start_transition() for similar verbiage as the

[PATCH v5 3/3] livepatch: add transition notices

2017-08-31 Thread Joe Lawrence
Log a few kernel debug messages at the beginning of the following livepatch transition functions: klp_complete_transition() klp_cancel_transition() klp_init_transition() klp_reverse_transition() Also update the log notice message in klp_start_transition() for similar verbiage as the