Re: [PATCH v3 1/2] atm: solos-pci: Fix potential deadlock on &cli_queue_lock

From: Jakub Kicinski
Date: Tue Dec 12 2023 - 13:23:10 EST


On Thu, 7 Dec 2023 12:34:37 +0000 Chengfeng Ye wrote:
> As &card->cli_queue_lock is acquired under softirq context along the
> following call chain from solos_bh(), other acquisition of the same
> lock inside process context should disable at least bh to avoid double
> lock.

These appear to have been applied to net, thanks!