Re: [PATCH] scsi: ufs: Allows the driver to choose the interrupt handler type

From: André Draszik

Date: Fri Jul 10 2026 - 07:37:30 EST


Hi,

On Fri, 2026-07-10 at 14:59 +0800, Kui Sun wrote:
> This capability allows the host controller driver to choose whether
> To register interrupts in a threaded manner or in a
> Standard (non-threaded) manner

I believe it should at the least default to the original behaviour to
avoid the regression on pre-existing platforms out of the box without
taking additional steps, and make the threaded handling an opt-in until
a better solution is found for platforms that benefit from it without
adversely affecting other platforms.

Alternatively, I suggest to drop the threaded handler altogether (making it a
full revert).

For context:

https://lore.kernel.org/all/4enen7mopxtx4ijl5qyrd2gnxvv3kygtlnhxpr64egckpvkja4@hjli25ndhxwc/#t
and
https://lore.kernel.org/all/a4003ac352f382fa4ff329acdfa561eb06e77289.camel@xxxxxxxxxx/
and related.

Cheers,
Andre'