Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull KVM fixes from Paolo Bonzini: - fix for module unload vs deferred jump labels (note: there might be other buggy modules!) - two NULL pointer dereferences from syzkaller - also syzkaller: fix emulation of fxsave/fxrstor/sgdt/sidt, problem made worse during this merge window, "just" kernel memory leak on releases - fix emulation of "mov ss" - somewhat serious on AMD, less so on Intel * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: x86: fix emulation of "MOV SS, null selector" KVM: x86: fix NULL deref in vcpu_scan_ioapic KVM: eventfd: fix NULL deref irqbypass consumer KVM: x86: Introduce segmented_write_std KVM: x86: flush pending lapic jump label updates on module unload jump_labels: API for flushing deferred jump label updates
Showing
- arch/x86/kvm/emulate.c 56 additions, 14 deletionsarch/x86/kvm/emulate.c
- arch/x86/kvm/lapic.c 6 additions, 0 deletionsarch/x86/kvm/lapic.c
- arch/x86/kvm/lapic.h 1 addition, 0 deletionsarch/x86/kvm/lapic.h
- arch/x86/kvm/x86.c 3 additions, 0 deletionsarch/x86/kvm/x86.c
- include/linux/jump_label_ratelimit.h 5 additions, 0 deletionsinclude/linux/jump_label_ratelimit.h
- kernel/jump_label.c 7 additions, 0 deletionskernel/jump_label.c
- virt/lib/irqbypass.c 2 additions, 2 deletionsvirt/lib/irqbypass.c
Loading
Please register or sign in to comment