Re: [PATCH v3 19/20] linux-user: permit RISC-V CFI dynamic entry in VDSO

2024-08-07 Thread Deepak Gupta
On Wed, Aug 07, 2024 at 01:36:34PM +1000, Richard Henderson wrote: On 8/7/24 10:06, Deepak Gupta wrote: RISC-V CFI use new processor-specific dynamic entry in ELF. Permit it in VDSO post-processing script. Signed-off-by: Jim Shu Signed-off-by: Deepak Gupta --- linux-user/gen-vdso-elfn.c.inc

Re: [PATCH v3 19/20] linux-user: permit RISC-V CFI dynamic entry in VDSO

2024-08-06 Thread Richard Henderson
On 8/7/24 10:06, Deepak Gupta wrote: RISC-V CFI use new processor-specific dynamic entry in ELF. Permit it in VDSO post-processing script. Signed-off-by: Jim Shu Signed-off-by: Deepak Gupta --- linux-user/gen-vdso-elfn.c.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/linux-u

[PATCH v3 19/20] linux-user: permit RISC-V CFI dynamic entry in VDSO

2024-08-06 Thread Deepak Gupta
RISC-V CFI use new processor-specific dynamic entry in ELF. Permit it in VDSO post-processing script. Signed-off-by: Jim Shu Signed-off-by: Deepak Gupta --- linux-user/gen-vdso-elfn.c.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/linux-user/gen-vdso-elfn.c.inc b/linux-user/gen-