Skip to content
Snippets Groups Projects
Select Git revision
  • 2fb1e946450a4fef74bb72f360555f7760d816f0
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

arch

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Sam Bobroff authored and Radim Krčmář committed
    In KVM's XICS-on-XIVE emulation, kvmppc_xive_get_xive() returns the
    value of state->guest_server as "server". However, this value is not
    set by it's counterpart kvmppc_xive_set_xive(). When the guest uses
    this interface to migrate interrupts away from a CPU that is going
    offline, it sees all interrupts as belonging to CPU 0, so they are
    left assigned to (now) offline CPUs.
    
    This patch removes the guest_server field from the state, and returns
    act_server in it's place (that is, the CPU actually handling the
    interrupt, which may differ from the one requested).
    
    Fixes: 5af50993 ("KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller")
    Cc: stable@vger.kernel.org
    Signed-off-by: default avatarSam Bobroff <sam.bobroff@au1.ibm.com>
    Acked-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
    Signed-off-by: default avatarRadim Krčmář <rkrcmar@redhat.com>
    2fb1e946
    History
    Name Last commit Last update
    ..