From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com ([209.85.212.173]:50602 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752594AbaGIUlA (ORCPT ); Wed, 9 Jul 2014 16:41:00 -0400 MIME-Version: 1.0 In-Reply-To: <87pphenxex.fsf@tassilo.jf.intel.com> References: <1404905415-9046-1-git-send-email-a.ryabinin@samsung.com> <1404905415-9046-2-git-send-email-a.ryabinin@samsung.com> <87pphenxex.fsf@tassilo.jf.intel.com> Date: Thu, 10 Jul 2014 00:40:58 +0400 Message-ID: Subject: Re: [RFC/PATCH RESEND -next 01/21] Add kernel address sanitizer infrastructure. From: Yuri Gribov Content-Type: text/plain; charset=UTF-8 Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Andi Kleen Cc: Andrey Ryabinin , linux-kernel@vger.kernel.org, Dmitry Vyukov , Konstantin Serebryany , Alexey Preobrazhensky , Andrey Konovalov , 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 Wed, Jul 9, 2014 at 11:29 PM, Andi Kleen wrote: > Hardcoding --param is not very nice. They can change from compiler > to compiler version. Need some version checking? We plan to address this soon. CFLAGS will look more like -fsanitize=kernel-address but this flag is not yet in gcc. -Y