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 6804EC64EC4 for ; Wed, 22 Feb 2023 11:27:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231785AbjBVL1J (ORCPT ); Wed, 22 Feb 2023 06:27:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231263AbjBVL0j (ORCPT ); Wed, 22 Feb 2023 06:26:39 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4F0732E75; Wed, 22 Feb 2023 03:26:37 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 67D61B8125F; Wed, 22 Feb 2023 11:26:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D299FC433D2; Wed, 22 Feb 2023 11:26:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677065195; bh=bWvbgjp5RvB8PjMBAsX01lO9+dUd+JPhnTBNgA4gKBQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=a58VsPwplYxex7nF2WVjfQIqO6HiRduekX0YWxsghAB8I8xQq3IVD3hf2oj3LBvTd vX/Nvki3KzEnC3IaQP610uz3lNnuJIVCfa7MhF8cUe5arr/T3EJPlKD5SoeIYHqFhV vJaAmqGNGCxF2Dun7lgSOABe87xY22W9Ea75kDLY= Date: Wed, 22 Feb 2023 12:26:32 +0100 From: Greg Kroah-Hartman To: maennich@google.com Cc: linux-kernel@vger.kernel.org, kernel-team@android.com, stable@vger.kernel.org, Nathan Chancellor , Andrii Nakryiko , Daniel Borkmann Subject: Re: [PATCH 1/5] MAINTAINERS: Add scripts/pahole-flags.sh to BPF section Message-ID: References: <20220201205624.652313-1-nathan@kernel.org> <20230222112141.278066-2-maennich@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230222112141.278066-2-maennich@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 22, 2023 at 11:21:39AM +0000, maennich@google.com wrote: > From: Nathan Chancellor > > Currently, scripts/pahole-flags.sh has no formal maintainer. Add it to > the BPF section so that patches to it can be properly reviewed and > picked up. > > Signed-off-by: Nathan Chancellor > Signed-off-by: Daniel Borkmann > Acked-by: Andrii Nakryiko > Link: https://lore.kernel.org/bpf/20220201205624.652313-2-nathan@kernel.org > Signed-off-by: Matthias Maennich > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4f50a453e18a..176485e625a0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3407,6 +3407,7 @@ F: net/sched/act_bpf.c > F: net/sched/cls_bpf.c > F: samples/bpf/ > F: scripts/bpf_doc.py > +F: scripts/pahole-flags.sh > F: tools/bpf/ > F: tools/lib/bpf/ > F: tools/testing/selftests/bpf/ > -- > 2.39.2.637.g21b0678d19-goog > No need for MAINTAINERS updates for older kernels as no one should be making new patches against them, right? thanks, greg k-h