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=-10.1 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 4AA63C433B4 for ; Fri, 23 Apr 2021 14:43:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 06D1461463 for ; Fri, 23 Apr 2021 14:43:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229805AbhDWOo3 (ORCPT ); Fri, 23 Apr 2021 10:44:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229454AbhDWOo2 (ORCPT ); Fri, 23 Apr 2021 10:44:28 -0400 Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58628C061574 for ; Fri, 23 Apr 2021 07:43:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=x1K+R8W7mFXfM33PaaEcvft7s812V1Uevcu481NnfqY=; b=h+st9hi+CR+50qDqOhZP5/lCF5 7Z07nsfI6GmNWSAvZXvXpdI6qfHbzcQzTwuZiM3TLI8CYoRuAv81qvbWtDvKYSzfOK46h5dJx5DBe VoKz1WECkrZLyZ7UONPYLIe/p2uXAXY13yP3SD0jvh3nOvuyWdbkevGuL6Mz7o1ZOtWk=; Received: from p4ff13bc6.dip0.t-ipconnect.de ([79.241.59.198] helo=nf.local) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1lZx20-0006Rx-HG; Fri, 23 Apr 2021 16:43:44 +0200 Subject: Re: [PATCH 0/3] mt7921 runtime-pm fixes To: Lorenzo Bianconi Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com, sean.wang@mediatek.com, kvalo@codeaurora.org References: From: Felix Fietkau Message-ID: Date: Fri, 23 Apr 2021 16:43:43 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 2021-04-23 16:27, Lorenzo Bianconi wrote: > This series contains three mt7921 fixes introduce with new runtime-pm rework > > Lorenzo Bianconi (3): > mt76: mt7921: fix possible AOOB issue in mt7921_mcu_tx_rate_report > mt76: connac: do not schedule wake_work if the runtime-pm is disabled > mt76: connac: do not schedule mac_work if the device is not running For the series: Reviewed-by: Felix Fietkau Kalle, could you please take these patches directly, they're all regression fixes. - Felix