From: Li Bin Date: Fri, 19 Dec 2014 06:11:17 +0000 (+0800) Subject: livepatch: move x86 specific ftrace handler code to arch/x86 X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~136^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5bfc51707f1b56b0b733980bb4fcc0562bf02d8;p=pandora-kernel.git livepatch: move x86 specific ftrace handler code to arch/x86 The execution flow redirection related implemention in the livepatch ftrace handler is depended on the specific architecture. This patch introduces klp_arch_set_pc(like kgdb_arch_set_pc) interface to change the pt_regs. Signed-off-by: Li Bin Acked-by: Josh Poimboeuf Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed