Re: [PATCH] riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL

2021-01-12 Thread Palmer Dabbelt
On Sun, 03 Jan 2021 02:11:35 PST (-0800), penb...@gmail.com wrote: On Sat, Jan 2, 2021 at 3:26 PM wrote: From: Guo Ren The patch fix commit: ad5d112 ("riscv: use vDSO common flow to reduce the latency of the time-related functions"). The GENERIC_TIME_VSYSCALL should be CONFIG_GENERIC_TIME_V

Re: [PATCH] riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL

2021-01-03 Thread Pekka Enberg
On Sat, Jan 2, 2021 at 3:26 PM wrote: > > From: Guo Ren > > The patch fix commit: ad5d112 ("riscv: use vDSO common flow to > reduce the latency of the time-related functions"). > > The GENERIC_TIME_VSYSCALL should be CONFIG_GENERIC_TIME_VSYSCALL > or vgettimeofday won't work. > > Signed-off-by: G

[PATCH] riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL

2021-01-02 Thread guoren
From: Guo Ren The patch fix commit: ad5d112 ("riscv: use vDSO common flow to reduce the latency of the time-related functions"). The GENERIC_TIME_VSYSCALL should be CONFIG_GENERIC_TIME_VSYSCALL or vgettimeofday won't work. Signed-off-by: Guo Ren Cc: Atish Patra Cc: Palmer Dabbelt Cc: Vincent