Re: [patch] mark text section read-only

From: Keith Owens
Date: Sat Nov 12 2005 - 23:51:57 EST


On Sat, 12 Nov 2005 11:34:55 -0500,
Coywolf Qi Hunt <coywolf@xxxxxxxxx> wrote:
>+config DEBUG_ROTEXT
>+ bool "Write protect kernel text"
>+ depends on DEBUG_KERNEL
>+ help
>+ Mark the kernel text as write-protected in the pagetables,
>+ in order to catch accidental (and incorrect) writes to kernel text
>+ area. This option will increase TLB pressure thus impact performance.
>+ Note this may conflict with kprobes. If in doubt, say "N".

Also conflicts with kdb, kgdb, and any other kernel debugger that uses
software breakpoints.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/