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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html