[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221102183237.GO5600@paulmck-ThinkPad-P17-Gen-1>
Date: Wed, 2 Nov 2022 11:32:37 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: Uladzislau Rezki <urezki@...il.com>
Cc: Joel Fernandes <joel@...lfernandes.org>, rcu@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH RFC] rcu/kfree: Do not request RCU when not needed
On Wed, Nov 02, 2022 at 06:30:24PM +0100, Uladzislau Rezki wrote:
> >
> > to wait for a GP. Or if the poll_state_synchronize_rcu(oldstate)) != 0
> > queue_rcu_work().
> >
> A small fix. If poll_state_synchronize_rcu(oldstate)) == 0 then
> queue_rcu_work() since a GP is still in progress.
Both get_state_synchronize_rcu() and poll_state_synchronize_rcu()
may be invoked from interrupt handlers. And from NMI handlers,
for that matter.
Thanx, Paul
Powered by blists - more mailing lists