Re: [patch V2 11/11] x66/vdso: Add CLOCK_TAI support

2018-09-29 Thread Matthew Rickard
On 17/09/2018 10:45 PM, Thomas Gleixner wrote: With the storage array in place it's now trivial to support CLOCK_TAI in the vdso. Extend the base time storage array and add the update code. Signed-off-by: Thomas Gleixner That's much better. Thanks Tested-by: Matt Rickard _

[patch V2 11/11] x66/vdso: Add CLOCK_TAI support

2018-09-17 Thread Thomas Gleixner
With the storage array in place it's now trivial to support CLOCK_TAI in the vdso. Extend the base time storage array and add the update code. Signed-off-by: Thomas Gleixner --- V2: Remove the masking trick arch/x86/entry/vsyscall/vsyscall_gtod.c |4 arch/x86/include/asm/vgtod.h