The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/4] arm64: refactor the rodata=xxx
@ 2024-11-26  8:56 Huang Shijie
  2024-11-26  8:56 ` [PATCH v2 1/4] arm64: make rodata=on behaviour be the original rodata=full Huang Shijie
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Huang Shijie @ 2024-11-26  8:56 UTC (permalink / raw)
  To: catalin.marinas, will
  Cc: patches, paulmck, akpm, thuth, rostedt, xiongwei.song, ardb,
	steven.price, suzuki.poulose, mark.rutland, linux-doc,
	linux-kernel, linux-arm-kernel, cl, 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 Will's suggetions:
  - Make our "on" behaviour be what is currently done by "full"
  - Remove RODATA_FULL_DEFAULT_ENABLED
  - Introduce a new option (e.g. "rodata=noalias") which would match the
    current "on" behaviour
  - Update (simplify) the documentation

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

v2:
  Follows Will's suggetions.
  Add a new file fine-tuning-tips.rst for the expert users.

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

Huang Shijie (4):
  arm64: make rodata=on behaviour be the original rodata=full
  arm64: remove CONFIG_RODATA_FULL_DEFAULT_ENABLED
  arm64: introduce rodata=noalias
  arm64: add a new document for the fine-tuning tips

 .../admin-guide/kernel-parameters.txt         |  2 +-
 Documentation/arch/arm64/fine-tuning-tips.rst | 23 +++++++++++++++++++
 Documentation/arch/arm64/index.rst            |  1 +
 arch/arm64/Kconfig                            | 14 -----------
 arch/arm64/include/asm/setup.h                |  4 ++--
 arch/arm64/mm/pageattr.c                      |  2 +-
 6 files changed, 28 insertions(+), 18 deletions(-)
 create mode 100644 Documentation/arch/arm64/fine-tuning-tips.rst

-- 
2.40.1


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

end of thread, other threads:[~2024-12-06  6:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-26  8:56 [PATCH v2 0/4] arm64: refactor the rodata=xxx Huang Shijie
2024-11-26  8:56 ` [PATCH v2 1/4] arm64: make rodata=on behaviour be the original rodata=full Huang Shijie
2024-12-06  4:21   ` Anshuman Khandual
2024-11-26  8:56 ` [PATCH v2 2/4] arm64: remove CONFIG_RODATA_FULL_DEFAULT_ENABLED Huang Shijie
2024-12-06  4:40   ` Anshuman Khandual
2024-11-26  8:56 ` [PATCH v2 3/4] arm64: introduce rodata=noalias Huang Shijie
2024-12-06  4:29   ` Anshuman Khandual
2024-12-06  5:50     ` Shijie Huang
2024-11-26  8:56 ` [PATCH v2 4/4] arm64: add a new document for the fine-tuning tips Huang Shijie
2024-12-02 19:19   ` Christoph Lameter
2024-12-06  3:23   ` [PATCH v2 4/4 fix] " Huang Shijie
2024-12-06  3:56   ` [PATCH v2 4/4] " Anshuman Khandual
2024-12-06  6:14     ` Shijie Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox