diff options
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 12272361c018..5c7e981c115b 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -134,6 +134,31 @@ config AUDIT_ARCH | |||
134 | bool | 134 | bool |
135 | default y | 135 | default y |
136 | 136 | ||
137 | config S390_SWITCH_AMODE | ||
138 | bool "Switch kernel/user addressing modes" | ||
139 | help | ||
140 | This option allows to switch the addressing modes of kernel and user | ||
141 | space. The kernel parameter switch_amode=on will enable this feature, | ||
142 | default is disabled. Enabling this (via kernel parameter) on machines | ||
143 | earlier than IBM System z9-109 EC/BC will reduce system performance. | ||
144 | |||
145 | Note that this option will also be selected by selecting the execute | ||
146 | protection option below. Enabling the execute protection via the | ||
147 | noexec kernel parameter will also switch the addressing modes, | ||
148 | independent of the switch_amode kernel parameter. | ||
149 | |||
150 | |||
151 | config S390_EXEC_PROTECT | ||
152 | bool "Data execute protection" | ||
153 | select S390_SWITCH_AMODE | ||
154 | help | ||
155 | This option allows to enable a buffer overflow protection for user | ||
156 | space programs and it also selects the addressing mode option above. | ||
157 | The kernel parameter noexec=on will enable this feature and also | ||
158 | switch the addressing modes, default is disabled. Enabling this (via | ||
159 | kernel parameter) on machines earlier than IBM System z9-109 EC/BC | ||
160 | will reduce system performance. | ||
161 | |||
137 | comment "Code generation options" | 162 | comment "Code generation options" |
138 | 163 | ||
139 | choice | 164 | choice |