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

2015-03-27 Thread Jiri Kosina
On Fri, 27 Mar 2015, Heiko Carstens wrote: > > Fair enough; I merged it because I was convinced that we have your Ack for > > the very same patch in our tree for kGraft, but now that I look again, we > > apparently don't. So sorry for that. What is your standpoint on this one > > then, please?

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

2015-03-27 Thread Heiko Carstens
On Fri, Mar 27, 2015 at 10:29:28AM +0100, Jiri Kosina wrote: > On Fri, 27 Mar 2015, Heiko Carstens wrote: > > > On Thu, Mar 26, 2015 at 07:24:58PM +0100, Jiri Kosina wrote: > > > On Thu, 26 Mar 2015, Jiri Slaby wrote: > > > > > > > This is a trivial port from kGraft. Module relocations are not >

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

2015-03-27 Thread Jiri Kosina
On Fri, 27 Mar 2015, Heiko Carstens wrote: > On Thu, Mar 26, 2015 at 07:24:58PM +0100, Jiri Kosina wrote: > > On Thu, 26 Mar 2015, Jiri Slaby wrote: > > > > > This is a trivial port from kGraft. Module relocations are not > > > supported. > > > > > > Signed-off-by: Jiri Slaby > > > --- > > >

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

2015-03-27 Thread Heiko Carstens
On Thu, Mar 26, 2015 at 07:24:58PM +0100, Jiri Kosina wrote: > On Thu, 26 Mar 2015, Jiri Slaby wrote: > > > This is a trivial port from kGraft. Module relocations are not > > supported. > > > > Signed-off-by: Jiri Slaby > > --- > > [v2] return ENOSYS > > [v3] proper return value from

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

2015-03-27 Thread Jiri Kosina
On Fri, 27 Mar 2015, Heiko Carstens wrote: On Thu, Mar 26, 2015 at 07:24:58PM +0100, Jiri Kosina wrote: On Thu, 26 Mar 2015, Jiri Slaby wrote: This is a trivial port from kGraft. Module relocations are not supported. Signed-off-by: Jiri Slaby jsl...@suse.cz --- [v2]

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

2015-03-27 Thread Heiko Carstens
On Thu, Mar 26, 2015 at 07:24:58PM +0100, Jiri Kosina wrote: On Thu, 26 Mar 2015, Jiri Slaby wrote: This is a trivial port from kGraft. Module relocations are not supported. Signed-off-by: Jiri Slaby jsl...@suse.cz --- [v2] return ENOSYS [v3] proper return value from

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

2015-03-27 Thread Heiko Carstens
On Fri, Mar 27, 2015 at 10:29:28AM +0100, Jiri Kosina wrote: On Fri, 27 Mar 2015, Heiko Carstens wrote: On Thu, Mar 26, 2015 at 07:24:58PM +0100, Jiri Kosina wrote: On Thu, 26 Mar 2015, Jiri Slaby wrote: This is a trivial port from kGraft. Module relocations are not supported.

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

2015-03-27 Thread Jiri Kosina
On Fri, 27 Mar 2015, Heiko Carstens wrote: Fair enough; I merged it because I was convinced that we have your Ack for the very same patch in our tree for kGraft, but now that I look again, we apparently don't. So sorry for that. What is your standpoint on this one then, please? I

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

2015-03-26 Thread Jiri Kosina
On Thu, 26 Mar 2015, Jiri Slaby wrote: > This is a trivial port from kGraft. Module relocations are not > supported. > > Signed-off-by: Jiri Slaby > --- > [v2] return ENOSYS > [v3] proper return value from klp_check_compiler_support Applied to for-4.1/core. -- Jiri Kosina SUSE Labs -- To

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

2015-03-26 Thread Josh Poimboeuf
On Thu, Mar 26, 2015 at 10:10:17AM +0100, Jiri Slaby wrote: > This is a trivial port from kGraft. Module relocations are not > supported. > > Signed-off-by: Jiri Slaby > --- > [v2] return ENOSYS > [v3] proper return value from klp_check_compiler_support > > arch/s390/Kconfig |

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

2015-03-26 Thread Jiri Slaby
This is a trivial port from kGraft. Module relocations are not supported. Signed-off-by: Jiri Slaby --- [v2] return ENOSYS [v3] proper return value from klp_check_compiler_support arch/s390/Kconfig | 3 +++ arch/s390/include/asm/livepatch.h | 43

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

2015-03-26 Thread Jiri Slaby
This is a trivial port from kGraft. Module relocations are not supported. Signed-off-by: Jiri Slaby jsl...@suse.cz --- [v2] return ENOSYS [v3] proper return value from klp_check_compiler_support arch/s390/Kconfig | 3 +++ arch/s390/include/asm/livepatch.h | 43

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

2015-03-26 Thread Josh Poimboeuf
On Thu, Mar 26, 2015 at 10:10:17AM +0100, Jiri Slaby wrote: This is a trivial port from kGraft. Module relocations are not supported. Signed-off-by: Jiri Slaby jsl...@suse.cz --- [v2] return ENOSYS [v3] proper return value from klp_check_compiler_support arch/s390/Kconfig

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

2015-03-26 Thread Jiri Kosina
On Thu, 26 Mar 2015, Jiri Slaby wrote: This is a trivial port from kGraft. Module relocations are not supported. Signed-off-by: Jiri Slaby jsl...@suse.cz --- [v2] return ENOSYS [v3] proper return value from klp_check_compiler_support Applied to for-4.1/core. -- Jiri Kosina SUSE Labs --

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

2015-03-24 Thread Jiri Slaby
On 03/24/2015, 03:51 PM, Jiri Slaby wrote: > This is a trivial port from kGraft. Module relocations are not > supported. Please scratch this one. This one is from a different tree. I will resend a proper one. -- js suse labs -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 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

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

2015-03-24 Thread Jiri Slaby
On 03/24/2015, 03:51 PM, Jiri Slaby wrote: This is a trivial port from kGraft. Module relocations are not supported. Please scratch this one. This one is from a different tree. I will resend a proper one. -- js suse labs -- To unsubscribe from this list: send the line unsubscribe linux-kernel

[PATCH 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