diff options
author | Jason Wang <jasowang@redhat.com> | 2023-07-25 03:20:49 -0400 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-07-26 22:09:42 -0700 |
commit | 25266128fe16d5632d43ada34c847d7b8daba539 (patch) | |
tree | 8b76692de2e1046986ffbafb4a9052b9f3da0c66 /security/selinux/hooks.c | |
parent | 6c58c8816abb7b93b21fa3b1d0c1726402e5e568 (diff) |
virtio-net: fix race between set queues and probe
A race were found where set_channels could be called after registering
but before virtnet_set_queues() in virtnet_probe(). Fixing this by
moving the virtnet_set_queues() before netdevice registering. While at
it, use _virtnet_set_queues() to avoid holding rtnl as the device is
not even registered at that time.
Cc: stable@vger.kernel.org
Fixes: a220871be66f ("virtio-net: correctly enable multiqueue")
Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230725072049.617289-1-jasowang@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions