Re: [PATCH] rcu/nocb: Fix uninitialized variable in nocb_gp_wait()

2019-09-23 Thread Paul E. McKenney
On Mon, Sep 23, 2019 at 05:26:34PM +0300, Dan Carpenter wrote: > We never set this to false. This probably doesn't affect most people's > runtime because GCC will automatically initialize it to false at certain > common optimization levels. But that behavior is related to a bug in > GCC and

[PATCH] rcu/nocb: Fix uninitialized variable in nocb_gp_wait()

2019-09-23 Thread Dan Carpenter
We never set this to false. This probably doesn't affect most people's runtime because GCC will automatically initialize it to false at certain common optimization levels. But that behavior is related to a bug in GCC and obviously should not be relied on. Fixes: 5d6742b37727 ("rcu/nocb: Use