xen/netback: avoid race in xenvif_rx_ring_slots_available()
authorJuergen Gross <jgross@suse.com>
Tue, 2 Feb 2021 07:09:38 +0000 (08:09 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 4 Feb 2021 18:54:37 +0000 (10:54 -0800)
commitec7d8e7dd3a59528e305a18e93f1cb98f7faf83b
tree862d98a349b7ce7e275630f5fa2c27ed884725ef
parentd795cc02a297df80910cf4ba23147680d15d8a7d
xen/netback: avoid race in xenvif_rx_ring_slots_available()

Since commit 23025393dbeb3b8b3 ("xen/netback: use lateeoi irq binding")
xenvif_rx_ring_slots_available() is no longer called only from the rx
queue kernel thread, so it needs to access the rx queue with the
associated queue held.

Reported-by: Igor Druzhinin <igor.druzhinin@citrix.com>
Fixes: 23025393dbeb3b8b3 ("xen/netback: use lateeoi irq binding")
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
Link: https://lore.kernel.org/r/20210202070938.7863-1-jgross@suse.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/xen-netback/rx.c