From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 109437C for ; Thu, 27 Jul 2023 01:07:28 +0000 (UTC) Received: from relay.hostedemail.com (smtprelay0014.hostedemail.com [216.40.44.14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8A1D26B9; Wed, 26 Jul 2023 18:07:27 -0700 (PDT) Received: from omf06.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay08.hostedemail.com (Postfix) with ESMTP id 2E08914060A; Thu, 27 Jul 2023 01:07:26 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf06.hostedemail.com (Postfix) with ESMTPA id 4A8492000F; Thu, 27 Jul 2023 01:07:23 +0000 (UTC) Message-ID: Subject: Re: [PATCH v2] scripts: get_maintainer: steer people away from using file paths From: Joe Perches To: Konstantin Ryabitsev , Jakub Kicinski Cc: Linus Torvalds , Krzysztof Kozlowski , geert@linux-m68k.org, gregkh@linuxfoundation.org, netdev@vger.kernel.org, workflows@vger.kernel.org, mario.limonciello@amd.com Date: Wed, 26 Jul 2023 18:07:22 -0700 In-Reply-To: <20230726-yeah-acrobat-ba1acf@meerkat> References: <20230726130318.099f96fc@kernel.org> <20230726133648.54277d76@kernel.org> <20230726145721.52a20cb7@kernel.org> <20230726-june-mocha-ad6809@meerkat> <20230726171123.0d573f7c@kernel.org> <20230726-armless-ungodly-a3242f@meerkat> <20230726172758.3f6462f3@kernel.org> <20230726-yeah-acrobat-ba1acf@meerkat> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Rspamd-Queue-Id: 4A8492000F X-Stat-Signature: t8df3fdhzrnkasyjqii8mba913wq97qx X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_SPF_HELO, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, SPF_NONE,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.6 X-Rspamd-Server: rspamout01 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX184JVLub2iiWxXcylxpU9WrSJX/fYBzEdI= X-HE-Tag: 1690420043-775472 X-HE-Meta: U2FsdGVkX1+FklBYGJtPT/syCvk0kdDdoP/lMTwQrxQkiD4BgYkk1jbvdEtFSEZv9pQLM6668LAiTuGoQpsvj/i2ye639Li4+HZuoGw0xXSTnX4RwB7ibf+9oCSiz4R/rAE+WZ68bP/BX24UjrwRemxd/S+Tg2Sp38I+Ull/On54JEo7Vbc3UDU8LmOtocOitoGLuO85wFtkFXZj3Z5UhRqPyZ7UUkGJnxai4L2apJ1S7WVD/5Zh/wgGLIKeoe5qTJI2Lp7HIYlR/CdTtcuwCPdB8xNFyVHlBsbFx3jcc6QiMalVwhi2cZqITSKr5WpRF+JlFeizpDcGF6wmbbIU3j2P6sIIjV42/hzAz2yZhM2VR/OVF8sxHaL13vCzN7XH X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net On Wed, 2023-07-26 at 20:33 -0400, Konstantin Ryabitsev wrote: > On Wed, Jul 26, 2023 at 05:27:58PM -0700, Jakub Kicinski wrote: > > > Think as if instead of being Cc'd on patches, they got Bcc'd on them. > >=20 > > I was being crafty 'cause if the CC is present in the lore archive > > our patchwork check would see it :]=20 > > But cant just trust the automation and kill the check, then. >=20 > If we can get it working reliably and to everyone's satisfaction, big if. great concept though. arch wide changes are different. API changes are different. staging patches are different. It'll take a bit of settling and some special case handling but I believe it'd work out quite well in long run to have a patches@vger.kernel.org address front end that is a scripted exploder to the appropriate maintainers, reviewers, mailing lists etc.