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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56083C433EF for ; Thu, 30 Jun 2022 09:18:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232859AbiF3JSn (ORCPT ); Thu, 30 Jun 2022 05:18:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234162AbiF3JSF (ORCPT ); Thu, 30 Jun 2022 05:18:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B275640A15; Thu, 30 Jun 2022 02:16:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 51A8662017; Thu, 30 Jun 2022 09:16:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54FD3C34115; Thu, 30 Jun 2022 09:16:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656580612; bh=fhPrN/Cj+ictPxaGEFTuecI1QfvdKf7NO66d7k+8qFg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EPW3KqwCExMBSK7rkfsC9yDbyvzN/20GSLJkYyieICVBKwCHw0X0Qz3JWK4gpPSez hHy4pXfh/CpODLyKdrCx82tEzhBcTozjpHhOEyC3abnU4b5/4JOa0nFT0DRVgvxK7Y O5bBTZ5o2+VGtuuM7tR2AOrgGMnipwvS1gHX4C3Y= Date: Thu, 30 Jun 2022 11:16:50 +0200 From: Greg Kroah-Hartman To: Amir Goldstein Cc: Sasha Levin , "Darrick J . Wong" , Leah Rumancik , Chandan Babu R , Luis Chamberlain , Adam Manzanares , linux-xfs , stable Subject: Re: [PATCH] MAINTAINERS: add Amir as xfs maintainer for 5.10.y Message-ID: References: <20220630054321.3008933-1-amir73il@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Thu, Jun 30, 2022 at 11:28:37AM +0300, Amir Goldstein wrote: > On Thu, Jun 30, 2022 at 10:27 AM Greg Kroah-Hartman > wrote: > > > > On Thu, Jun 30, 2022 at 08:43:21AM +0300, Amir Goldstein wrote: > > > This is an attempt to direct the bots and human that are testing > > > LTS 5.10.y towards the maintainer of xfs in the 5.10.y tree. > > > > > > This is not an upstream MAINTAINERS entry and 5.15.y and 5.4.y will > > > have their own LTS xfs maintainer entries. > > > > > > Update Darrick's email address from upstream and add Amir as xfs > > > maintaier for the 5.10.y tree. > > > > > > Suggested-by: Darrick J. Wong > > > Link: https://lore.kernel.org/linux-xfs/Yrx6%2F0UmYyuBPjEr@magnolia/ > > > Signed-off-by: Amir Goldstein > > > Reviewed-by: Darrick J. Wong > > > --- > > > > > > Greg, > > > > > > We decided to try and fork MAINTAINERS. > > > > > > I don't know if this was attempted before and I don't know if you > > > think that is a good idea, but the rationale is that at least some > > > of the scripts that report bugs on LTS, will be running get_maintainer.pl > > > on the LTS branch they are testing. > > > > > > The scripts that run get_maintainer.pl on master can be tought to > > > do the right thing for LTS reporting. > > > This seems easier and more practical then teaching the scripts to > > > parse LTS specific entries in upstream MAINTAINERS. > > > > > > You have another patch like that coming fro Leah for 5.15.y. > > > > > > Thanks, > > > Amir. > > > > > > MAINTAINERS | 3 ++- > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 7c118b507912..4d10e79030a9 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -19246,7 +19246,8 @@ F: arch/x86/xen/*swiotlb* > > > F: drivers/xen/*swiotlb* > > > > > > XFS FILESYSTEM > > > -M: Darrick J. Wong > > > +M: Amir Goldstein > > > +M: Darrick J. Wong > > > M: linux-xfs@vger.kernel.org > > > L: linux-xfs@vger.kernel.org > > > S: Supported > > > > I'll apply this, but really, no one will ever notice it. > > > > All new patches, and work, goes on on Linus's tree and you have to > > submit matches for it to be considered for older stable kernels as you > > know. So there's not much for old MAINTAINERS entries here. > > > > But hey, I could be wrong let's try it and see what happens :) > > Just to be clear, this meant not for CCing stable xfs maintainers on > fix patches that developers send upstream. > > This is only so bots running on LTS and distro kernels find xfs bugs > are advised to CC the xfs stable maintainers. Let's see if they even look at that file. > P.S. You have an xfs backport series for both 5.10 and 5.15 > in your inbox... I have lots of stable patches to catch up on, you are in good company: $ mdfrm -c ~/mail/stable/ 186 messages in /home/gregkh/mail/stable/ I'll try to get through them later today greg k-h