On Thu, Apr 15, 2021 at 6:04 AM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > > Hi Chris, > > On 4/13/21 11:38 PM, Chris Murphy wrote: > > Looks like this: > > https://lore.kernel.org/linux-wireless/nycvar.YFH.7.76.2103021125430.12405@xxxxxxxxxxxxx/ > > > > I tested that patch on rc6 and it worked so far. > > That patch has been added to rc7, so I tested rc7 and rc7 still has the lockdep splat in dmesg. I'm running 5.12.0-0.rc7.189.fc35.x86_64+debug and don't have the lockdep splat. [ 12.502108] iwlwifi 0000:6c:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x204 > But good news, the issue is my wifi card uses iwl_pcie_gen2_enqueue_hcmd where as the > patch you linked to fixes iwl_pcie_enqueue_hcmd . Applying the same changes to the > iwl_pcie_gen2_enqueue_hcmd function also fixes lockdep complaining for me. OK super. -- Chris Murphy