Re: Re: [PATCHv7 1/3] kernel: add TAINT_LIVEPATCH

2014-12-18 Thread Masami Hiramatsu
(2014/12/19 0:52), Jiri Kosina wrote: > On Thu, 18 Dec 2014, Masami Hiramatsu wrote: > >>> This adds a new taint flag to indicate when the kernel or a kernel >>> module has been live patched. This will provide a clean indication in >>> bug reports that live patching was used. >>> >>> Additionally

Re: [PATCHv7 1/3] kernel: add TAINT_LIVEPATCH

2014-12-18 Thread Jiri Kosina
On Thu, 18 Dec 2014, Masami Hiramatsu wrote: > > This adds a new taint flag to indicate when the kernel or a kernel > > module has been live patched. This will provide a clean indication in > > bug reports that live patching was used. > > > > Additionally, if the crash occurs in a live patched f

Re: [PATCHv7 1/3] kernel: add TAINT_LIVEPATCH

2014-12-18 Thread Masami Hiramatsu
(2014/12/17 2:58), Seth Jennings wrote: > This adds a new taint flag to indicate when the kernel or a kernel > module has been live patched. This will provide a clean indication in > bug reports that live patching was used. > > Additionally, if the crash occurs in a live patched function, the liv

Re: [PATCHv7 1/3] kernel: add TAINT_LIVEPATCH

2014-12-17 Thread Petr Mladek
On Tue 2014-12-16 11:58:18, Seth Jennings wrote: > This adds a new taint flag to indicate when the kernel or a kernel > module has been live patched. This will provide a clean indication in > bug reports that live patching was used. > > Additionally, if the crash occurs in a live patched function

Re: [PATCHv7 1/3] kernel: add TAINT_LIVEPATCH

2014-12-17 Thread Miroslav Benes
On Tue, 16 Dec 2014, Seth Jennings wrote: > This adds a new taint flag to indicate when the kernel or a kernel > module has been live patched. This will provide a clean indication in > bug reports that live patching was used. > > Additionally, if the crash occurs in a live patched function, the