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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE557C433FE for ; Wed, 3 Nov 2021 23:08:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D4E4F604D2 for ; Wed, 3 Nov 2021 23:08:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230139AbhKCXKi (ORCPT ); Wed, 3 Nov 2021 19:10:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35062 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229561AbhKCXKg (ORCPT ); Wed, 3 Nov 2021 19:10:36 -0400 Received: from mail-pg1-x531.google.com (mail-pg1-x531.google.com [IPv6:2607:f8b0:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83C2FC061714 for ; Wed, 3 Nov 2021 16:07:59 -0700 (PDT) Received: by mail-pg1-x531.google.com with SMTP id b4so3681111pgh.10 for ; Wed, 03 Nov 2021 16:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=8yaW7bzXe4yys7yTtEPfAvcvjjvX4R1Y6KiKrJ3surQ=; b=BN9M8yhbhfPl4RAvGzgSz0yTDRbGdwqEAZn7Uqiqx8NtTEj7Z8oLPsEl16K3Bc78I2 8og91Xy589UPQHpUBVAwmehZTG0MfNE9IaqFxOms+QkBaG/ZRdjnwpn/q0/fLR8YnMaY Bk1shaKheagMnMhdGSgVTJG4SvBUEbUTYmsz3LzLbA0201mcJykfcLpuU4kvz76tiPo+ bsA7Tcakz4ciVt62k9xcnasvyAwrUDVRxeR6k8uPIGBg4mcbbT/1m/dF/5lYkiAxF0jT L+xVbDJWzwAGxXWaYZy+6QDOSxvX5IvxT9HgfX4gu9cCDsWqOxXTateWnqegjAYsB1Wg 5OsQ== 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=8yaW7bzXe4yys7yTtEPfAvcvjjvX4R1Y6KiKrJ3surQ=; b=cKj/gBW9VS7yCMtSqgRc2rl0FSTfOTtlMAuIH6m1zENgzYwI84FWt1iyfn6EkGpVNW yvN8L09UX2cosFD7fQySIXOX3e0pPHrYPu7c4Wqh1zVj7ihWiG7aA1WN/B1JCR7YVt/i BvqrKoRpfMPabsUSONwK1lJfXoHu/gWKrJDg/1G0/4G4x1ARh8oljsrN2cU2rXnztN3h yE5wCdgbatDvoOYDGaGw/KxrlNF0NBX7JeYUHTLfBwEwbyy35Axmx/g8Kj3X5gR+AirJ BnH9Ybki2aizUErIm1TITOxTlREGVQgyoXqEjJP8lSF0CT/NAsZmqxkOMmwjGtziN0pV 4j3w== X-Gm-Message-State: AOAM530RhCIiDVe8YOdIaUggW5iKQP9OOzE9xCfB2ifWvDkLV1YaGJuB BqYP0EaVojxtIUrHCgECVB/xSA== X-Google-Smtp-Source: ABdhPJxpfqJe3VGZemJkfTGPxc6se4YW+yh21PyNUGidR5vmQBrWCmxkc/4bTNFR3tgDcboY2DHE2g== X-Received: by 2002:a63:a801:: with SMTP id o1mr36104100pgf.23.1635980878910; Wed, 03 Nov 2021 16:07:58 -0700 (PDT) Received: from google.com (157.214.185.35.bc.googleusercontent.com. [35.185.214.157]) by smtp.gmail.com with ESMTPSA id b10sm3291227pfi.122.2021.11.03.16.07.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Nov 2021 16:07:58 -0700 (PDT) Date: Wed, 3 Nov 2021 23:07:54 +0000 From: Sean Christopherson To: Vipin Sharma Cc: pbonzini@redhat.com, jmattson@google.com, dmatlack@google.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/2] Add wrapper to read GPR of INVPCID, INVVPID, and INVEPT Message-ID: References: <20211103205911.1253463-1-vipinsh@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211103205911.1253463-1-vipinsh@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 03, 2021, Vipin Sharma wrote: > Hello, > > v3 is similar to v2 except that the commit message of "PATCH v3 2/2" is now > clearer and detailed. Heh, please wait at _minimum_ one day before spinning a new version. I know it's a bit weird/silly for such a small series, but even in this case I replied to the previous version because I circled back to the "series" while waiting for a build to complete. For small series and/or single patches, unless there's a reason for urgency, it's polite to wait a few days between versions to give folks a reasonable chance to weigh in before getting hit with a new version.