Commit e9825d1c7957 for kernel

commit e9825d1c79570b4c11259e826b3f7c1511544a85
Merge: d107dc8c9c6a 963337065315
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Mar 19 08:45:34 2026 -0700

    Merge tag 'pm-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

    Pull power management fixes from Rafael Wysocki:
     "These fix an idle loop issue exposed by recent changes and a race
      condition related to device removal in the runtime PM core code:

       - Consolidate the handling of two special cases in the idle loop that
         occur when only one CPU idle state is present (Rafael Wysocki)

       - Fix a race condition related to device removal in the runtime PM
         core code that may cause a stale device object pointer to be
         dereferenced (Bart Van Assche)"

    * tag 'pm-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
      PM: runtime: Fix a race condition related to device removal
      sched: idle: Consolidate the handling of two special cases