On 2022-10-27, "Paul E. McKenney" <paulmck@xxxxxxxxxx> wrote: > The warning is claiming that this srcu_struct was passed to > srcu_read_lock() at some point and is now being passed to > srcu_read_lock_nmisafe(). Indeed, I found some code that was not using my wrappers. Thanks. Living proof that it was a good idea to add the checks. ;-) John