Re: [PATCH v3 3/4] srcu: Add guards for notrace variants of SRCU-fast readers

2025-07-22 Thread Joel Fernandes
On Mon, Jul 21, 2025 at 09:24:32AM -0700, Paul E. McKenney wrote: > This adds the usual scoped_guard(srcu_fast_notrace, &my_srcu) and > guard(srcu_fast_notrace)(&my_srcu). > > Signed-off-by: Paul E. McKenney Reviewed-by: Joel Fernandes thanks, - Joel > Cc: Mathieu Desnoyers > Cc: Steven Ro

[PATCH v3 3/4] srcu: Add guards for notrace variants of SRCU-fast readers

2025-07-21 Thread Paul E. McKenney
This adds the usual scoped_guard(srcu_fast_notrace, &my_srcu) and guard(srcu_fast_notrace)(&my_srcu). Signed-off-by: Paul E. McKenney Cc: Mathieu Desnoyers Cc: Steven Rostedt Cc: Sebastian Andrzej Siewior --- include/linux/srcu.h | 5 + 1 file changed, 5 insertions(+) diff --git a/includ