[PATCH 0/4] scsi: hisi_sas: Switch to use tasklet over threaded irq handling

From: Yihang Li
Date: Fri Aug 22 2025 - 04:00:37 EST


We found that when the CPU handling the interrupt thread is occupied by
other high-priority processes, the interrupt thread will not be scheduled.
So there is a change to switch the driver to use tasklet over threaded
interrupt handling.

Yihang Li (4):
scsi: hisi_sas: Use tasklet to process CQ interrupts
scsi: hisi_sas: replace spin_lock/spin_unlock with
spin_lock_irqsave/spin_unlock_restore
scsi: hisi_sas: Remove cond_resched() in bottom half of interrupt
scsi: hisi_sas: Remove unused hisi_sas_sync_poll_cqs()

drivers/scsi/hisi_sas/hisi_sas.h | 2 +-
drivers/scsi/hisi_sas/hisi_sas_main.c | 76 ++++++++++++--------------
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 48 ++++++++++------
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 43 ++++++++-------
4 files changed, 89 insertions(+), 80 deletions(-)

--
2.33.0