Paolo or Radim, Please do a pull from my kvm-ppc-fixes-4.16-2 to get one commit that I would like to have in 4.16. It fixes a recently-discovered bug whose main symptom is typically a soft lockup in smp_call_function_many() in the host. The bug has been around since 4.8 but it doesn't show up on POWER8 systems, only on POWER9, which is why we haven't noticed it before this. Thanks, Paul. The following changes since commit 45e3b4759d230b057832fa751af9a853495a17bd: Merge tag 'kvm-s390-master-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2018-03-06 17:42:28 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-4.16-2 for you to fetch changes up to a8b48a4dccea77e29462e59f1dbf0d5aa1ff167c: KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry (2018-03-14 15:10:50 +1100) ---------------------------------------------------------------- Fix for PPC KVM for 4.16 - Fix bug leading to lost IPIs on POWER9 and hence to other CPUs reporting lockups in smp_call_function_many(). ---------------------------------------------------------------- Paul Mackerras (1): KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry arch/powerpc/kvm/book3s_hv_rmhandlers.S | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)