On 2015-01-29 16:11, Andrey Ryabinin wrote: > Kernel Address sanitizer (KASan) is a dynamic memory error detector. It provides > fast and comprehensive solution for finding use-after-free and out-of-bounds bugs. > > KASAN uses compile-time instrumentation for checking every memory access, > therefore GCC >= v4.9.2 required. > > This patch only adds infrastructure for kernel address sanitizer. It's not > available for use yet. The idea and some code was borrowed from [1]. For the kbuild bits, you can add Acked-by: Michal Marek <mmarek@xxxxxxx> Michal -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>