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 7831DC433EF for ; Wed, 11 May 2022 16:31:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344789AbiEKQba (ORCPT ); Wed, 11 May 2022 12:31:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59554 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344804AbiEKQbX (ORCPT ); Wed, 11 May 2022 12:31:23 -0400 Received: from mail-qv1-xf30.google.com (mail-qv1-xf30.google.com [IPv6:2607:f8b0:4864:20::f30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF06F239B3A for ; Wed, 11 May 2022 09:31:19 -0700 (PDT) Received: by mail-qv1-xf30.google.com with SMTP id jt15so2464677qvb.8 for ; Wed, 11 May 2022 09:31:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=5AW0aZoxHCN1VcWSiLevVsA+4vTrs8hedKoXKC8swoo=; b=PeLfiEM2fdaGSYbtJQ/sHoHI/+L6Xi/cs5SHyHuC/SxKcebTKwmGKdh+4cqV5wbSFf oQ2ZNFFCCuTMZtRNOUp4GIVnzh0u64rEZXI5WIL7iXphKrgMdGVWPA+e0JyTQz6N50p9 oTxSqjvYV4ZKuaTVTHUcSVX+Pcmcvz60odUTY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=5AW0aZoxHCN1VcWSiLevVsA+4vTrs8hedKoXKC8swoo=; b=DmiHm1KaU99JiPIPFY833BpGeKqhJMB0UYv3U3heyKqiM6sigbotaPjt8Za/CdP4Mh HSPy4LSY+YFxU1UHfd9Hz5JPhaHcto85JtI0YSYNZlNs+EpI3EG17OtZhfaTm/IZPyey aUuicvYDlmlLQD/01djZvs9gvXfWUNuLkzRiLMPpAdcgGG/u4JUXDicJA/dtVCTUMUTN SlTmkW74paizVut7JgdiekWpYTJvJQdLshSzkQfWjBpChK66E79C2OIJY8t9+d5TvfZa TybPLGUn84XOA+IS8sUKVHVHzSiS75H6hxj8NdSYShfz9aVGFx7yptV3lhha+mEHhQ8B iLpA== X-Gm-Message-State: AOAM532xkQGJfvy48qld7vUnU8I9Zf+TjZ9sBhnTIPCB6Z9HtU9xPYgc 0oe/N80uuaFPY5fg0gSYgl02l9Aka16ZMg== X-Google-Smtp-Source: ABdhPJwCY37vGnZ+DMy0b1A6UZRgARNdpOdQuhqhLyeMoiUh4C59xvmwsBczXp7zrc+YeSQS3oD8Xg== X-Received: by 2002:a05:6214:5008:b0:45b:82:6ef with SMTP id jo8-20020a056214500800b0045b008206efmr17026158qvb.87.1652286678916; Wed, 11 May 2022 09:31:18 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-127.dsl.bell.ca. [216.209.220.127]) by smtp.gmail.com with ESMTPSA id k14-20020a05620a414e00b0069fc2a7e7a5sm1546889qko.75.2022.05.11.09.31.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 May 2022 09:31:18 -0700 (PDT) Date: Wed, 11 May 2022 12:31:16 -0400 From: Konstantin Ryabitsev To: Michael Ellerman Cc: 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: <20220511163116.fpw2lvrkjbxmiesz@meerkat.local> References: <20220510082351-mutt-send-email-mst@kernel.org> <20220511125140.ormw47yluv4btiey@meerkat.local> <87a6bo89w4.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87a6bo89w4.fsf@mpe.ellerman.id.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 11, 2022 at 11:40:59PM +1000, Michael Ellerman wrote: > > I think we should simply disambiguate the trailer added by tooling like b4. > > Instead of using Link:, it can go back to using Message-Id, which is already > > standard with git -- it's trivial for git.kernel.org to link them to > > lore.kernel.org. > > 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 -K