kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH kvm-kmod 0/4] Update to 3.19-rc1
@ 2015-01-08 10:32 Paolo Bonzini
  2015-01-08 10:32 ` [PATCH 1/4] stubs for xsavec support Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Paolo Bonzini @ 2015-01-08 10:32 UTC (permalink / raw)
  To: kvm; +Cc: jan.kiszka

The largest changes are in the XSAVE support.  Recent kernels added a
separate feature word for XSAVE features, and KVM's CPUID code is relying
on the new definition.  Except for cpu_has_xsaves, it's never accessing
the feature itself: wrap cpu_has_xsaves with kvm_cpu_has_xsaves, and
then there is no problem with out-of-bounds accesses.

Paolo Bonzini (4):
  stubs for xsavec support
  fixes for changes in the iommu and PCI APIs
  fixes for changes in the percpu counter API
  add trace_seq_buffer_ptr

 external-module-compat-comm.h | 32 ++++++++++++++++++++++++++++++++
 external-module-compat.c      | 11 +++++++++++
 linux                         |  2 +-
 sync                          | 14 ++++++++++++--
 x86/external-module-compat.h  | 37 +++++++++++++++++++++++++++++++++++++
 5 files changed, 93 insertions(+), 3 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2015-02-09 13:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 10:32 [PATCH kvm-kmod 0/4] Update to 3.19-rc1 Paolo Bonzini
2015-01-08 10:32 ` [PATCH 1/4] stubs for xsavec support Paolo Bonzini
2015-02-02  7:04   ` Jan Kiszka
2015-02-02  9:05     ` Paolo Bonzini
2015-02-06 19:40       ` Jan Kiszka
2015-02-09 13:17         ` Paolo Bonzini
2015-02-09 13:44           ` Jan Kiszka
2015-02-09 13:45             ` Paolo Bonzini
2015-01-08 10:32 ` [PATCH 2/4] fixes for changes in the iommu and PCI APIs Paolo Bonzini
2015-01-08 10:32 ` [PATCH 3/4] fixes for changes in the percpu counter API Paolo Bonzini
2015-01-08 10:32 ` [PATCH 4/4] add trace_seq_buffer_ptr Paolo Bonzini

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).