Re: [PATCH net v4] xen-netback: fix race condition on XenBus disconnect
From: David Miller <davem@davemloft.net> Date: 2017-03-13 06:45:14
From: Igor Druzhinin <redacted>
Date: Fri, 10 Mar 2017 21:36:22 +0000
In some cases during XenBus disconnect event handling and subsequent
queue resource release there may be some TX handlers active on
other processors. Use RCU in order to synchronize with them.
Signed-off-by: Igor Druzhinin <redacted>