On Wed, 06 Aug 2025 15:56:07 +1000, Andrew Donnellan wrote: > Until commit 6c85f52b10fd ("kvm/ppc: IRQ disabling cleanup"), > kvmppc_prepare_to_enter() was called with interrupts already disabled by > the caller, which was documented in the comment above the function. > > Post-cleanup, the function is now called with interrupts enabled, and > disables interrupts itself. > > [...]
Applied to powerpc/fixes. [1/1] KVM: PPC: Fix misleading interrupts comment in kvmppc_prepare_to_enter() https://git.kernel.org/powerpc/c/02c1b0824eb1873b15676257cf1dc80070927e1e Thanks