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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 9C721C4167B for ; Wed, 9 Dec 2020 22:12:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7367023D1F for ; Wed, 9 Dec 2020 22:12:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388568AbgLIWMm (ORCPT ); Wed, 9 Dec 2020 17:12:42 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:35992 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388268AbgLIWMc (ORCPT ); Wed, 9 Dec 2020 17:12:32 -0500 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[127.0.1.1]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kn7gT-003E58-WE; Thu, 10 Dec 2020 00:11:42 +0200 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Luca Coelho In-Reply-To: References: To: Luca Coelho Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.9.1rc1 Message-Id: Date: Thu, 10 Dec 2020 00:11:42 +0200 Subject: Re: [PATCH v2 01/47] iwlwifi: remove all queue resources before free Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Mordechay Goodstein > > Currently calling iwl_txq_dyn_free only deletes the queue memory/DMA > but any active timers are not dealt with. > > Signed-off-by: Mordechay Goodstein > Signed-off-by: Luca Coelho 10 patches applied to iwlwifi-next.git, thanks. 2f8cfcc43dae iwlwifi: remove all queue resources before free b34872bc831d iwlwifi: yoyo: add the ability to dump phy periphery cc598782d7c0 iwlwifi: yoyo: align the write pointer to DWs 846067693fc8 iwlwifi: mvm: fix sar profile printing issue a44509805895 iwlwifi: move reclaim flows to the queue file 525791354706 iwlwifi: d3: do not send the WOWLAN_CONFIGURATION command for netdetect 486e93ef3e1c iwlwifi: mvm: Init error table memory to zero 3b25f1aff503 iwlwifi: mvm: remove the read_nvm from iwl_run_init_mvm_ucode 4adfaf9b2de3 iwlwifi: pcie: remove obsolete pre-release support code d43ab298efc6 iwlwifi: copy iwl_he_capa for modifications