Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97c1bd93 authored by Sami Tolvanen's avatar Sami Tolvanen Committed by Amit Pundir
Browse files

Revert "FROMLIST: arm64: xen: Enable user access before a privcmd hvc call"



This reverts commit 7c1cf414.

Bug: 31432001
Change-Id: I4e4fad2f02fb17ddfe9c17da904522567d7589d0
Signed-off-by: default avatarSami Tolvanen <samitolvanen@google.com>
parent a9bdf6f0
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@

#include <linux/linkage.h>
#include <asm/assembler.h>
#include <asm/uaccess.h>
#include <xen/interface/xen.h>


@@ -90,24 +89,6 @@ ENTRY(privcmd_call)
	mov x2, x3
	mov x3, x4
	mov x4, x5
#ifdef CONFIG_ARM64_SW_TTBR0_PAN
	/*
	 * Privcmd calls are issued by the userspace. The kernel needs to
	 * enable access to TTBR0_EL1 as the hypervisor would issue stage 1
	 * translations to user memory via AT instructions. Since AT
	 * instructions are not affected by the PAN bit (ARMv8.1), we only
	 * need the explicit uaccess_enable/disable if the TTBR0 PAN emulation
	 * is enabled (it implies that hardware UAO and PAN disabled).
	 */
	uaccess_enable_not_uao x6, x7
#endif
	hvc XEN_IMM

#ifdef CONFIG_ARM64_SW_TTBR0_PAN
	/*
	 * Disable userspace access from kernel once the hyp call completed.
	 */
	uaccess_disable_not_uao x6
#endif
	ret
ENDPROC(privcmd_call);