Re: [PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2021-04-07 07:57:06
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2021-04-07 07:57:06
On Wed, 2021-04-07 at 09:55 +0200, Johannes Berg wrote:
On Wed, 2021-04-07 at 09:51 +0200, Jiri Kosina wrote:quoted
On Wed, 7 Apr 2021, Heiner Kallweit wrote:quoted
Same fix as in 2800aadc18a6 ("iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()") is needed for iwl_pcie_gen2_enqueue_hcmd. I get the same lockdep warning on AX210.Makes sense, it's being called from exactly the same contexts.I'm guessing nobody saw this before because the LEDs stuff is not supported/used on newer devices :)
Eh, wait, Heiner said he sees the same warning? With LEDs? I was pretty sure that's not supported by the later firmware, but maybe some other path? Anyway this fix seems right. johannes