Re: [PATCH v2 1/1] livepatch: add support on s390

2015-03-24 Thread Josh Poimboeuf
On Tue, Mar 24, 2015 at 03:56:34PM +0100, Jiri Slaby wrote: > This is a trivial port from kGraft. Module relocations are not > +static inline int klp_write_module_reloc(struct module *mod, unsigned long > + type, unsigned long loc, unsigned long value) > +{ > + /* not supported yet

[PATCH v2 1/1] livepatch: add support on s390

2015-03-24 Thread Jiri Slaby
This is a trivial port from kGraft. Module relocations are not supported. Signed-off-by: Jiri Slaby --- arch/s390/Kconfig | 3 +++ arch/s390/include/asm/livepatch.h | 43 +++ 2 files changed, 46 insertions(+) create mode 100644

[PATCH v2 1/1] livepatch: add support on s390

2015-03-24 Thread Jiri Slaby
This is a trivial port from kGraft. Module relocations are not supported. Signed-off-by: Jiri Slaby jsl...@suse.cz --- arch/s390/Kconfig | 3 +++ arch/s390/include/asm/livepatch.h | 43 +++ 2 files changed, 46 insertions(+) create mode 100644

Re: [PATCH v2 1/1] livepatch: add support on s390

2015-03-24 Thread Josh Poimboeuf
On Tue, Mar 24, 2015 at 03:56:34PM +0100, Jiri Slaby wrote: This is a trivial port from kGraft. Module relocations are not +static inline int klp_write_module_reloc(struct module *mod, unsigned long + type, unsigned long loc, unsigned long value) +{ + /* not supported yet */