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 5B92CC433EF for ; Mon, 28 Mar 2022 19:02:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245413AbiC1TEI (ORCPT ); Mon, 28 Mar 2022 15:04:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245428AbiC1TEF (ORCPT ); Mon, 28 Mar 2022 15:04:05 -0400 Received: from mail-pj1-x102e.google.com (mail-pj1-x102e.google.com [IPv6:2607:f8b0:4864:20::102e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C7B665141 for ; Mon, 28 Mar 2022 12:02:23 -0700 (PDT) Received: by mail-pj1-x102e.google.com with SMTP id bx5so15083824pjb.3 for ; Mon, 28 Mar 2022 12:02:23 -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=dhGOVKb9V844LyshAqhDj5/BrH7dOz55cb0nSa/g+AI=; b=mbyainUX7U9+PGRKvsG6MkdGVAraaJJxQoF1i6MIBe+WIc39mfspIaC7yE9nl9xIm/ HT9FKTPfF7oE40F5O3vgolnL7UAc5NalFgMeuPp5fPRUA9iHou8VcEVn7F3wN4a0KjUb uiH4zRG5RRJ20rQojcdFUmt2wgtG3IKHqT92MpFZ3oObaoRueCy13H5h8z2IY6aMrqVI RpUiTJ6qJpJdmGwDdaVMcUnlGcD8iKlkMzE4/xXnGhKqeKrUUvLB3I9WH4RbGxLmrNEv XmTjBxxEnaQc74jCdX3keX/ogcZKcnaJj9tNYx8ubOz94BSSrWjsDrRLrd1oH4O11xIz 7L0Q== 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=dhGOVKb9V844LyshAqhDj5/BrH7dOz55cb0nSa/g+AI=; b=Gi4uG/Z93qQlBkZDFzctXb/u05+rrvQjOj3d/4cPenY61hfW5WwU3Zf3J4JTeloOyP 5ULARIC7uYt1iFY1K8XmoCkDAXu+4Xwu/L+ebU9lbEIT9iRu1NH/bxbNvz8/UfIMy6k+ URZMjxE67c/stmmWgzUACgi/hC/rxUTrHbLLpn8UM3H0P3WPP14A1ksPKxpDy5ifLDY1 DCcbBhkGEeOnrrhpcGg/cjpjuzK3yQOQYaHy6c6QrP38OSTAwBkppDL2HH2AzP1bYCSy uED39mHy29/5gAKMHpybyQq3LYTHXaHTHaAPK85t3QVh0xNWLodYOhz8oyIrCrBjJkuD td3w== X-Gm-Message-State: AOAM532z4Ta/OxvxmnWmui8WgoR2ptq1/PCOJXc2gwVZnjqeQQHr0Szk pXqNTwdJp3eQbvkG9Bk6Gf1I6w== X-Google-Smtp-Source: ABdhPJyPcEQSb9YWAxCjR6tmvyHD19VhWLbrkj0LPTRLxwkDA3sS6e6UBZXuI16SCQuxnisLLZr8Eg== X-Received: by 2002:a17:902:d904:b0:154:a967:2b83 with SMTP id c4-20020a170902d90400b00154a9672b83mr27020146plz.124.1648494142870; Mon, 28 Mar 2022 12:02:22 -0700 (PDT) Received: from google.com (157.214.185.35.bc.googleusercontent.com. [35.185.214.157]) by smtp.gmail.com with ESMTPSA id 21-20020a630115000000b00382a0895661sm13622059pgb.11.2022.03.28.12.02.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 28 Mar 2022 12:02:22 -0700 (PDT) Date: Mon, 28 Mar 2022 19:02:18 +0000 From: Sean Christopherson To: Andrew Jones Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Paolo Bonzini , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , Thomas Huth , Janosch Frank , Claudio Imbrenda , David Hildenbrand , David Matlack , Ben Gardon , Oliver Upton Subject: Re: [RFC PATCH 000/105] KVM: selftests: Overhaul APIs, purge VCPU_ID Message-ID: References: <20220311055056.57265-1-seanjc@google.com> <20220314110653.a46vy5hqegt75wpb@gator> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220314110653.a46vy5hqegt75wpb@gator> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 14, 2022, Andrew Jones wrote: > Also, I see at least patch 1/105 is a fix. It'd be nice to post all fixes > separately so they get in sooner than later. Yeah, and I'm pretty sure there's at least one other arm64 bug fix buried in the series. I'll get those extracted and posted separately.