public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] thermal: core: Fixes, simplifications and suspend/resume relocation
@ 2026-04-07 13:51 Rafael J. Wysocki
  2026-04-07 13:55 ` [PATCH v4 1/6] thermal: core: Fix thermal zone governor cleanup issues Rafael J. Wysocki
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Rafael J. Wysocki @ 2026-04-07 13:51 UTC (permalink / raw)
  To: Linux PM; +Cc: Daniel Lezcano, LKML, Lukasz Luba, Armin Wolf

Hi All,

This is an update of

https://lore.kernel.org/linux-pm/5119690.31r3eYUQgx@rafael.j.wysocki/

changing the first two patches to address Sashiko feedback.

This series is intended for 7.1 (it applies on top of linux-next).

If fixes the thermal zone removal and registration rollback path by
addressing possible race conditions and a memory leak in that code (patches
[1-2/6]), removes a redundant check (patch [3/6]), changes the thermal
workqueue to an unbound and non-freezable one (patch [4/6]), changes the
allocation of thermal_class to static (patch [5/4]), and relocates the
suspend and resume of thermal zones closer to the suspend and resume of
devices, respectively (patch [6/6]).

Thanks!




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-04-07 14:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07 13:51 [PATCH v4 0/6] thermal: core: Fixes, simplifications and suspend/resume relocation Rafael J. Wysocki
2026-04-07 13:55 ` [PATCH v4 1/6] thermal: core: Fix thermal zone governor cleanup issues Rafael J. Wysocki
2026-04-07 13:58 ` [PATCH v4 2/6] thermal: core: Free thermal zone ID later during removal Rafael J. Wysocki
2026-04-07 14:06 ` [PATCH v4 3/6] thermal: core: Drop redundant check from thermal_zone_device_update() Rafael J. Wysocki
2026-04-07 14:06 ` [PATCH v4 4/6] thermal: core: Change thermal_wq to be unbound and not freezable Rafael J. Wysocki
2026-04-07 14:07 ` [PATCH v4 5/6] thermal: core: Allocate thermal_class statically Rafael J. Wysocki
2026-04-07 14:09 ` [PATCH v4 6/6] thermal: core: Suspend thermal zones later and resume them earlier Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox