On 3/19/20 6:12 PM, Catalin Marinas wrote:
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@arm.com Cc: Will Deacon will.deacon@arm.com
Will left ARM about 8 months ago IIRC ;).
Nice ;) I typed it manually, it came by "instinct" I guess ;) Sorry Will!
Cc: stable@vger.kernel.org Signed-off-by: Vincenzo Frascino vincenzo.frascino@arm.com
Acked-by: Catalin Marinas catalin.marinas@arm.com
I think Will could take this as a fix.
Thanks,
Catalin