FROMGIT: arm64: Move .hyp.rodata outside of the _sdata.._edata range
The HYP rodata section is currently lumped together with the BSS, which isn't exactly what is expected (it gets registered with kmemleak, for example). Move it away so that it is actually marked RO. As an added benefit, it isn't registered with kmemleak anymore. Fixes: 380e18ad ("KVM: arm64: Introduce a BSS section for use at Hyp") Suggested-by:Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Marc Zyngier <maz@kernel.org> Cc: stable@vger.kernel.org #5.13 Acked-by:
Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20210802123830.2195174-2-maz@kernel.org (cherry picked from commit eb48d154 git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git next) Signed-off-by:
Marc Zyngier <mzyngier@google.com> Bug: 194868924 Change-Id: I83eb8a573640a37d7272f004d5f1626080395d93
Loading
Please sign in to comment