Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756440AbaGIXdO (ORCPT ); Wed, 9 Jul 2014 19:33:14 -0400 Received: from mga09.intel.com ([134.134.136.24]:58745 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753945AbaGIXdM (ORCPT ); Wed, 9 Jul 2014 19:33:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,634,1400050800"; d="scan'208";a="541145302" Message-ID: <53BDD135.1000105@intel.com> Date: Wed, 09 Jul 2014 16:33:09 -0700 From: Dave Hansen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Vegard Nossum , Andi Kleen CC: Andrey Ryabinin , LKML , 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 , kbuild , linux-arm-kernel@lists.infradead.org, x86 maintainers , Linux Memory Management List Subject: Re: [RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector. References: <1404905415-9046-1-git-send-email-a.ryabinin@samsung.com> <53BDB1D6.1090605@intel.com> <8761j6nr53.fsf@tassilo.jf.intel.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/09/2014 02:59 PM, Vegard Nossum wrote: >> > But I could see KASAN eventually deprecating kmemcheck, which >> > is just incredible slow. > FWIW, I definitely agree with this -- if KASAN can do everything that > kmemcheck can, it is no doubt the right way forward. That's very cool. For what it's worth, the per-arch work does appear to be pretty minimal and the things like the string function replacements _should_ be able to be made generic. Aren't the x86_32/x86_64 and arm hooks pretty much copied-and-pasted? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/