mbox series

[v1,00/10] cpufreq: cpufreq_update_limits() fix and some cleanups

Message ID 4651448.LvFx2qVVIh@rjwysocki.net
Headers show
Series cpufreq: cpufreq_update_limits() fix and some cleanups | expand

Message

Rafael J. Wysocki March 28, 2025, 8:36 p.m. UTC
Hi Everyone,

This series of patches consists of a fix for a possible (and actually happening
in some cases) NULL pointer dereference in cpufreq_update_limits() (patch
[01/10]) and a bunch of tangentially related fixes inspired by it, mostly about
using __free() for cleanup and locking guards.

The first patch is definitely for 6.15, but the rest is rather 6.16 material.

Please refer to the individual patch changelogs for more information.

Thanks!