mbox series

[0/1] KVM: arm64: Make nVHE ASLR conditional on cmdline nokaslr

Message ID SEZPR04MB6319DA388C85C7A7E13129CE9E9D2@SEZPR04MB6319.apcprd04.prod.outlook.com (mailing list archive)
Headers show
Series KVM: arm64: Make nVHE ASLR conditional on cmdline nokaslr | expand

Message

Qixiang Xu Sept. 5, 2024, 6:30 a.m. UTC
From: Qxiang Xu <qixiang.xu@outlook.com>

The nokaslr option in the kernel command line cannot disable the hyp VA
random tag. This patch allows nokaslr to also disable the use of a
random tag for hyp VA.

Qxiang Xu (1):
  KVM: arm64: Make nVHE ASLR conditional on nokaslr

 arch/arm64/kvm/va_layout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)