[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160715134222.GA28589@redhat.com>
Date: Fri, 15 Jul 2016 15:42:22 +0200
From: Oleg Nesterov <oleg@...hat.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: mingo@...nel.org, linux-kernel@...r.kernel.org, tj@...nel.org,
paulmck@...ux.vnet.ibm.com, john.stultz@...aro.org,
dimitrysh@...gle.com, romlem@...gle.com, ccross@...gle.com,
tkjos@...gle.com
Subject: Re: [PATCH 2/2] locking/percpu-rwsem: Introduce bias knob
On 07/14, Peter Zijlstra wrote:
>
> +void rcu_sync_sabotage(struct rcu_sync *rsp)
> +{
> + rsp->gp_count++;
> + rsp->gp_state = !GP_IDLE;
> +}
Ah, I didn't notice this !GP_IDLE...
Please use GP_PASSED, this is what this actually means. And note the
wait_event(GP_PASSED) in rcu_sync_enter().
Otherwise
Reviewed-by: Oleg Nesterov <oleg@...hat.com>
Powered by blists - more mailing lists