> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-boun...@osuosl.org] On
> Behalf Of Paul E. McKenney
> Sent: Sunday, November 11, 2018 11:44 AM
> To: linux-kernel@vger.kernel.org
> Cc: t...@linutronix.de; David S. Miller <da...@davemloft.net>;
> pet...@infradead.org; fweis...@gmail.com; jiangshan...@gmail.com;
> j...@joshtriplett.org; rost...@goodmis.org; o...@redhat.com;
> dhowe...@redhat.com; eduma...@google.com;
> mathieu.desnoy...@efficios.com; dipan...@in.ibm.com;
> j...@joelfernandes.org; intel-wired-...@lists.osuosl.org; akpm@linux-
> foundation.org; Paul E. McKenney <paul...@linux.ibm.com>;
> mi...@kernel.org
> Subject: [Intel-wired-lan] [PATCH tip/core/rcu 13/41] ethernet/intel/ixgbe:
> Replace synchronize_sched() with synchronize_rcu()
> 
> Now that synchronize_rcu() waits for preempt-disable regions of code as
> well as RCU read-side critical sections, synchronize_sched() can be replaced
> by synchronize_rcu().  This commit therefore makes this change.
> 
> Signed-off-by: Paul E. McKenney <paul...@linux.ibm.com>
> Cc: Jeff Kirsher <jeffrey.t.kirs...@intel.com>
> Cc: "David S. Miller" <da...@davemloft.net>
> Cc: <intel-wired-...@lists.osuosl.org>
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Tested-by: Andrew Bowers <andrewx.bow...@intel.com>


Reply via email to