mbox series

[v1,0/3] thermal/debugfs: Fix and clean up trip point statistics updates

Message ID 4918025.31r3eYUQgx@kreacher
Headers show
Series thermal/debugfs: Fix and clean up trip point statistics updates | expand

Message

Rafael J. Wysocki April 17, 2024, 1:07 p.m. UTC
Hi Everyone,

The first patch in this series addresses the problem of updating trip
point statistics prematurely for trip points that have just been
crossed on the way down (please see the patch changelog for details).

The way it does that renders the following cleanup patch inapplicable:

https://lore.kernel.org/linux-pm/2321994.ElGaqSPkdT@kreacher/

The remaining two patches in the series are cleanups on top of the
first one.

This series is based on an older patch series posted last week:

https://lore.kernel.org/linux-pm/13515747.uLZWGnKmhe@kreacher/

but it can be trivially rebased on top of the current linux-next.

Thanks!