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

From: Arnd Bergmann
Date: Wed Oct 17 2018 - 11:13:31 EST


On Tue, Oct 16, 2018 at 5:01 AM Guo Ren <ren_guo@xxxxxxxxx> wrote:
>
> This patch adds files related to VDSO and our VDSO only support
> rt_sigreturn.
>
> Signed-off-by: Guo Ren <ren_guo@xxxxxxxxx>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>

I was a little worried about the VDSO because of the discussion we had about
64-bit time_t. Since there is no gettimeofday call in here, that's fine, so

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>