[RFC/PATCH RESEND -next 01/21] Add kernel address sanitizer infrastructure.

Dave Hansen dave.hansen at intel.com
Wed Jul 9 13:38:25 PDT 2014


On 07/09/2014 04:29 AM, Andrey Ryabinin wrote:
> +config KASAN
> +	bool "AddressSanitizer: dynamic memory error detector"
> +	default n
> +	help
> +	  Enables AddressSanitizer - dynamic memory error detector,
> +	  that finds out-of-bounds and use-after-free bugs.

This definitely needs some more text like "This option eats boatloads of
memory and will slow your system down enough that it should never be
used in production unless you are crazy".



More information about the linux-arm-kernel mailing list