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 A67BCC433EF for ; Fri, 10 Jun 2022 11:34:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348445AbiFJLeR (ORCPT ); Fri, 10 Jun 2022 07:34:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239725AbiFJLeP (ORCPT ); Fri, 10 Jun 2022 07:34:15 -0400 Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D82476EB31 for ; Fri, 10 Jun 2022 04:34:13 -0700 (PDT) Received: by mail-wm1-x332.google.com with SMTP id z17so8928964wmi.1 for ; Fri, 10 Jun 2022 04:34:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brainfault-org.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+rY4WAh4Z/g9RXMWfmzOnjp3/fpy58yyzKY2ezEUe3w=; b=yasOb4+fOBN2YPRJwEDj2ZaIucLc/JDD+7cGR9k6PM9bNfEB0cvmA4tAUtoFsDA8Zs DDWXbli5ew/mEHSoaWk/1xOaLVU+ov72PkdQ1AJedEzd7dP5pZAEbW6HY1D47pJbpypC lIvxWbC1Emfpf1qGogjgXCu9ZmbPSVpOCsnQxM2dUaSMEpy3BbVogWKTCJWryMgtgaFF 9Dy+1Q9alroZnlrtcBvRjYQbiyONu/7RGZXaN9NmwqqklwfRT7LCls2ahhjG+aN3s2AC L+Al38pEQY5sIBvwW1KNpU3W48rykfFz6Iq1VfefpMJcXhxO6uxtFs7svFzZHz128lV7 aJ+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+rY4WAh4Z/g9RXMWfmzOnjp3/fpy58yyzKY2ezEUe3w=; b=XaOK1HfUeW2dhep9/nvKKbcCxagHdwMZWBYBVlCuCCmPGrPkAIVQyW0AQvNMln8PTL e/wm+TX9wEYJpsYl+BA11f+OMlNumh4mlD/SBmUs+sBdNE13tcJY2H0lRjA+e4QxODDM 6efz92QlG1I5Ml/Xn+8uauN2aZEbtR+zkmkfDN1YtMSFaPAS7YrwpdxgXjNZuOQAcBBU jJO7S+JRdlN0GmeHgD068POT1z6b+LNG6WedwR2OlRDx4bjDZ39P1aytSahs8wPJ8zK2 JUWWUSc5vWWp3/KZsbfwZbTiv3LOKp7tPjwDxCtIFDWDDOrWbMVC34cwkszejhcS3lU7 SeqA== X-Gm-Message-State: AOAM532/yS6RR8hV403D4eYgcLV2Iw0sOlv4VwVvfR3SqDoQprB3hrPj XcWEU+UrOgNcIz0twBXNchIDRj5gVvHMo6xZMW0/5w== X-Google-Smtp-Source: ABdhPJzsylhjboW+YxML3OizLCPVAQ/+/Io022u1dtE5+iGWeWdxRjb7eJs0BUYmo+3ob/154dyzX8CeYr8R/rBhXxM= X-Received: by 2002:a7b:c10d:0:b0:39c:4a17:1e90 with SMTP id w13-20020a7bc10d000000b0039c4a171e90mr8159903wmi.108.1654860852260; Fri, 10 Jun 2022 04:34:12 -0700 (PDT) MIME-Version: 1.0 References: <20220603004331.1523888-1-seanjc@google.com> <21570ac1-e684-7983-be00-ba8b3f43a9ee@redhat.com> In-Reply-To: From: Anup Patel Date: Fri, 10 Jun 2022 17:03:57 +0530 Message-ID: Subject: Re: [PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID To: Sean Christopherson Cc: Paolo Bonzini , KVM General , Vitaly Kuznetsov , Andrew Jones , David Matlack , Ben Gardon , Oliver Upton , "linux-kernel@vger.kernel.org List" , Sean Christopherson , Marc Zyngier Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 10, 2022 at 6:04 AM Sean Christopherson wrote: > > On Thu, Jun 09, 2022, Sean Christopherson wrote: > > On Thu, Jun 09, 2022, Anup Patel wrote: > > > On Wed, Jun 8, 2022 at 9:26 PM Anup Patel wrote: > > > > > > > > On Tue, Jun 7, 2022 at 8:57 PM Paolo Bonzini wrote: > > > > > > > > > > Marc, Christian, Anup, can you please give this a go? > > > > > > > > Sure, I will try this series. > > > > > > I tried to apply this series on top of kvm/next and kvm/queue but > > > I always get conflicts. It seems this series is dependent on other > > > in-flight patches. > > > > Hrm, that's odd, it's based directly on kvm/queue, commit 55371f1d0c01 ("KVM: ...). > > Duh, Paolo updated kvm/queue. Where's Captain Obvious when you need him... > > > > Is there a branch somewhere in a public repo ? > > > > https://github.com/sean-jc/linux/tree/x86/selftests_overhaul > > I pushed a new version that's based on the current kvm/queue, commit 5e9402ac128b. > arm and x86 look good (though I've yet to test on AMD). > I have tested this for KVM RISC-V and it works fine. Tested-by: Anup Patel Regards, Anup