Re: [PATCH v2 1/9] lib: elf: Move the generic elf loading/validating functions to lib

2020-01-17 Thread Keerthy
On 17/01/20 1:19 pm, Simon Goldschmidt wrote: On Fri, Jan 17, 2020 at 5:27 AM Lokesh Vutla wrote: Simon, On 13/01/20 11:24 AM, Keerthy wrote: Move the generic elf loading/validating functions to lib/ so that they can be re-used and accessed by code existing outside cmd. Signed-off-by: Ke

Re: [PATCH v2 1/9] lib: elf: Move the generic elf loading/validating functions to lib

2020-01-16 Thread Simon Goldschmidt
On Fri, Jan 17, 2020 at 5:27 AM Lokesh Vutla wrote: > > Simon, > > On 13/01/20 11:24 AM, Keerthy wrote: > > Move the generic elf loading/validating functions to lib/ > > so that they can be re-used and accessed by code existing > > outside cmd. > > > > Signed-off-by: Keerthy > > Suggested-by: Sim

Re: [PATCH v2 1/9] lib: elf: Move the generic elf loading/validating functions to lib

2020-01-16 Thread Lokesh Vutla
Simon, On 13/01/20 11:24 AM, Keerthy wrote: > Move the generic elf loading/validating functions to lib/ > so that they can be re-used and accessed by code existing > outside cmd. > > Signed-off-by: Keerthy > Suggested-by: Simon Goldschmidt Are you okay with this patch? If yes, Ill apply to u-b

[PATCH v2 1/9] lib: elf: Move the generic elf loading/validating functions to lib

2020-01-12 Thread Keerthy
Move the generic elf loading/validating functions to lib/ so that they can be re-used and accessed by code existing outside cmd. Signed-off-by: Keerthy Suggested-by: Simon Goldschmidt --- Changes in v2: * Factored out all the generic elf handling functions under lib/elf.c cmd/Kconfig |