commit | a8dd779eff64a1f33d167a9d534027d6e25a7920 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Apr 07 23:52:35 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 28 12:45:43 2025 -0600 |
tree | 620fe3009d7257623f6b25d020de330a48b3d83c | |
parent | 00fa6e190c4655f4d42b17c8f391c368be9231f2 [diff] |
sunxi: enable MMU_PGPROT proper page table protection Select the new MMU_PGPROT Kconfig symbol for all Allwinner board builds, to use a write-protected .rodata, non-executable .data and .rodata sections, and non-writable .text sections. This might trigger runtime exceptions in misbehaving drivers, which should then be fixed. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>