Re: [PATCH v3 30/32] KVM: arm64: Page-align the .hyp sections

2021-03-04 Thread Will Deacon
On Tue, Mar 02, 2021 at 03:00:00PM +, Quentin Perret wrote: > We will soon unmap the .hyp sections from the host stage 2 in Protected > nVHE mode, which obvisouly works with at least page granularity, so make > sure to align them correctly. s/obvisouly/obviously/ > > Signed-off-by: Quentin

[PATCH v3 30/32] KVM: arm64: Page-align the .hyp sections

2021-03-02 Thread Quentin Perret
We will soon unmap the .hyp sections from the host stage 2 in Protected nVHE mode, which obvisouly works with at least page granularity, so make sure to align them correctly. Signed-off-by: Quentin Perret --- arch/arm64/kernel/vmlinux.lds.S | 22 +- 1 file changed, 9