Re: [PATCH] wifi: ath12k: fix false positive RCU warning on PREEMPT_RT

From: Yu-Hsiang Tseng

Date: Tue Apr 21 2026 - 13:38:00 EST


On Tue, Apr 21, 2026 at 10:24:36AM +0800, Baochen Qiang wrote:
> should the instance in ath12k_p2p_noa_update_vdev_iter() also need to
> be replaced?

Good catch, thanks. Sent v2 that also converts the WARN_ON() in
ath12k_p2p_noa_update_vdev_iter() to RCU_LOCKDEP_WARN().

v2: https://lore.kernel.org/ath12k/20260421172500.1050754-1-asas1asas200@xxxxxxxxx/

Thanks,
Yu-Hsiang