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 git://git.kernel.org/pub/scm/virt/kvm/kvm

Pull s390 KVM fix from Gleb Natapov.

* git://git.kernel.org/pub/scm/virt/kvm/kvm:
s390/kvm: Fix BUG in include/linux/kvm_host.h:745

+2
+2
arch/s390/kvm/kvm-s390.c
··· 613 613 kvm_s390_deliver_pending_interrupts(vcpu); 614 614 615 615 vcpu->arch.sie_block->icptcode = 0; 616 + preempt_disable(); 616 617 kvm_guest_enter(); 618 + preempt_enable(); 617 619 VCPU_EVENT(vcpu, 6, "entering sie flags %x", 618 620 atomic_read(&vcpu->arch.sie_block->cpuflags)); 619 621 trace_kvm_s390_sie_enter(vcpu,