Re: [PATCH v4 03/15] livepatch: create temporary klp_update_patch_state() stub

2017-01-27 Thread Miroslav Benes
On Thu, 19 Jan 2017, Josh Poimboeuf wrote: > Create temporary stubs for klp_update_patch_state() so we can add > TIF_PATCH_PENDING to different architectures in separate patches without > breaking build bisectability. > > Signed-off-by: Josh Poimboeuf > Reviewed-by: Petr Mladek Acked-by: Miros

[PATCH v4 03/15] livepatch: create temporary klp_update_patch_state() stub

2017-01-19 Thread Josh Poimboeuf
Create temporary stubs for klp_update_patch_state() so we can add TIF_PATCH_PENDING to different architectures in separate patches without breaking build bisectability. Signed-off-by: Josh Poimboeuf Reviewed-by: Petr Mladek --- include/linux/livepatch.h | 5 - kernel/livepatch/core.c | 3