From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751408AbdLIRkx (ORCPT ); Sat, 9 Dec 2017 12:40:53 -0500 Received: from mail-wr0-f181.google.com ([209.85.128.181]:32792 "EHLO mail-wr0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbdLIRkw (ORCPT ); Sat, 9 Dec 2017 12:40:52 -0500 X-Google-Smtp-Source: AGs4zMZ7ieta0v2TkWKATbzQa+07xOcSD9nzUIeYo085+yIGcMTjkxR1KU/WZngsuIPFDPAaha1UDA== From: Vincent Legoll To: Andrew Morton , Ingo Molnar , Byungchul Park , "Paul E. McKenney" , Peter Zijlstra , Geert Uytterhoeven , Josh Poimboeuf , Randy Dunlap , "Luis R. Rodriguez" , Nicholas Piggin , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: [PATCH,v2] Make "Memory Debugging" a menuconfig to ease disabling it all Date: Sat, 9 Dec 2017 18:40:32 +0100 Message-Id: <20171209174033.9425-1-vincent.legoll@gmail.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The v2 of the patch tries to do that, but the Kconfig.kasan modification is kind of infortunate, as it moves the HAVE_ARCH_KASAN config option out of that file. If this is not acceptable please advise on how I can achieve it. Thanks