Re: [PATCH] arm64: kernel: Fix kernel warning when nokaslr is passed to commandline

From: Will Deacon
Date: Fri Apr 14 2023 - 10:39:03 EST


On Wed, 12 Apr 2023 10:02:58 +0530, Pavankumar Kondeti wrote:
> 'Unknown kernel command line parameters "nokaslr", will be passed to
> user space' message is noticed in the dmesg when nokaslr is passed to
> the kernel commandline on ARM64 platform. This is because nokaslr param
> is handled by early cpufeature detection infrastructure and the parameter
> is never consumed by a kernel param handler. Fix this warning by
> providing a dummy kernel param handler for nokaslr.
>
> [...]

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: kernel: Fix kernel warning when nokaslr is passed to commandline
https://git.kernel.org/arm64/c/a2a83eb40fbd

Cheers,
--
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev