All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: "Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Sergey Dyasli" <sergey.dyasli@citrix.com>,
	"Wei Liu" <wei.liu2@citrix.com>,
	"Jan Beulich" <JBeulich@suse.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>
Subject: [PATCH 0/3] libx86: Remaining serialisation logic
Date: Fri, 4 Jan 2019 15:33:39 +0000	[thread overview]
Message-ID: <1546616022-32229-1-git-send-email-andrew.cooper3@citrix.com> (raw)

I've lost count of exactly which version this is, due to multiple postings of
various sub series, and several substantial rebases.

I think I've addressed all outstanding review content, so lets start from v1
again.

Andrew Cooper (2):
  libx86: Introduce a helper to deserialise cpuid_policy objects
  tools/cpu-policy: Add unit tests and a fuzzing harness

Roger Pau Monné (1):
  libx86: introduce a helper to deserialise msr_policy objects

 tools/fuzz/cpu-policy/.gitignore          |   1 +
 tools/fuzz/cpu-policy/Makefile            |  27 ++++
 tools/fuzz/cpu-policy/afl-policy-fuzzer.c | 117 ++++++++++++++
 tools/tests/Makefile                      |   1 +
 tools/tests/cpu-policy/.gitignore         |   1 +
 tools/tests/cpu-policy/Makefile           |  27 ++++
 tools/tests/cpu-policy/test-cpu-policy.c  | 247 ++++++++++++++++++++++++++++++
 xen/include/xen/lib/x86/cpuid.h           |  23 ++-
 xen/include/xen/lib/x86/msr.h             |  21 +++
 xen/lib/x86/cpuid.c                       | 106 +++++++++++++
 xen/lib/x86/msr.c                         |  67 ++++++++
 xen/lib/x86/private.h                     |  14 ++
 12 files changed, 651 insertions(+), 1 deletion(-)
 create mode 100644 tools/fuzz/cpu-policy/.gitignore
 create mode 100644 tools/fuzz/cpu-policy/Makefile
 create mode 100644 tools/fuzz/cpu-policy/afl-policy-fuzzer.c
 create mode 100644 tools/tests/cpu-policy/.gitignore
 create mode 100644 tools/tests/cpu-policy/Makefile
 create mode 100644 tools/tests/cpu-policy/test-cpu-policy.c

-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

             reply	other threads:[~2019-01-04 15:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-04 15:33 Andrew Cooper [this message]
2019-01-04 15:33 ` [PATCH 1/3] libx86: Introduce a helper to deserialise cpuid_policy objects Andrew Cooper
2019-01-07 10:52   ` Jan Beulich
2019-02-25 11:41     ` Andrew Cooper
2019-01-04 15:33 ` [PATCH 2/3] libx86: introduce a helper to deserialise msr_policy objects Andrew Cooper
2019-01-07 10:55   ` Jan Beulich
2019-01-04 15:33 ` [PATCH 3/3] tools/cpu-policy: Add unit tests and a fuzzing harness Andrew Cooper
2019-01-07 11:19   ` Jan Beulich
2019-02-25 11:56     ` Andrew Cooper
2019-02-25 12:23       ` Jan Beulich

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=1546616022-32229-1-git-send-email-andrew.cooper3@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=roger.pau@citrix.com \
    --cc=sergey.dyasli@citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.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 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.