From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E54FC43141 for ; Thu, 14 Nov 2019 19:48:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1CC8E20729 for ; Thu, 14 Nov 2019 19:48:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573760902; bh=5qgPuQRrQZG/43baxIo8qPU03QjMBopEOA3ytCqxVwY=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=CXejXWTE8Oy41BnNbBdxlZ2FAI1T0Tf9jl1wUedn4DWtk0dfYtpBKNa3bv9NvEm/N B3T1le5DfW75V/+VN07+SOjtA0TDaF9O9hlRzwU4TwhuUi4faDhrWYUBVjMUmtdghU vAaWpKcT+GmCWhx8ane6PRKUwlUfDPfkWGxvNr7E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726997AbfKNTsU (ORCPT ); Thu, 14 Nov 2019 14:48:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:33312 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726786AbfKNTsU (ORCPT ); Thu, 14 Nov 2019 14:48:20 -0500 Received: from paulmck-ThinkPad-P72.home (unknown [199.201.64.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id DDE2720727; Thu, 14 Nov 2019 19:48:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573760899; bh=5qgPuQRrQZG/43baxIo8qPU03QjMBopEOA3ytCqxVwY=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=cdfsnpNAh+QT5phy/N77a5SWtd9pj6Wn6oaErwjcBPTpTAejXc/3YOIjfWbZOnI2P K3oVbMap+saQiE2XDeQ3H4xQ4zNto99w2qg8zNb5iOeuu2vuyrfh/ySgz5iTXglpQ3 h2+lAT3OFowktrBrIBLtRGuKQC9Lfw+1nz7KxUho= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 7C62435227FC; Thu, 14 Nov 2019 11:48:17 -0800 (PST) Date: Thu, 14 Nov 2019 11:48:17 -0800 From: "Paul E. McKenney" To: Marco Elver Cc: 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 , 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 Subject: Re: [PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN) Message-ID: <20191114194817.GO2865@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20191104142745.14722-1-elver@google.com> <20191104164717.GE20975@paulmck-ThinkPad-P72> <20191104194658.GK20975@paulmck-ThinkPad-P72> <20191105142035.GR20975@paulmck-ThinkPad-P72> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 14, 2019 at 07:05:34PM +0100, Marco Elver wrote: > On Tue, 5 Nov 2019 at 16:25, Marco Elver wrote: > > On Tue, 5 Nov 2019 at 15:20, Paul E. McKenney wrote: [ . . . ] > > > It works for me, though you guys have to continue to be the main > > > developers. ;-) > > > > Great, thanks. We did add an entry to MAINTAINERS, so yes of course. :-) > > > > > I will go through the patches more carefully, and please look into the > > > kbuild test robot complaint. > > > > I just responded to that, it seems to be a sparse problem. > > > > Thanks, > > -- Marco > > v4 was sent out: > http://lkml.kernel.org/r/20191114180303.66955-1-elver@google.com And I have queued it and pushed it to -rcu. It is still in the section of -rcu subject to rebasing, so if you have a later v5, I can replace this with the newer version. I am assuming that you do -not- wish to target the upcoming merge window (v5.5), but rather then next one (v5.6). Please let me know right away if I am assuming wrong. Thanx, Paul From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul E. McKenney" Subject: Re: [PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN) Date: Thu, 14 Nov 2019 11:48:17 -0800 Message-ID: <20191114194817.GO2865@paulmck-ThinkPad-P72> References: <20191104142745.14722-1-elver@google.com> <20191104164717.GE20975@paulmck-ThinkPad-P72> <20191104194658.GK20975@paulmck-ThinkPad-P72> <20191105142035.GR20975@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Marco Elver Cc: 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 List-Id: linux-arch.vger.kernel.org On Thu, Nov 14, 2019 at 07:05:34PM +0100, Marco Elver wrote: > On Tue, 5 Nov 2019 at 16:25, Marco Elver wrote: > > On Tue, 5 Nov 2019 at 15:20, Paul E. McKenney wrote: [ . . . ] > > > It works for me, though you guys have to continue to be the main > > > developers. ;-) > > > > Great, thanks. We did add an entry to MAINTAINERS, so yes of course. :-) > > > > > I will go through the patches more carefully, and please look into the > > > kbuild test robot complaint. > > > > I just responded to that, it seems to be a sparse problem. > > > > Thanks, > > -- Marco > > v4 was sent out: > http://lkml.kernel.org/r/20191114180303.66955-1-elver@google.com And I have queued it and pushed it to -rcu. It is still in the section of -rcu subject to rebasing, so if you have a later v5, I can replace this with the newer version. I am assuming that you do -not- wish to target the upcoming merge window (v5.5), but rather then next one (v5.6). Please let me know right away if I am assuming wrong. Thanx, Paul