Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm

Pull kvm fix from Paolo Bonzini:

- Fix cleanup mistake (probably a cut-and-paste error) in a Xen
hypercall

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercalls

+1 -1
+1 -1
arch/x86/kvm/xen.c
··· 1526 1526 if (kvm_read_guest_virt(vcpu, (gva_t)sched_poll.ports, ports, 1527 1527 sched_poll.nr_ports * sizeof(*ports), &e)) { 1528 1528 *r = -EFAULT; 1529 - return true; 1529 + goto out; 1530 1530 } 1531 1531 1532 1532 for (i = 0; i < sched_poll.nr_ports; i++) {