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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 10A1DC10F14 for ; Wed, 2 Oct 2019 16:58:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CCAC221D81 for ; Wed, 2 Oct 2019 16:58:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570035492; bh=jsLGFhojAf5G90SbKlaQUvingcgW1RLoooHEW/5ICFs=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=0Zt2cee2VpmpZFOVXvFaOJrVFG6VyDzQi8TBF7b6/HbAaZK0xuftYd2n4UcvKmPvd p2xlPXGwNfnd3wrqHClk/v8eYTm5Vnhx6M7rMSmcZRX/zDSizTACr5LQecZkk0LNc4 BpHEPnuNtJiYNQVxo30MDqOK5Mb3JTGzikvc3JLM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728230AbfJBQ6M (ORCPT ); Wed, 2 Oct 2019 12:58:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:54844 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726101AbfJBQ6L (ORCPT ); Wed, 2 Oct 2019 12:58:11 -0400 Received: from paulmck-ThinkPad-P72 (50-39-105-78.bvtn.or.frontiernet.net [50.39.105.78]) (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 440B121920; Wed, 2 Oct 2019 16:58:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570035491; bh=jsLGFhojAf5G90SbKlaQUvingcgW1RLoooHEW/5ICFs=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=bV6h8eaEp+C/efwcIjsoc7wK2epRJYTs54gYajN7qwwmBANeeOOYeg7I8mxCShr5N pPDLsNaPQt+gGbMSi6QbcREqb6qtxEQWCjjmYMuI+QLsoOZtYFonWfzlIBEh7hh7NO mJ2jvPHSN3YNq7J5LneXWHfrUY1Vz260LjBT7DRY= Date: Wed, 2 Oct 2019 09:58:10 -0700 From: "Paul E. McKenney" To: "Joel Fernandes (Google)" Cc: linux-kernel@vger.kernel.org, Alan Stern , "David S. Miller" , Greg Kroah-Hartman , Mauro Carvalho Chehab , Rob Herring Subject: Re: [PATCH] MAINTAINERS: Add me for Linux Kernel memory consistency model (LKMM) Message-ID: <20191002165810.GD2689@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20191002152837.97191-1-joel@joelfernandes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191002152837.97191-1-joel@joelfernandes.org> 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 Wed, Oct 02, 2019 at 11:28:37AM -0400, Joel Fernandes (Google) wrote: > Quite interested in the LKMM, I have submitted patches before and used > it a lot. I would like to be a part of the maintainers for this project. > > Cc: Paul McKenney > Suggested-by: Alan Stern > Signed-off-by: Joel Fernandes (Google) Acked-by: Paul E. McKenney > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 296de2b51c83..ecf6d265a88d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9473,6 +9473,7 @@ M: David Howells > M: Jade Alglave > M: Luc Maranget > M: "Paul E. McKenney" > +M: Joel Fernandes > R: Akira Yokosawa > R: Daniel Lustig > L: linux-kernel@vger.kernel.org > -- > 2.23.0.444.g18eeb5a265-goog >