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 5BB1DC433F5 for ; Fri, 13 May 2022 17:01:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1382745AbiEMRBe (ORCPT ); Fri, 13 May 2022 13:01:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1382737AbiEMRAf (ORCPT ); Fri, 13 May 2022 13:00:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 215B120F59; Fri, 13 May 2022 10:00:31 -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 B916261F86; Fri, 13 May 2022 17:00:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7D85C34100; Fri, 13 May 2022 17:00:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652461230; bh=dtccmH4YDFXmppBFKJRqTG14gV7vo6G4kTs/hPoTp2E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=NrtVMOS8YrvNoCTR5uBIe7gA1RHvj2J1juHKTwcQ5oyVEg8QZd09PL6AvTQdCw2FE t7Tz1DcTVrfVVh3V0dorWG+oqrp71ChDUDMb6M4PCzu6Oc86bf4CjD57bZC22FZ/Jp el8FnJAL5wHPHiCTGBARsAY2ghnYo2NUYiDxYhXP0Edji2BuQuH410IosvskxKYBsi 3I7Mz0j2Bpm5W7+uIHf7wX5KKfsKznO//1YKKFsLXSKWvbGUDyMGqYTXQI1QiGRqYM 2TVUUov0jpqpgvPqyFa/BpgQWiYbw6JpT3XFHPUrnrou1PzQjcNy/RqOjVVR0+NJkD 3JCf/n1uXBfww== Date: Fri, 13 May 2022 10:00:28 -0700 From: Jakub Kicinski To: "Eric W. Biederman" Cc: Linus Torvalds , Michael Ellerman , "Michael S. Tsirkin" , Konstantin Ryabitsev , 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: <20220513100028.5e7a80e8@kernel.org> In-Reply-To: <87bkw1ecyx.fsf@email.froward.int.ebiederm.org> References: <20220510082351-mutt-send-email-mst@kernel.org> <87czgk8jjo.fsf@mpe.ellerman.id.au> <87mtfm7uag.fsf@mpe.ellerman.id.au> <87bkw1ecyx.fsf@email.froward.int.ebiederm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 13 May 2022 09:14:46 -0500 Eric W. Biederman wrote: > I hate it when v1, v2, v3, v4, etc are not part of the same thread. > > I find it very useful to go directly to the patch submission by > following a single url and see the whole entire conversation right > there. I was gonna mention the --in-reply-to posting as a potential way around the problem as well. But it comes with its own downsides - the threads get huge and hard to keep track of at least in my patch flow.