Navigation:
Linux Kernel Driver DataBase -
web LKDDB:
Main index -
D index
The Linux kernel configuration item CONFIG_DEBUG_RODATA has multiple definitions:
arch/i386/Kconfig.debugThe configuration item CONFIG_DEBUG_RODATA:
CONFIG_DEBUG_KERNELMark the kernel read-only data as write-protected in the pagetables, in order to catch accidental (and incorrect) writes to such const data. This option may have a slight performance impact because a portion of the kernel code won't be covered by a 2MB TLB anymore. If in doubt, say "N".
arch/parisc/Kconfig.debugThe configuration item CONFIG_DEBUG_RODATA:
CONFIG_DEBUG_KERNELMark the kernel read-only data as write-protected in the pagetables, in order to catch accidental (and incorrect) writes to such const data. This option may have a slight performance impact because a portion of the kernel code won't be covered by a TLB anymore. If in doubt, say "N".
arch/x86/Kconfig.debugThe configuration item CONFIG_DEBUG_RODATA:
CONFIG_DEBUG_KERNELMark the kernel read-only data as write-protected in the pagetables, in order to catch accidental (and incorrect) writes to such const data. This is recommended so that we can catch kernel bugs sooner. If in doubt, say "Y".
arch/x86_64/Kconfig.debugThe configuration item CONFIG_DEBUG_RODATA:
CONFIG_DEBUG_KERNELMark the kernel read-only data as write-protected in the pagetables, in order to catch accidental (and incorrect) writes to such const data. This option may have a slight performance impact because a portion of the kernel code won't be covered by a 2MB TLB anymore. If in doubt, say "N".
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2013) with gen-web-lkddb.py in lkddb-sources.