From: Will Deacon <will@kernel.org>
To: Huang Shijie <shijie@os.amperecomputing.com>
Cc: catalin.marinas@arm.com, anshuman.khandual@arm.com,
corbet@lwn.net, patches@amperecomputing.com, cl@linux.com,
akpm@linux-foundation.org, thuth@redhat.com, rostedt@goodmis.org,
xiongwei.song@windriver.com, ardb@kernel.org,
inux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 1/2 fix-v2 ] arm64: refactor the rodata=xxx
Date: Fri, 27 Jun 2025 16:44:35 +0100 [thread overview]
Message-ID: <aF68Y5aQFBqShtjD@willie-the-truck> (raw)
In-Reply-To: <20241217071715.24797-1-shijie@os.amperecomputing.com>
Digging up an old thread...
On Tue, Dec 17, 2024 at 03:17:15PM +0800, Huang Shijie wrote:
> As per admin guide documentation, "rodata=on" should be the default on
> platforms. Documentation/admin-guide/kernel-parameters.txt describes
> these options as
>
> rodata= [KNL,EARLY]
> on Mark read-only kernel memory as read-only (default).
> off Leave read-only kernel memory writable for debugging.
> full Mark read-only kernel memory and aliases as read-only
> [arm64]
>
> But on arm64 platform, "rodata=full" is the default instead. This patch
> implements the following changes.
>
> - Make "rodata=on" behaviour same as the original "rodata=full"
> - Make "rodata=noalias" (new) behaviour same as the original "rodata=on"
> - Drop the original "rodata=full"
> - Add comment for arch_parse_debug_rodata()
> - Update kernel-parameters.txt as required
>
> After this patch, the "rodata=on" will be the default on arm64 platform
> as well.
>
> Signed-off-by: Huang Shijie <shijie@os.amperecomputing.com>
> ---
> Add more comment for "rodata=noalias" in arch_parse_debug_rodata() from Ard.
> ---
> .../admin-guide/kernel-parameters.txt | 2 +-
> arch/arm64/include/asm/setup.h | 28 +++++++++++++++++--
> 2 files changed, 27 insertions(+), 3 deletions(-)
Sorry, but I'd missed this as you'd sent it as a reply to an existing
series. When you send a new version of a patch, please can you post it
as a new thread with an updated version?
I think the idea of this series is good, so if you send a v5 against
mainline then I can review it.
Thanks,
Will
next prev parent reply other threads:[~2025-06-27 16:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-12 8:24 [PATCH v4 0/2] arm64: refactor the rodata=xxx Huang Shijie
2024-12-12 8:24 ` [PATCH v4 1/2] " Huang Shijie
2024-12-13 5:30 ` [PATCH v4 1/2 fix] " Huang Shijie
2024-12-13 7:30 ` Ard Biesheuvel
2024-12-13 8:22 ` Shijie Huang
2024-12-13 8:26 ` Ard Biesheuvel
2024-12-13 8:46 ` Shijie Huang
2024-12-17 7:17 ` [PATCH v4 1/2 fix-v2 ] " Huang Shijie
2025-06-27 15:44 ` Will Deacon [this message]
2025-06-30 1:40 ` Shijie Huang
2024-12-12 8:24 ` [PATCH v4 2/2] arm64/Kconfig: Remove CONFIG_RODATA_FULL_DEFAULT_ENABLED Huang Shijie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aF68Y5aQFBqShtjD@willie-the-truck \
--to=will@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=anshuman.khandual@arm.com \
--cc=ardb@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=cl@linux.com \
--cc=corbet@lwn.net \
--cc=inux-doc@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@amperecomputing.com \
--cc=rostedt@goodmis.org \
--cc=shijie@os.amperecomputing.com \
--cc=thuth@redhat.com \
--cc=xiongwei.song@windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox