Re: [RFC/PATCH v2 00/10] Kernel address sainitzer (KASan) - dynamic memory error deetector.

2014-09-10 Thread Sasha Levin
On 09/10/2014 10:31 AM, Andrey Ryabinin wrote: > Hi, > This is a second iteration of kerenel address sanitizer (KASan). FWIW, I've been using v1 for a while and it has uncovered quite a few real bugs across the kernel. Some of them (I didn't go beyond the first page on google): * https://lkml.or

Re: [RFC/PATCH v2 00/10] Kernel address sainitzer (KASan) - dynamic memory error deetector.

2014-09-10 Thread Andrey Ryabinin
On 09/10/2014 07:01 PM, Dave Hansen wrote: > On 09/10/2014 07:31 AM, Andrey Ryabinin wrote: >> This is a second iteration of kerenel address sanitizer (KASan). > > Could you give a summary of what you've changed since the last version? > I gave, grep for "Changes since v1:" -- To unsubscribe fro

Re: [RFC/PATCH v2 00/10] Kernel address sainitzer (KASan) - dynamic memory error deetector.

2014-09-10 Thread Dave Hansen
On 09/10/2014 07:31 AM, Andrey Ryabinin wrote: > This is a second iteration of kerenel address sanitizer (KASan). Could you give a summary of what you've changed since the last version? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...

[RFC/PATCH v2 00/10] Kernel address sainitzer (KASan) - dynamic memory error deetector.

2014-09-10 Thread Andrey Ryabinin
Hi, This is a second iteration of kerenel address sanitizer (KASan). KASan is a dynamic memory error detector designed to find use-after-free and out-of-bounds bugs. Currently KASAN supported only for x86_64 architecture and requires kernel to be build with SLUB allocator. KASAN uses compile-time