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

From: Will Deacon
Date: Thu Mar 04 2021 - 15:07:15 EST


On Tue, Mar 02, 2021 at 03:00:00PM +0000, 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 Perret <qperret@xxxxxxxxxx>
> ---
> arch/arm64/kernel/vmlinux.lds.S | 22 +++++++++-------------
> 1 file changed, 9 insertions(+), 13 deletions(-)

With the typo fixed:

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will