Re: [PATCH V9 09/21] csky: VDSO and rt_sigreturn

2018-10-17 Thread Arnd Bergmann
On Tue, Oct 16, 2018 at 5:01 AM Guo Ren wrote: > > This patch adds files related to VDSO and our VDSO only support > rt_sigreturn. > > Signed-off-by: Guo Ren > Cc: Arnd Bergmann I was a little worried about the VDSO because of the discussion we had about 64-bit time_t. Since there is no gettime

[PATCH V9 09/21] csky: VDSO and rt_sigreturn

2018-10-15 Thread Guo Ren
This patch adds files related to VDSO and our VDSO only support rt_sigreturn. Signed-off-by: Guo Ren Cc: Arnd Bergmann --- arch/csky/abiv1/inc/abi/vdso.h | 17 + arch/csky/abiv2/inc/abi/vdso.h | 23 +++ arch/csky/include/asm/vdso.h | 12 ++ arch/csky/kernel/vdso.c|