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

Will Deacon will at kernel.org
Fri Apr 14 07:38:37 PDT 2023


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



More information about the linux-arm-kernel mailing list