From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:48710 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726491AbgANWJH (ORCPT ); Tue, 14 Jan 2020 17:09:07 -0500 Date: Tue, 14 Jan 2020 14:09:06 -0800 From: "Paul E. McKenney" Subject: Re: [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure Message-ID: <20200114220906.GZ2935@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20200114213405.GX2935@paulmck-ThinkPad-P72> <9970E373-DF70-4FE4-A839-AAE641612EC5@lca.pw> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9970E373-DF70-4FE4-A839-AAE641612EC5@lca.pw> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Qian Cai Cc: Marco Elver , LKMM Maintainers -- Akira Yokosawa , Alan Stern , Alexander Potapenko , Andrea Parri , Andrey Konovalov , Andy Lutomirski , Ard Biesheuvel , Arnd Bergmann , Boqun Feng , Borislav Petkov , Daniel Axtens , Daniel Lustig , Dave Hansen , David Howells , Dmitry Vyukov , "H. Peter Anvin" , Ingo Molnar , Jade Alglave , Joel Fernandes , Jonathan Corbet , Josh Poimboeuf , Luc Maranget , Mark Rutland , Nicholas Piggin , Peter Zijlstra , Thomas Gleixner , Will Deacon , Eric Dumazet , kasan-dev , linux-arch , "open list:DOCUMENTATION" , linux-efi@vger.kernel.org, Linux Kbuild mailing list , LKML , Linux Memory Management List , the arch/x86 maintainers On Tue, Jan 14, 2020 at 04:48:22PM -0500, Qian Cai wrote: > > > > On Jan 14, 2020, at 4:34 PM, Paul E. McKenney wrote: > > > > As an alternative, once the patches needed for your tests to pass > > reach mainline, you could announce that KCSAN was ready to be enabled > > in distros. > > > > Though I confess that I don't know how that works. Is there a separate > > testing kernel binary provided by the distros in question? > > I don’t think I have powers to announce that. Once the feature hit the mainline, distro people could start to use in the debug kernel variant, and it is a shame to only find out it is broken. Anyway, I’ll try to edge out those corner cases. Stay tuned. Very good, thank you! And you do have the power to announce. But just like most of the rest of use, myself included, you won't always have the power to make people actually pay attention to what you say. ;-) Thanx, Paul