diff options
| author | 2026-02-26 21:35:47 +0100 | |
|---|---|---|
| committer | 2026-02-26 21:35:47 +0100 | |
| commit | b78030d0f10570845568153637c5831e27d9871f (patch) | |
| tree | 9b22f238e43a1c0348dc2ea1bb7543774485eace /tools/perf/scripts/python/stackcollapse.py | |
| parent | MAINTAINERS: Update contact with the kernel.org address (diff) | |
| parent | cpufreq: intel_pstate: Fix crash during turbo disable (diff) | |
| parent | PM: runtime: Change pm_runtime_put() return type to void (diff) | |
Merge branches 'pm-cpufreq' and 'pm-runtime'
Merge cpufreq and runtime PM updates for 7.0-rc2:
- 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)
* pm-cpufreq:
cpufreq: intel_pstate: Fix crash during turbo disable
cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request()
* pm-runtime:
PM: runtime: Change pm_runtime_put() return type to void
pmdomain: imx: gpcv2: Discard pm_runtime_put() return value
