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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C901C5DF64 for ; Wed, 6 Nov 2019 15:18:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4B0552178F for ; Wed, 6 Nov 2019 15:18:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731982AbfKFPSX (ORCPT ); Wed, 6 Nov 2019 10:18:23 -0500 Received: from mga14.intel.com ([192.55.52.115]:48150 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731929AbfKFPSX (ORCPT ); Wed, 6 Nov 2019 10:18:23 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2019 07:18:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,275,1569308400"; d="scan'208";a="232906014" Received: from sjchrist-coffee.jf.intel.com (HELO linux.intel.com) ([10.54.74.41]) by fmsmga002.fm.intel.com with ESMTP; 06 Nov 2019 07:18:22 -0800 Date: Wed, 6 Nov 2019 07:18:22 -0800 From: Sean Christopherson To: Oliver Sang Cc: Jim Mattson , Paolo Bonzini , Dan Cross , Peter Shier , LKML , Linus Torvalds , lkp@lists.01.org Subject: Re: [KVM] 671ddc700f: kvm-unit-tests.vmx.fail Message-ID: <20191106151822.GC16249@linux.intel.com> References: <20191030142358.GB6853@xsang-OptiPlex-9020> <20191106144548.GA32541@xsang-OptiPlex-9020> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191106144548.GA32541@xsang-OptiPlex-9020> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 06, 2019 at 10:45:48PM +0800, Oliver Sang wrote: > On Wed, Oct 30, 2019 at 09:56:16AM -0700, Jim Mattson wrote: > > It's unclear to me what the delta is, but I do see that the 'vmx' > > suite has failed. That is to be expected if you're getting your > > kvm-unit-tests from the 'master' branch of the kvm-unit-tests repo. > > You will need commit 591b5b54bba1 ("x86: Skip APIC-access address > > tests beyond mapped RAM"), which is in the 'next' branch of the > > kvm-unit-tests repo, but which has not yet made it to the 'master' > > branch. > > Thanks for information! We will wait for master upgrade to update our test > binary. This reminds me, are we still planning on creating "stable" branches for kvm-unit-tests[*]? This topic of came up in a discussion at KVM Forum as well, though I can't remember any of the details. Paolo? [*] https://lkml.kernel.org/r/dc5ff4ed-c6dd-74ea-03ae-4f65c5d58073@redhat.com