commit | b17075d5c1988b83f840d272c795ac17d57ce804 | [log] [tgz] |
---|---|---|
author | Igor Druzhinin <igor.druzhinin@citrix.com> | Fri Mar 10 21:36:22 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 12 23:44:43 2017 -0700 |
tree | b760831992b881a42e1c3ad3990855ac8a989088 | |
parent | e37791ec1ad785b59022ae211f63a16189bacebf [diff] |
xen-netback: fix race condition on XenBus disconnect 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 <igor.druzhinin@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>