Re: [PATCH V2 11/17] riscv: compat: Add elf.h implementation

2022-01-10 Thread Guo Ren
On Mon, Jan 10, 2022 at 10:29 PM Arnd Bergmann wrote: > > On Tue, Dec 28, 2021 at 3:39 PM wrote: > > > > From: Guo Ren > > > > Implement necessary type and macro for compat elf. See the code > > comment for detail. > > > > Signed-off-by: Guo Ren > > Signed-off-by: Guo Ren > > Cc: Arnd

Re: [PATCH V2 11/17] riscv: compat: Add elf.h implementation

2022-01-10 Thread Arnd Bergmann
On Tue, Dec 28, 2021 at 3:39 PM wrote: > > From: Guo Ren > > Implement necessary type and macro for compat elf. See the code > comment for detail. > > Signed-off-by: Guo Ren > Signed-off-by: Guo Ren > Cc: Arnd Bergmann This looks mostly correct, > +/* > + * FIXME: not sure SET_PERSONALITY

[PATCH V2 11/17] riscv: compat: Add elf.h implementation

2021-12-28 Thread guoren
From: Guo Ren Implement necessary type and macro for compat elf. See the code comment for detail. Signed-off-by: Guo Ren Signed-off-by: Guo Ren Cc: Arnd Bergmann --- arch/riscv/include/asm/elf.h | 49 +++- 1 file changed, 48 insertions(+), 1 deletion(-) diff