open-power-host-os / linux

Linux kernel source tree
Other
3 stars 4 forks source link

Upstreamed: Fix for host crash when not using in-kernel XICS emulation #9

Open paulusmack opened 7 years ago

paulusmack commented 7 years ago

This records the fact that hostos-1.0 contains two commits which fix a bug which can cause a host crash if userspace (usually QEMU) elects not to use in-kernel XICS (interrupt controller) emulation. The commits are:

f995d4f93bb9 ("KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulation", 2016-08-10) 2886de6cea4f ("KVM: PPC: Implement kvm_arch_intc_initialized() for PPC", 2016-08-10)

These commits are in v4.9-rc1 with commit IDs e48ba1cbce12 and 34a75b0f6335.