Re: [RFC PATCH 1/5] elf: add livepatch-specific elf constants

2015-11-12 Thread Josh Poimboeuf
On Mon, Nov 09, 2015 at 11:45:51PM -0500, Jessica Yu wrote: > Add livepatch elf reloc section flag, livepatch symbol bind > and section index > > Signed-off-by: Jessica Yu > --- > include/uapi/linux/elf.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/uapi/linux/elf.h b/inc

Re: [RFC PATCH 1/5] elf: add livepatch-specific elf constants

2015-11-12 Thread Josh Poimboeuf
On Mon, Nov 09, 2015 at 11:45:51PM -0500, Jessica Yu wrote: > Add livepatch elf reloc section flag, livepatch symbol bind > and section index > > Signed-off-by: Jessica Yu > --- > include/uapi/linux/elf.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/uapi/linux/elf.h b/inc

Re: [RFC PATCH 1/5] elf: add livepatch-specific elf constants

2015-11-11 Thread Petr Mladek
On Mon 2015-11-09 23:45:51, Jessica Yu wrote: > Add livepatch elf reloc section flag, livepatch symbol bind > and section index Please, add here more detailed description from the initial mail. It would be helpful to have it in the git history. > Signed-off-by: Jessica Yu > --- > include/uapi/l

[RFC PATCH 1/5] elf: add livepatch-specific elf constants

2015-11-09 Thread Jessica Yu
Add livepatch elf reloc section flag, livepatch symbol bind and section index Signed-off-by: Jessica Yu --- include/uapi/linux/elf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/uapi/linux/elf.h b/include/uapi/linux/elf.h index 71e1d0e..967ce1b 100644 --- a/include/uapi/linux/e