All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Radim Krčmář" <rkrcmar@redhat.com>
To: kvm@vger.kernel.org
Cc: Paolo Bonzini <pbonzini@redhat.com>, P J P <ppandit@redhat.com>
Subject: [kvm-unit-tests PATCH 0/2] x86: Testcase for wrong TF handling in syscall/sysret
Date: Thu, 22 Jun 2017 17:27:05 +0200	[thread overview]
Message-ID: <20170622152707.18399-1-rkrcmar@redhat.com> (raw)

Patch 1 creates a new testcase executable, and patch 2 tests the bug.

Paolo Bonzini (2):
  x86: move syscall MSR testcase to separate test
  x86: add testcase for syscall/sysret TF handling

 lib/x86/processor.h |   4 ++
 x86/Makefile.x86_64 |   1 +
 x86/msr.c           |  19 ---------
 x86/syscall.c       | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 x86/unittests.cfg   |   4 ++
 5 files changed, 117 insertions(+), 19 deletions(-)
 create mode 100644 x86/syscall.c

-- 
2.13.1

             reply	other threads:[~2017-06-22 15:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-22 15:27 Radim Krčmář [this message]
2017-06-22 15:27 ` [kvm-unit-tests PATCH 1/2] x86: move syscall MSR testcase to separate test Radim Krčmář
2017-06-22 15:27 ` [kvm-unit-tests PATCH 2/2] x86: add testcase for syscall/sysret TF handling Radim Krčmář
2017-07-27 12:05 ` [kvm-unit-tests PATCH 0/2] x86: Testcase for wrong TF handling in syscall/sysret Wanpeng Li
2017-07-27 13:09   ` Paolo Bonzini

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=20170622152707.18399-1-rkrcmar@redhat.com \
    --to=rkrcmar@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=ppandit@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.