arm64: Fix the arm64_personality() syscall wrapper redirection
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 28 May 2019 11:39:34 +0000 (12:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2019 07:17:20 +0000 (09:17 +0200)
commit871953434bd952a8820832452d3ce2b9ee236cb8
treeeacc3ae39ec2a9ad9e62004c540ddf658bd6b5eb
parent6f8d26270ce359ff53837febf0993842611a6cfe
arm64: Fix the arm64_personality() syscall wrapper redirection

commit 00377277166bac6939d8f72b429301369acaf2d8 upstream.

Following commit 4378a7d4be30 ("arm64: implement syscall wrappers"), the
syscall function names gained the '__arm64_' prefix. Ensure that we
have the correct #define for redirecting a default syscall through a
wrapper.

Fixes: 4378a7d4be30 ("arm64: implement syscall wrappers")
Cc: <stable@vger.kernel.org> # 4.19.x-
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/kernel/sys.c