On Mon, Feb 05, 2024 at 05:56:46AM +0000, Kumar Kartikeya Dwivedi wrote: > Add selftests covering the following cases: > - A static or global subprog called from within a RCU read section works > - A static subprog taking an RCU read lock which is released in caller works > - A static subprog releasing the caller's RCU read lock works > > Global subprogs that leave the lock in an imbalanced state will not > work, as they are verified separately, so ensure those cases fail as > well. > > Acked-by: Yonghong Song > Signed-off-by: Kumar Kartikeya Dwivedi Acked-by: David Vernet