On Thu, Mar 19, 2020 at 02:11:38PM +0000, Vincenzo Frascino wrote: > The syscall number of compat_clock_getres was erroneously set to 247 > instead of 264. This causes the vDSO fallback of clock_getres to land > on the wrong syscall. > > Address the issue fixing the syscall number of compat_clock_getres. > > Fixes: 53c489e1dfeb6 ("arm64: compat: Add missing syscall numbers") > Cc: Catalin Marinas <catalin.marinas@xxxxxxx> > Cc: Will Deacon <will.deacon@xxxxxxx> Will left ARM about 8 months ago IIRC ;). > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx> I think Will could take this as a fix. Thanks, Catalin