Re: [PATCH] arm64: kconfig: Make STRICT_KERNEL_RWX visable.
From: Will Deacon
Date: Thu Jan 15 2026 - 08:08:40 EST
On Wed, Jan 14, 2026 at 09:38:42AM +0800, junan wrote:
> Make "STRICT_KERNEL_RWX" visable to menuconfig on arm64 platform.
>
> I can not set breakpoints when using kgdb/kdb on arm64, the document
> says "STRICT_KERNEL_RWX" should be "n", but it's not visable in
> menuconfig and the default value is "y".
Does it help if you pass rodata=off on the cmdline instead?
Will