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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5D2B1CE7A94 for ; Mon, 25 Sep 2023 10:35:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232054AbjIYKfl (ORCPT ); Mon, 25 Sep 2023 06:35:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231472AbjIYKfi (ORCPT ); Mon, 25 Sep 2023 06:35:38 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F112A3 for ; Mon, 25 Sep 2023 03:35:31 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4FB1C433C7; Mon, 25 Sep 2023 10:35:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695638131; bh=JZ5uv7t3glsM4ahkV+/PvSpGadJDXXdYDes3y5CsZvw=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Z7XVDPn+pa81kYHkfG6+EBiBPK7Gu0vXzK8g4NL73MvnyROpKTEvV57tn9Gk9MM53 1w56wgFpsMSshWTkJJ7cPIvY5eDaMJxyqfoCm3l/zMUgtMn9HnBOMLTKxUEa+HObVz rXdxTREakbPDDxF2x3QPRQjUTKoTv170y1mOEwwwQ1goonEFmmwqFdELfc5SOoARKW mCN3UkVCGxsnF32lRKSItr5E2Z4YQHVoKoWJKy+iIhifOvI0/xFK0qMxC9q+LUfQmK lkpMWiDfd6lkvSOXsjgQbtxv2JecMbFQd4NjloXzUn+nt9WD+D9Nbsc7c+sWn9LUB8 PW7GvoznMta6Q== From: Kalle Valo To: Jeff Johnson Cc: Wen Gong , , , Baochen Qiang Subject: Re: [PATCH v6 03/13] wifi: ath11k: fix a possible dead lock caused by ab->base_lock References: <20230920082349.29111-1-quic_wgong@quicinc.com> <20230920082349.29111-4-quic_wgong@quicinc.com> Date: Mon, 25 Sep 2023 13:35:27 +0300 In-Reply-To: (Jeff Johnson's message of "Thu, 21 Sep 2023 12:54:02 -0700") Message-ID: <871qema6c0.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Jeff Johnson writes: > On 9/20/2023 1:23 AM, Wen Gong wrote: >> From: Baochen Qiang >> spin_lock/spin_unlock are used in ath11k_reg_chan_list_event to >> acquire/release ab->base_lock, for now this is safe because that > > Kalle, can you s/, for/. For/ when you pull into pending? Yes, will do. BTW to save time for simple edits like this I don't always reply to you, I just do the edit the silently. In case you wonder if why I don't reply. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches