All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] libx86: Remaining serialisation logic
@ 2019-01-04 15:33 Andrew Cooper
  2019-01-04 15:33 ` [PATCH 1/3] libx86: Introduce a helper to deserialise cpuid_policy objects Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Andrew Cooper @ 2019-01-04 15:33 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Sergey Dyasli, Wei Liu, Jan Beulich, Roger Pau Monné

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-02-25 12:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 15:33 [PATCH 0/3] libx86: Remaining serialisation logic Andrew Cooper
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

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.