Re: [PATCH v5 07/18] dump: Split elf header functions into prepare and write

2022-09-01 Thread Janis Schoetterl-Glausch
On Thu, 2022-08-11 at 12:11 +, Janosch Frank wrote: > Let's split the write from the modification of the elf header so we > can consolidate the write of the data in one function. > > Signed-off-by: Janosch Frank This is cosmetic only, right? Reviewed-by: Janis Schoetterl-Glausch

Re: [PATCH v5 07/18] dump: Split elf header functions into prepare and write

2022-08-16 Thread Marc-André Lureau
On Thu, Aug 11, 2022 at 4:29 PM Janosch Frank wrote: > Let's split the write from the modification of the elf header so we > can consolidate the write of the data in one function. > > Signed-off-by: Janosch Frank > Reviewed-by: Marc-André Lureau > --- > dump/dump.c | 100

[PATCH v5 07/18] dump: Split elf header functions into prepare and write

2022-08-11 Thread Janosch Frank
Let's split the write from the modification of the elf header so we can consolidate the write of the data in one function. Signed-off-by: Janosch Frank --- dump/dump.c | 100 1 file changed, 53 insertions(+), 47 deletions(-) diff --git