Re: [PATCH v3] wifi: ath12k: use lockdep_assert_in_rcu_read_lock() for RCU assertions
From: Sebastian Andrzej Siewior
Date: Thu Apr 23 2026 - 02:30:55 EST
On 2026-04-23 02:08:14 [+0800], Yu-Hsiang Tseng wrote:
> Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.1.c5-00302-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.115823.3
This could written in plain english as in "Tested on …". Not sure what
this "convention" is but anyway.
The change is okay.
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
> Changes in v3:
> - Use lockdep_assert_in_rcu_read_lock() instead of RCU_LOCKDEP_WARN()
> for clearer intent and more precise semantics (suggested by
> Sebastian Andrzej Siewior)
> - Reword commit message: this affects preemptible RCU in general,
> not only PREEMPT_RT
> - Move Tested-on before the official tags per ath convention
Sebastian