linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jim Mattson <jmattson@google.com>
To: kernel test robot <oliver.sang@intel.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Dan Cross <dcross@google.com>, Peter Shier <pshier@google.com>,
	Sean Christopherson <sean.j.christopherson@intel.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	lkp@lists.01.org
Subject: Re: [KVM] 671ddc700f: kvm-unit-tests.vmx.fail
Date: Wed, 30 Oct 2019 09:56:16 -0700	[thread overview]
Message-ID: <CALMp9eQv4Qbx-6r5cxDXcari5jKNx6_tb9rgJa8X43ftVEOSbw@mail.gmail.com> (raw)
In-Reply-To: <20191030142358.GB6853@xsang-OptiPlex-9020>

On Wed, Oct 30, 2019 at 7:16 AM kernel test robot <oliver.sang@intel.com> wrote:
>
> FYI, we noticed the following commit (built with gcc-7):
>
> commit: 671ddc700fd08b94967b1e2a937020e30c838609 ("KVM: nVMX: Don't leak L1 MMIO regions to L2")
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master
>
> in testcase: kvm-unit-tests
> with following parameters:
>
>         ucode: 0x27
>
>
>
> on test machine: 8 threads Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz with 8G memory
>
> caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):
>
>
>
>
> If you fix the issue, kindly add following tag
> Reported-by: kernel test robot <oliver.sang@intel.com>
>
> 2019-10-29 16:17:51 ./run_tests.sh
>  [32mPASS [0m apic-split (53 tests)
>  [32mPASS [0m ioapic-split (19 tests)
>  [32mPASS [0m apic (53 tests)
>  [32mPASS [0m ioapic (19 tests)
>  [32mPASS [0m smptest (1 tests)
>  [32mPASS [0m smptest3 (1 tests)
>  [32mPASS [0m vmexit_cpuid
>  [32mPASS [0m vmexit_vmcall
>  [32mPASS [0m vmexit_mov_from_cr8
>  [32mPASS [0m vmexit_mov_to_cr8
>  [32mPASS [0m vmexit_inl_pmtimer
>  [32mPASS [0m vmexit_ipi
>  [32mPASS [0m vmexit_ipi_halt
>  [32mPASS [0m vmexit_ple_round_robin
>  [32mPASS [0m vmexit_tscdeadline
>  [32mPASS [0m vmexit_tscdeadline_immed
>  [32mPASS [0m access
>  [33mSKIP [0m smap (0 tests)
>  [33mSKIP [0m pku (0 tests)
>  [32mPASS [0m asyncpf (1 tests)
>  [32mPASS [0m emulator (125 tests, 2 skipped)
>  [32mPASS [0m eventinj (13 tests)
>  [32mPASS [0m hypercall (2 tests)
>  [32mPASS [0m idt_test (4 tests)
>  [32mPASS [0m memory (8 tests)
>  [32mPASS [0m msr (12 tests)
>  [32mPASS [0m pmu (67 tests)
>  [31mFAIL [0m vmware_backdoors (11 tests, 5 unexpected failures)
>  [32mPASS [0m port80
>  [32mPASS [0m realmode
>  [32mPASS [0m s3
>  [32mPASS [0m sieve
>  [32mPASS [0m syscall (2 tests)
>  [32mPASS [0m tsc (3 tests)
>  [32mPASS [0m tsc_adjust (5 tests)
>  [32mPASS [0m xsave (17 tests)
>  [32mPASS [0m rmap_chain
>  [33mSKIP [0m svm (0 tests)
>  [33mSKIP [0m taskswitch (i386 only)
>  [33mSKIP [0m taskswitch2 (i386 only)
>  [32mPASS [0m kvmclock_test
>  [32mPASS [0m pcid (3 tests)
>  [32mPASS [0m rdpru (1 tests)
>  [32mPASS [0m umip (21 tests)
>  [31mFAIL [0m vmx (timeout; duration=90s)
>  [33mSKIP [0m ept (0 tests)
>  [33mSKIP [0m vmx_eoi_bitmap_ioapic_scan (1 tests, 1 skipped)
>  [33mSKIP [0m vmx_hlt_with_rvi_test (1 tests, 1 skipped)
>  [33mSKIP [0m vmx_apicv_test (2 tests, 2 skipped)
>  [32mPASS [0m vmx_apic_passthrough_thread (8 tests)
>  [32mPASS [0m vmx_init_signal_test (8 tests)
>  [32mPASS [0m vmx_vmcs_shadow_test (142218 tests)
>  [32mPASS [0m debug (11 tests)
>  [32mPASS [0m hyperv_synic (1 tests)
>  [33mSKIP [0m hyperv_connections (1 tests, 1 skipped)
>  [32mPASS [0m hyperv_stimer (12 tests)
>  [32mPASS [0m hyperv_clock
>  [32mPASS [0m intel_iommu (11 tests)
>
>
>
> To reproduce:
>
>         git clone https://github.com/intel/lkp-tests.git
>         cd lkp-tests
>         bin/lkp install job.yaml  # job file is attached in this email
>         bin/lkp run     job.yaml
>
>
>
> Thanks,
> Oliver Sang

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.

  reply	other threads:[~2019-10-30 16:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-30 14:23 [KVM] 671ddc700f: kvm-unit-tests.vmx.fail kernel test robot
2019-10-30 16:56 ` Jim Mattson [this message]
2019-11-06 14:45   ` Oliver Sang
2019-11-06 15:18     ` Sean Christopherson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CALMp9eQv4Qbx-6r5cxDXcari5jKNx6_tb9rgJa8X43ftVEOSbw@mail.gmail.com \
    --to=jmattson@google.com \
    --cc=dcross@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@lists.01.org \
    --cc=oliver.sang@intel.com \
    --cc=pbonzini@redhat.com \
    --cc=pshier@google.com \
    --cc=sean.j.christopherson@intel.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).