Re: [PATCH v3 14/15] livepatch: add /proc//patch_state

2017-01-04 Thread Miroslav Benes
On Thu, 8 Dec 2016, Josh Poimboeuf wrote: > Expose the per-task patch state value so users can determine which tasks > are holding up completion of a patching operation. > > Signed-off-by: Josh Poimboeuf Reviewed-by: Miroslav Benes Miroslav

Re: [PATCH v3 14/15] livepatch: add /proc//patch_state

2017-01-04 Thread Miroslav Benes
On Thu, 8 Dec 2016, Josh Poimboeuf wrote: > Expose the per-task patch state value so users can determine which tasks > are holding up completion of a patching operation. > > Signed-off-by: Josh Poimboeuf Reviewed-by: Miroslav Benes Miroslav

Re: [PATCH v3 14/15] livepatch: add /proc//patch_state

2016-12-21 Thread Petr Mladek
On Thu 2016-12-08 12:08:39, Josh Poimboeuf wrote: > Expose the per-task patch state value so users can determine which tasks > are holding up completion of a patching operation. > > Signed-off-by: Josh Poimboeuf Makes sense. Reviewed-by: Petr Mladek

Re: [PATCH v3 14/15] livepatch: add /proc//patch_state

2016-12-21 Thread Petr Mladek
On Thu 2016-12-08 12:08:39, Josh Poimboeuf wrote: > Expose the per-task patch state value so users can determine which tasks > are holding up completion of a patching operation. > > Signed-off-by: Josh Poimboeuf Makes sense. Reviewed-by: Petr Mladek Best Regards, Petr

[PATCH v3 14/15] livepatch: add /proc//patch_state

2016-12-08 Thread Josh Poimboeuf
Expose the per-task patch state value so users can determine which tasks are holding up completion of a patching operation. Signed-off-by: Josh Poimboeuf --- Documentation/filesystems/proc.txt | 18 ++ fs/proc/base.c | 15 +++

[PATCH v3 14/15] livepatch: add /proc//patch_state

2016-12-08 Thread Josh Poimboeuf
Expose the per-task patch state value so users can determine which tasks are holding up completion of a patching operation. Signed-off-by: Josh Poimboeuf --- Documentation/filesystems/proc.txt | 18 ++ fs/proc/base.c | 15 +++ 2 files changed, 33