[PATCH v1] arm64: mm: fix resume for 52-bit enabled builds

Will Deacon will at kernel.org
Fri Sep 9 03:23:03 PDT 2022


Hi Joey,

On Fri, Sep 09, 2022 at 09:38:11AM +0100, Joey Gouly wrote:
> __cpu_setup() was changed to take the actual number of VA bits in x0,
> however the resume path was not updated at the same time.
> 
> Load `vabits_actual` in the resume path, to ensure that the correct
> number of VA bits is used.
> 
> This fixes booting v6.0-rc kernels on my Juno.
> 
> Fixes: 0aaa68532e9d ("arm64: mm: fix booting with 52-bit address space")
> Cc: Catalin Marinas <catalin.marinas at arm.com>
> Cc: Will Deacon <will at kernel.org>
> Cc: Ard Biesheuvel <ardb at kernel.org>

I can't apply this without your SoB line.

I think you made this mistake in the past, so please could you try to
fix your setup? There's probably a better way to do this, but I up having:

[commit]
        template = ~/linux-commit.template

in my .gitconfig, and then I put the SoB line in the template so it's
always there when I start writing the commit message.

Cheers,

Will



More information about the linux-arm-kernel mailing list