linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] arm64: refactor the rodata=xxx
@ 2024-12-12  8:24 Huang Shijie
  2024-12-12  8:24 ` [PATCH v4 1/2] " Huang Shijie
  2024-12-12  8:24 ` [PATCH v4 2/2] arm64/Kconfig: Remove CONFIG_RODATA_FULL_DEFAULT_ENABLED Huang Shijie
  0 siblings, 2 replies; 11+ messages in thread
From: Huang Shijie @ 2024-12-12  8:24 UTC (permalink / raw)
  To: catalin.marinas, will, anshuman.khandual, corbet, ardb
  Cc: patches, cl, akpm, thuth, rostedt, xiongwei.song, inux-doc,
	linux-kernel, linux-arm-kernel, Huang Shijie

From Documentation/admin-guide/kernel-parameters.txt, we know that:
 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]

So the "rodata=on" is the default.

But the current code does not follow the document, it makes "rodata=full"
as the default.

This patch set follows Anshuman Khandual's suggetions. 
It makes the "rodata=on" as the default, and removes the CONFIG_RODATA_FULL_DEFAULT_ENABLED.

v4:
  Follows Anshuman Khandual/Ard Biesheuvel's suggetions:
  - Change commit message format.
  - Change the titile name.
  - others

v3:
  Follows Anshuman Khandual's suggetions:
  - Merge patch 1 and patch 3 into one patch.
  - Remove patch 4 
  - update comments and document.
   https://lists.infradead.org/pipermail/linux-arm-kernel/2024-December/984344.html

v2:
  Follows Will's suggetions.
  Add a new file fine-tuning-tips.rst for the expert users.
   https://lists.infradead.org/pipermail/linux-arm-kernel/2024-November/981190.html

v1:
   https://lists.infradead.org/pipermail/linux-arm-kernel/2024-October/971415.html


Huang Shijie (2):
  arm64: refactor the rodata=xxx
  arm64/Kconfig: Remove CONFIG_RODATA_FULL_DEFAULT_ENABLED

 .../admin-guide/kernel-parameters.txt         |  2 +-
 arch/arm64/Kconfig                            | 14 ----------
 arch/arm64/include/asm/setup.h                | 26 +++++++++++++++++--
 arch/arm64/mm/pageattr.c                      |  2 +-
 4 files changed, 26 insertions(+), 18 deletions(-)

-- 
2.40.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-06-30  1:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).