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 B8B2FCCA47F for ; Wed, 8 Jun 2022 02:03:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384359AbiFHB5J (ORCPT ); Tue, 7 Jun 2022 21:57:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1588395AbiFGXyh (ORCPT ); Tue, 7 Jun 2022 19:54:37 -0400 Received: from mail-pl1-x62d.google.com (mail-pl1-x62d.google.com [IPv6:2607:f8b0:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33328E1147 for ; Tue, 7 Jun 2022 16:06:25 -0700 (PDT) Received: by mail-pl1-x62d.google.com with SMTP id s14so16079803plk.8 for ; Tue, 07 Jun 2022 16:06:25 -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=abG3pwzEXL1Gfqvm+pIc4+obvEmcxosjsp7a1l9B3BY=; b=TqEqKqmeZblgiFIHEy0AWowy9CeOYDhpKovxFjhbfrqKWm++mJXgzHeunG4iwS5KqO XTOk1FRVoOSixM/RSGpj9XQSu7Fnqq9xwtACPv9r/ABsi52jy+DZkQcGPOoPTlAk76OQ EnquTpFBNszPRx5vE/U7Z7u13G6t+2MJy9Zp+P/BQswkXWDitr2FW3b0+/Atqs3vSslx 5WTqXO3cUjnso6wDjNB497l0U6UaCYp0RBgZ8MmbGVO1Z4RodXL8YnZQsvFQAdG7vtMc zTTjQuKVbLsz9+LueZQGmpJ6rpu61QnJTsmw8LVLUXH22vZMvXiiOFmNv+XMm4DkKEzt AqNQ== 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=abG3pwzEXL1Gfqvm+pIc4+obvEmcxosjsp7a1l9B3BY=; b=r4019O6HUZj0WN4YqiCVymVd3hyclpkF6vC5QGStGZW8BnNk6egdbOWELVVVOzfZ67 lZ2sIN5FbCFYuspBHFrCilx9Juu2YKd41JwmsEboQt2U1P1/mdW1ZxF/h+i96jaBsipz FHFMouzZIV2zwXwmh8WtZSmd1sYPJTPNyaG3Wvw3+LsuMRE9YM/PIVaWPqCOzVTiGKJC NKQibePwHaEm8x1mUBM46PUfOEUE+ePJNYGuQTiTkkEZxv9bklmanQ9+WDhGmT6I/FT7 d5IQl/uzZfMs2KdCRiN5bWVhvoITgWn22lbxqS7ab3JqgXkt1fkVz2FxiGkDtXsHHvq1 dsdA== X-Gm-Message-State: AOAM5325DAftFKcN5C5Nr8ZY9Qq1bL+YC5wp6rll7pUJtHigNTT3R1FA PL7Jrs18HdxRUe1ez4kHBSg/Lg== X-Google-Smtp-Source: ABdhPJx7fpw/6SZnJG5XSThJFnQD3y5io89qefb/nNJG5jxpL5JilcRV8Lcmxm4piUbpiKymN1cHgg== X-Received: by 2002:a17:90a:e68a:b0:1e3:252f:24e0 with SMTP id s10-20020a17090ae68a00b001e3252f24e0mr46099639pjy.122.1654643184504; Tue, 07 Jun 2022 16:06:24 -0700 (PDT) Received: from google.com (157.214.185.35.bc.googleusercontent.com. [35.185.214.157]) by smtp.gmail.com with ESMTPSA id a1-20020a63e841000000b003fadfd7be5asm13173155pgk.18.2022.06.07.16.06.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jun 2022 16:06:23 -0700 (PDT) Date: Tue, 7 Jun 2022 23:06:20 +0000 From: Sean Christopherson To: Paolo Bonzini Cc: kvm@vger.kernel.org, Vitaly Kuznetsov , Andrew Jones , David Matlack , Ben Gardon , Oliver Upton , linux-kernel@vger.kernel.org, Marc Zyngier , "anup@brainfault.org" , Raghavendra Rao Ananta Subject: Re: [PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID Message-ID: References: <20220603004331.1523888-1-seanjc@google.com> <21570ac1-e684-7983-be00-ba8b3f43a9ee@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 07, 2022, Sean Christopherson wrote: > +Raghu > > On Tue, Jun 07, 2022, Paolo Bonzini wrote: > > Marc, Christian, Anup, can you please give this a go? > > Raghu is going to run on arm64, I'll work with him to iron out any bugs (I should > have done this before posting). I.e. Marc is mostly off the hook unless there's > tests we can't run. arm64 is quite broken, the only tests that pass are those that don't actually enter the guest. Common tests, e.g. rseq and memslots tests, fail with the same signature, so presumably I botched something in lib/aarch64, but I haven't been able to find anything via inspection. Raghu is bisecting...