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 D2AC2C433F5 for ; Thu, 12 May 2022 02:08:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237117AbiELCIB (ORCPT ); Wed, 11 May 2022 22:08:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234973AbiELCIA (ORCPT ); Wed, 11 May 2022 22:08:00 -0400 Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CC476D38C; Wed, 11 May 2022 19:07:58 -0700 (PDT) Received: from cwcc.thunk.org (pool-108-7-220-252.bstnma.fios.verizon.net [108.7.220.252]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 24C27abX015835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 11 May 2022 22:07:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mit.edu; s=outgoing; t=1652321259; bh=N0RrHZICQeD+jMKffmiVOPCX1VOHVXkmF2unBxL2MJo=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ICSnAYgUceKKXsBKoRVPVEIQKsCW0KTrDhONUN31qeHKplZYIzPxqs8r+P+6YnX6x abGDraN6I6t1+6cpTxV+pX/G3fEwMzr4yTmbUKBr0T0taRo1DJimXKf5Gg79Ohpl3X JpMubQ0WlA6eF0LKDzQNgnOqe3puzHfHVqCXvtBW3+YG7uyHfHolbIovUtrn+rdOwy JRr9Qa2HfVEUQ+aQ+EAp9AyaK7SPZhtHVsCbScLn15PNFhEYvE1xXltNl0sfjvJCFF uoPI6+2MP/NnYrl1D9pLkyRIkK7Nn5W9/l5pldeyIP7y4GsgumtbbEERrnA1b/cRhh 9OGVUNr2s3ldg== Received: by cwcc.thunk.org (Postfix, from userid 15806) id 0BBB915C3F2A; Wed, 11 May 2022 22:07:36 -0400 (EDT) Date: Wed, 11 May 2022 22:07:36 -0400 From: "Theodore Ts'o" To: Konstantin Ryabitsev Cc: Michael Ellerman , Linus Torvalds , Nathan Chancellor , "Michael S. Tsirkin" , KVM list , virtualization@lists.linux-foundation.org, Netdev , Linux Kernel Mailing List , mie@igel.co.jp Subject: Re: [GIT PULL] virtio: last minute fixup Message-ID: References: <20220510082351-mutt-send-email-mst@kernel.org> <20220511125140.ormw47yluv4btiey@meerkat.local> <87a6bo89w4.fsf@mpe.ellerman.id.au> <20220511163116.fpw2lvrkjbxmiesz@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220511163116.fpw2lvrkjbxmiesz@meerkat.local> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, May 11, 2022 at 12:31:16PM -0400, Konstantin Ryabitsev wrote: > > But my mailer, editor and terminal don't know what to do with a Message-Id. > > > > Whereas they can all open an https link. > > > > Making people paste message ids into lore to see the original submission > > is not a win. People make enough fun of us already for still using email > > to submit patches, let's not make their job any easier :) > > Okay, I'm fine with using a dedicated trailer for this purpose, perhaps an > "Archived-At"? That's a real header that was proposed by IETF for similar > purposes. E.g.: > > Archived-at: https://lore.kernel.org/r/CAHk-=wgAk3NEJ2PHtb0jXzCUOGytiHLq=rzjkFKfpiuH-SROgA@mail.gmail.com > I'd suggest is "Patch-Link". Then we can also have "Bug-Link:", "Test-Link:", etc. "Patch-Link" is a tad bit shorter "Archived-at", and ultimately, it's not actually not the patch which is being archived. It's the fact that it's a pointer to the patch review which is of most interest. - Ted