Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1575422
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCHv3 1/2] arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common |
| Date | 2017-02-07 08:20 +0100 |
| Message-ID | <t88ed-8ao-5@gated-at.bofh.it> (permalink) |
| References | <t81Z7-3QF-3@gated-at.bofh.it> <t81Z8-3QF-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Laura Abbott <labbott@redhat.com> wrote: > > There are multiple architectures that support CONFIG_DEBUG_RODATA and > CONFIG_SET_MODULE_RONX. These options also now have the ability to be > turned off at runtime. Move these to an architecture independent > location and make these options def_bool y for almost all of those > arches. > > Signed-off-by: Laura Abbott <labbott@redhat.com> > --- > v3: Make these configs selectable for arm. Include some documentation about > how the setup of the optional Kconfigs work as well. Stop spelling 'kenrel' > in prompt text. > --- > Documentation/security/self-protection.txt | 6 ++++++ > arch/Kconfig | 34 ++++++++++++++++++++++++++++++ > arch/arm/Kconfig | 4 ++++ > arch/arm/Kconfig.debug | 11 ---------- > arch/arm/mm/Kconfig | 12 ----------- > arch/arm64/Kconfig | 5 ++--- > arch/arm64/Kconfig.debug | 11 ---------- > arch/parisc/Kconfig | 1 + > arch/parisc/Kconfig.debug | 11 ---------- > arch/s390/Kconfig | 5 ++--- > arch/s390/Kconfig.debug | 3 --- > arch/x86/Kconfig | 5 ++--- > arch/x86/Kconfig.debug | 11 ---------- > 13 files changed, 51 insertions(+), 68 deletions(-) Acked-by: Ingo Molnar <mingo@kernel.org> Thanks, Ingo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCHv3 1/2] arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common Laura Abbott <labbott@redhat.com> - 2017-02-07 01:40 +0100 Re: [PATCHv3 1/2] arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common Ingo Molnar <mingo@kernel.org> - 2017-02-07 08:20 +0100 Re: [PATCHv3 1/2] arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common Heiko Carstens <heiko.carstens@de.ibm.com> - 2017-02-07 12:50 +0100
csiph-web