Re: [PATCH v2 03/12] docs: thermal: sync hardware protection doc with code
From: Tzung-Bi Shih
Date: Mon Jan 20 2025 - 02:11:22 EST
On Mon, Jan 13, 2025 at 05:25:28PM +0100, Ahmad Fatoum wrote:
> Originally, the thermal framework's only hardware protection action was
> to trigger a shutdown. This has been changed a little over a year ago to
> also support rebooting as alternative hardware protection action.
>
> Update the documentation to reflect this.
>
> Fixes: 62e79e38b257 ("thermal/thermal_of: Allow rebooting after critical temp")
> Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx>
With a possible typo,
Reviewed-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>
> +At first, the kernel will attempt an orderly power-off or reboot, but
> +accepts a delay after which it proceeds to do a forced power-off or
> +reboot, respectively. If this fails, ``emergency restart()`` is invoked
^
s/ /_/?