All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Wen Gong <quic_wgong@quicinc.com>,  <ath11k@lists.infradead.org>,
	<linux-wireless@vger.kernel.org>,
	 Baochen Qiang <quic_bqiang@quicinc.com>
Subject: Re: [PATCH v6 03/13] wifi: ath11k: fix a possible dead lock caused by ab->base_lock
Date: Mon, 25 Sep 2023 13:35:27 +0300	[thread overview]
Message-ID: <871qema6c0.fsf@kernel.org> (raw)
In-Reply-To: <f9f0b511-74ce-4c3b-afdf-6352faae2ddb@quicinc.com> (Jeff Johnson's message of "Thu, 21 Sep 2023 12:54:02 -0700")

Jeff Johnson <quic_jjohnson@quicinc.com> writes:

> On 9/20/2023 1:23 AM, Wen Gong wrote:
>> From: Baochen Qiang <quic_bqiang@quicinc.com>
>> 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

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@kernel.org>
To: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Wen Gong <quic_wgong@quicinc.com>, <ath11k@lists.infradead.org>,
	<linux-wireless@vger.kernel.org>,
	Baochen Qiang <quic_bqiang@quicinc.com>
Subject: Re: [PATCH v6 03/13] wifi: ath11k: fix a possible dead lock caused by ab->base_lock
Date: Mon, 25 Sep 2023 13:35:27 +0300	[thread overview]
Message-ID: <871qema6c0.fsf@kernel.org> (raw)
In-Reply-To: <f9f0b511-74ce-4c3b-afdf-6352faae2ddb@quicinc.com> (Jeff Johnson's message of "Thu, 21 Sep 2023 12:54:02 -0700")

Jeff Johnson <quic_jjohnson@quicinc.com> writes:

> On 9/20/2023 1:23 AM, Wen Gong wrote:
>> From: Baochen Qiang <quic_bqiang@quicinc.com>
>> 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

  reply	other threads:[~2023-09-25 10:35 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-20  8:23 [PATCH v6 00/13] wifi: ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP Wen Gong
2023-09-20  8:23 ` Wen Gong
2023-09-20  8:23 ` [PATCH v6 01/13] wifi: ath11k: add support to select 6 GHz regulatory type Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-20  8:23 ` [PATCH v6 02/13] wifi: ath11k: store cur_regulatory_info for each radio Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 19:51   ` Jeff Johnson
2023-09-21 19:51     ` Jeff Johnson
2023-09-29 13:16   ` Kalle Valo
2023-09-29 13:16     ` Kalle Valo
2023-09-20  8:23 ` [PATCH v6 03/13] wifi: ath11k: fix a possible dead lock caused by ab->base_lock Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 19:54   ` Jeff Johnson
2023-09-21 19:54     ` Jeff Johnson
2023-09-25 10:35     ` Kalle Valo [this message]
2023-09-25 10:35       ` Kalle Valo
2023-10-02 15:51   ` Kalle Valo
2023-10-02 15:51     ` Kalle Valo
2023-09-20  8:23 ` [PATCH v6 04/13] wifi: ath11k: update regulatory rules when interface added Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 19:58   ` Jeff Johnson
2023-09-21 19:58     ` Jeff Johnson
2023-09-22  9:32   ` Aditya Kumar Singh
2023-09-22  9:32     ` Aditya Kumar Singh
2023-09-20  8:23 ` [PATCH v6 05/13] wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for station Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 19:59   ` Jeff Johnson
2023-09-21 19:59     ` Jeff Johnson
2023-09-22  9:39   ` Aditya Kumar Singh
2023-09-22  9:39     ` Aditya Kumar Singh
2023-09-22 10:02     ` Wen Gong
2023-09-22 10:02       ` Wen Gong
2023-09-22 13:18       ` Aditya Kumar Singh
2023-09-22 13:18         ` Aditya Kumar Singh
2023-09-25 10:43         ` Wen Gong
2023-09-25 10:43           ` Wen Gong
2023-09-25 10:52           ` Aditya Kumar Singh
2023-09-25 10:52             ` Aditya Kumar Singh
2023-09-25 10:57             ` Wen Gong
2023-09-25 10:57               ` Wen Gong
2023-09-20  8:23 ` [PATCH v6 06/13] wifi: ath11k: save power spectral density(psd) of regulatory rule Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 20:00   ` Jeff Johnson
2023-09-21 20:00     ` Jeff Johnson
2023-09-22  9:49   ` Aditya Kumar Singh
2023-09-22  9:49     ` Aditya Kumar Singh
2023-09-20  8:23 ` [PATCH v6 07/13] wifi: ath11k: add parse of transmit power envelope element Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 20:04   ` Jeff Johnson
2023-09-21 20:04     ` Jeff Johnson
2023-09-20  8:23 ` [PATCH v6 08/13] wifi: ath11k: save max tx power in vdev start response event from firmware Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 20:04   ` Jeff Johnson
2023-09-21 20:04     ` Jeff Johnson
2023-09-20  8:23 ` [PATCH v6 09/13] wifi: ath11k: fill parameters for vdev set tpc power WMI command Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 20:09   ` Jeff Johnson
2023-09-21 20:09     ` Jeff Johnson
2023-09-21 20:11   ` Jeff Johnson
2023-09-21 20:11     ` Jeff Johnson
2023-09-25 10:46     ` Wen Gong
2023-09-25 10:46       ` Wen Gong
2023-09-29 13:18   ` Kalle Valo
2023-09-29 13:18     ` Kalle Valo
2023-09-20  8:23 ` [PATCH v6 10/13] wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 20:13   ` Jeff Johnson
2023-09-21 20:13     ` Jeff Johnson
2023-09-20  8:23 ` [PATCH v6 11/13] wifi: ath11k: discard BSS_CHANGED_TXPOWER when EXT_TPC_REG_SUPPORT for 6 GHz Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 20:39   ` Jeff Johnson
2023-09-21 20:39     ` Jeff Johnson
2023-09-22  9:04   ` Aditya Kumar Singh
2023-09-22  9:04     ` Aditya Kumar Singh
2023-09-22  9:17     ` Wen Gong
2023-09-22  9:17       ` Wen Gong
2023-09-20  8:23 ` [PATCH v6 12/13] wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 20:37   ` Jeff Johnson
2023-09-21 20:37     ` Jeff Johnson
2023-09-20  8:23 ` [PATCH v6 13/13] wifi: ath11k: send TPC power to firmware for 6 GHz station Wen Gong
2023-09-20  8:23   ` Wen Gong
2023-09-21 20:38   ` Jeff Johnson
2023-09-21 20:38     ` Jeff Johnson
2023-09-22  9:24   ` Aditya Kumar Singh
2023-09-22  9:24     ` Aditya Kumar Singh
2023-09-22 10:12     ` Wen Gong
2023-09-22 10:12       ` Wen Gong
2023-09-22 13:25       ` Aditya Kumar Singh
2023-09-22 13:25         ` Aditya Kumar Singh
2023-09-25  2:15         ` Wen Gong
2023-09-25  2:15           ` Wen Gong
2023-09-25  5:41           ` Aditya Kumar Singh
2023-09-25  5:41             ` Aditya Kumar Singh
2023-09-25 10:50             ` Wen Gong
2023-09-25 10:50               ` Wen Gong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871qema6c0.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=ath11k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_bqiang@quicinc.com \
    --cc=quic_jjohnson@quicinc.com \
    --cc=quic_wgong@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.