Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755150AbaGIOc0 (ORCPT ); Wed, 9 Jul 2014 10:32:26 -0400 Received: from qmta09.emeryville.ca.mail.comcast.net ([76.96.30.96]:51944 "EHLO qmta09.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753293AbaGIOcZ (ORCPT ); Wed, 9 Jul 2014 10:32:25 -0400 Date: Wed, 9 Jul 2014 09:32:21 -0500 (CDT) From: Christoph Lameter To: Andrey Ryabinin cc: linux-kernel@vger.kernel.org, Dmitry Vyukov , Konstantin Serebryany , Alexey Preobrazhensky , Andrey Konovalov , Yuri Gribov , Konstantin Khlebnikov , Sasha Levin , Michal Marek , Russell King , Thomas Gleixner , Ingo Molnar , 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 Subject: Re: [RFC/PATCH RESEND -next 12/21] mm: util: move krealloc/kzfree to slab_common.c In-Reply-To: <1404905415-9046-13-git-send-email-a.ryabinin@samsung.com> Message-ID: References: <1404905415-9046-1-git-send-email-a.ryabinin@samsung.com> <1404905415-9046-13-git-send-email-a.ryabinin@samsung.com> Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 9 Jul 2014, Andrey Ryabinin wrote: > To avoid false positive reports in kernel address sanitizer krealloc/kzfree > functions shouldn't be instrumented. Since we want to instrument other > functions in mm/util.c, krealloc/kzfree moved to slab_common.c which is not > instrumented. > > Unfortunately we can't completely disable instrumentation for one function. > We could disable compiler's instrumentation for one function by using > __atribute__((no_sanitize_address)). > But the problem here is that memset call will be replaced by instumented > version kasan_memset since currently it's implemented as define: Looks good to me and useful regardless of the sanitizer going in. Acked-by: Christoph Lameter -- 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/