Re: [PATCH 2/2] firmware: qcom: scm: Allow the SMC request to freeze and kill

From: Konrad Dybcio

Date: Tue Aug 25 2026 - 06:21:39 EST


On 8/24/26 1:35 PM, Albert Esteve wrote:
> From: Yuvaraj Ranganathan <yrangana@xxxxxxxxxxxxxxxx>
>
> SMC requests in waitQ are put into IDLE state which is not allowing
> the task to freeze/kill, adding FREEZABLE & KILLABLE flag will allow the
> task to freeze and restore the waitQ state on resume and kill the task
> on shutdown.

That sounds desirable. But presumably there's an actual issue behind
it that is left undescribed and future readers will be left guessing

Konrad