From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by kanga.kvack.org (Postfix) with ESMTP id 4D7B46B0039 for ; Wed, 9 Jul 2014 16:38:29 -0400 (EDT) Received: by mail-pa0-f53.google.com with SMTP id ey11so9671676pad.26 for ; Wed, 09 Jul 2014 13:38:29 -0700 (PDT) Received: from mga02.intel.com (mga02.intel.com. [134.134.136.20]) by mx.google.com with ESMTP id ta1si46906444pac.50.2014.07.09.13.38.27 for ; Wed, 09 Jul 2014 13:38:28 -0700 (PDT) Message-ID: <53BDA841.4000400@intel.com> Date: Wed, 09 Jul 2014 13:38:25 -0700 From: Dave Hansen MIME-Version: 1.0 Subject: Re: [RFC/PATCH RESEND -next 01/21] Add kernel address sanitizer infrastructure. References: <1404905415-9046-1-git-send-email-a.ryabinin@samsung.com> <1404905415-9046-2-git-send-email-a.ryabinin@samsung.com> In-Reply-To: <1404905415-9046-2-git-send-email-a.ryabinin@samsung.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Andrey Ryabinin , linux-kernel@vger.kernel.org Cc: Dmitry Vyukov , Konstantin Serebryany , Alexey Preobrazhensky , Andrey Konovalov , Yuri Gribov , Konstantin Khlebnikov , Sasha Levin , Michal Marek , Russell King , Thomas Gleixner , Ingo Molnar , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Andrew Morton , linux-kbuild@vger.kernel.org, linux-arm-kernel@lists.infradead.org, x86@kernel.org, linux-mm@kvack.org 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". -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org