Commit db5781c407dd for kernel

commit db5781c407dde9f1f037d312c8e0ca986f661e1a
Merge: c45be7c42065 b78030d0f105
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Feb 26 14:40:21 2026 -0800

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

    Pull power management fixes from Rafael Wysocki:
     "These fix two intel_pstate driver issues causing it to crash on sysfs
      attribute accesses when some CPUs in the system are offline, finalize
      changes related to turning pm_runtime_put() into a void function, and
      update Daniel Lezcano's contact information:

       - Fix two issues in the intel_pstate driver causing it to crash when
         its sysfs interface is used on a system with some offline CPUs
         (David Arcari, Srinivas Pandruvada)

       - Update the last user of the pm_runtime_put() return value to
         discard it and turn pm_runtime_put() into a void function (Rafael
         Wysocki)

       - Update Daniel Lezcano's contact information in MAINTAINERS and
         .mailmap (Daniel Lezcano)"

    * tag 'pm-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
      MAINTAINERS: Update contact with the kernel.org address
      cpufreq: intel_pstate: Fix crash during turbo disable
      cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request()
      PM: runtime: Change pm_runtime_put() return type to void
      pmdomain: imx: gpcv2: Discard pm_runtime_put() return value