]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - kernel/livepatch/core.c
livepatch: move patching functions into patch.c
authorJosh Poimboeuf <jpoimboe@redhat.com>
Tue, 14 Feb 2017 01:42:37 +0000 (19:42 -0600)
committerJiri Kosina <jkosina@suse.cz>
Wed, 8 Mar 2017 08:23:40 +0000 (09:23 +0100)
commitc349cdcaba589fb49cf105093ebc695eb8b9ff08
tree0ab3165baae80dbfed236b5e2c23afd3d14ba14d
parentaa82dc3e00da63751bb9dfab26983037b79fc39d
livepatch: move patching functions into patch.c

Move functions related to the actual patching of functions and objects
into a new patch.c file.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Acked-by: Miroslav Benes <mbenes@suse.cz>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/livepatch/Makefile
kernel/livepatch/core.c
kernel/livepatch/patch.c [new file with mode: 0644]
kernel/livepatch/patch.h [new file with mode: 0644]