Re: arm: module: Add apply_relocate_add

2017-01-18 Thread Miroslav Benes
On Mon, 16 Jan 2017, Jessica Yu wrote: > +++ Abel Vesa [06/12/16 17:06 +]: > > It was only added to fix compiler error. It is not implemented > > yet. > > > > Signed-off-by: Abel Vesa > > --- > > arch/arm/kernel/module.c | 9 + > > 1 file changed, 9 insertions(+) > > > > diff --git a

Re: arm: module: Add apply_relocate_add

2017-01-16 Thread Jessica Yu
+++ Abel Vesa [06/12/16 17:06 +]: It was only added to fix compiler error. It is not implemented yet. Signed-off-by: Abel Vesa --- arch/arm/kernel/module.c | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/kernel/module.c b/arch/arm/kernel/module.c index 4f14b5c..bf94922

Re: [PATCH 3/7] arm: module: Add apply_relocate_add

2016-12-06 Thread kbuild test robot
Hi Abel, [auto build test ERROR on linus/master] [also build test ERROR on v4.9-rc8 next-20161206] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Abel-Vesa/arm-Add-livepatch-support/20161207-074

[PATCH 3/7] arm: module: Add apply_relocate_add

2016-12-06 Thread Abel Vesa
It was only added to fix compiler error. It is not implemented yet. Signed-off-by: Abel Vesa --- arch/arm/kernel/module.c | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/kernel/module.c b/arch/arm/kernel/module.c index 4f14b5c..bf94922 100644 --- a/arch/arm/kernel/module.c