commit | 24f69c0fa4e252f706884114b7d6353aa07678b5 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jul 21 10:44:44 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Tue Jul 28 10:41:11 2020 +0100 |
tree | 721caeec3de6d526e61cdb89773048c00f939e9c | |
parent | 3a949f4c93548751a377691b2a208063da05e369 [diff] |
KVM: arm64: Make nVHE ASLR conditional on RANDOMIZE_BASE If there are spare bits in non-VHE hyp VA, KVM unconditionally replaces them with a random tag chosen at init. Disable this if the kernel is built without RANDOMIZE_BASE to align with kernel behavior. Signed-off-by: David Brazdil <dbrazdil@google.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20200721094445.82184-2-dbrazdil@google.com