Skip to content
Commit 6198f446 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'netpoll-make-sure-napi_list-is-safe-for-RCU-traversal'



Jakub Kicinski says:

====================
netpoll: make sure napi_list is safe for RCU traversal

This series is a follow-up to the fix in commit 96e97bc0 ("net:
disable netpoll on fresh napis"). To avoid any latent race conditions
convert dev->napi_list to a proper RCU list. We need minor restructuring
because it looks like netif_napi_del() used to be idempotent, and
it may be quite hard to track down everyone who depends on that.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 8b40f21b 5251ef82
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment