Re: [RFC PATCH v2 15/18] livepatch: move patching functions into patch.c

2016-05-03 Thread Petr Mladek
On Thu 2016-04-28 15:44:46, Josh Poimboeuf wrote: > Move functions related to the actual patching of functions and objects > into a new patch.c file. > > diff --git a/kernel/livepatch/patch.c b/kernel/livepatch/patch.c > new file mode 100644 > index 000..782fbb5 > --- /dev/null > +++ b/kernel/

[RFC PATCH v2 15/18] livepatch: move patching functions into patch.c

2016-04-28 Thread Josh Poimboeuf
Move functions related to the actual patching of functions and objects into a new patch.c file. Signed-off-by: Josh Poimboeuf --- kernel/livepatch/Makefile | 2 +- kernel/livepatch/core.c | 202 +-- kernel/livepatch/patch.c | 213 +