diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-04-07 16:53:11 +0200 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-11 17:15:41 +0200 |
| commit | 87ac3e801d4ee531921dc188cf68aecf9da9108c (patch) | |
| tree | a926f312983030f77af51db9993717bf7c8afcff /target/linux | |
| parent | f7426b13fa58f93246155f844f6de494bcdc9a8e (diff) | |
| download | upstream-87ac3e801d4ee531921dc188cf68aecf9da9108c.tar.gz upstream-87ac3e801d4ee531921dc188cf68aecf9da9108c.tar.bz2 upstream-87ac3e801d4ee531921dc188cf68aecf9da9108c.zip | |
gemini: Make kernel text and rodata read-only
This is activate for all other targets except gemini, also activate it
there.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/gemini/config-4.14 | 2 | ||||
| -rw-r--r-- | target/linux/gemini/config-4.19 | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/gemini/config-4.14 b/target/linux/gemini/config-4.14 index 8dddf020184..c049200fe03 100644 --- a/target/linux/gemini/config-4.14 +++ b/target/linux/gemini/config-4.14 @@ -391,8 +391,6 @@ CONFIG_SPI_MASTER=y CONFIG_SPLIT_PTLOCK_CPUS=999999 CONFIG_SRCU=y # CONFIG_STAGING is not set -# CONFIG_STRICT_KERNEL_RWX is not set -# CONFIG_STRICT_MODULE_RWX is not set # CONFIG_STRIP_ASM_SYMS is not set CONFIG_SWIOTLB=y CONFIG_SWPHY=y diff --git a/target/linux/gemini/config-4.19 b/target/linux/gemini/config-4.19 index 745bad67da1..7eee5fe9c02 100644 --- a/target/linux/gemini/config-4.19 +++ b/target/linux/gemini/config-4.19 @@ -446,8 +446,6 @@ CONFIG_SPI_MASTER=y CONFIG_SPLIT_PTLOCK_CPUS=999999 CONFIG_SRCU=y # CONFIG_STAGING is not set -# CONFIG_STRICT_KERNEL_RWX is not set -# CONFIG_STRICT_MODULE_RWX is not set # CONFIG_STRIP_ASM_SYMS is not set CONFIG_SWPHY=y CONFIG_SYNC_FILE=y |
