Re: [PATCH 1/2] rcuperf: Remove useless while loops around wait_event

2020-05-25 Thread Paul E. McKenney
On Mon, May 25, 2020 at 12:36:47AM -0400, Joel Fernandes (Google) wrote: > wait_event() already retries if the condition for the wake up is not > satisifed after wake up. Remove them from the rcuperf test. > > Signed-off-by: Joel Fernandes (Google) Queued the series, thank you, Joel!

[PATCH 1/2] rcuperf: Remove useless while loops around wait_event

2020-05-24 Thread Joel Fernandes (Google)
wait_event() already retries if the condition for the wake up is not satisifed after wake up. Remove them from the rcuperf test. Signed-off-by: Joel Fernandes (Google) --- kernel/rcu/rcuperf.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/kernel/rcu/rcuperf