2024-04-15 19:03:45

by Rafael J. Wysocki

[permalink] [raw]
Subject: [PATCH v1 0/2] thermal/debufs: Fix and clean up trip statistics collection

Hi Everyone,

This series fixes a possible kernel crash in thermal_debug_tz_trip_up()
and reduces some code duplication between this function and
thermal_debug_update_temp().

The plan is to push the fix (patch [1/2]) for 6.9-rc and apply the cleanup
for 6.10 when the fix reaches the mainline.

Thanks!