From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F85FC433B4 for ; Thu, 15 Apr 2021 13:06:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E024861132 for ; Thu, 15 Apr 2021 13:06:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232642AbhDONHN (ORCPT ); Thu, 15 Apr 2021 09:07:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231482AbhDONHM (ORCPT ); Thu, 15 Apr 2021 09:07:12 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB0D9C061574 for ; Thu, 15 Apr 2021 06:06:49 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1lX1hl-00C6sS-Az; Thu, 15 Apr 2021 15:06:45 +0200 Message-ID: <1746cb4269284094fa075ffba89b6416c67f6f84.camel@sipsolutions.net> Subject: Re: [PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() From: Johannes Berg To: "Coelho, Luciano" , "jikos@kernel.org" Cc: "hdegoede@redhat.com" , "linux-wireless@vger.kernel.org" , "lists@colorremedies.com" , "Grumbach, Emmanuel" , "kvalo@codeaurora.org" Date: Thu, 15 Apr 2021 15:06:44 +0200 In-Reply-To: <2967a7b509e72b604e144df1dbd504d203b9ba46.camel@intel.com> References: <20210415120447.4424-1-hdegoede@redhat.com> (sfid-20210415_140503_625209_839D9098) <80ce3be63eb971682eb8d1c51176c7ddc0117478.camel@intel.com> <2967a7b509e72b604e144df1dbd504d203b9ba46.camel@intel.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Thu, 2021-04-15 at 13:04 +0000, Coelho, Luciano wrote: > On Thu, 2021-04-15 at 14:44 +0200, Jiri Kosina wrote: > > On Thu, 15 Apr 2021, Coelho, Luciano wrote: > > > > > > I believe Jiri posted the same patch: > > > > > > > > https://lore.kernel.org/linux-wireless/nycvar.YFH.7.76.2104070918090.12405@cbobk.fhfr.pm/ > > > > > > > > Not sure where it is now though, I guess Luca can comment. > > > > > > Jiri's patch is in 5.12-rc7. > > > > The iwl_pcie_enqueue_hcmd() is. The one referenced above > > (iwl_pcie_gen2_enqueue_hcmd()) is nowhere as far as I can tell. > > Right, sorry, I confused the two. > > In that same thread Johannes sent a third patch (which we have in our > internal tree). Johannes, with your patch, the gen2 version is also > needed right? Yes, they're independent. johannes