diff options
author | Mark Brown <broonie@kernel.org> | 2021-01-13 18:57:11 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-13 18:57:11 +0100 |
commit | e4aad9998ee998a7f61530f8d83aabfc9ecfba01 (patch) | |
tree | b1f6d277798579ab6b1e01bfd3f97437a5241afd /Documentation/networking/netdevices.rst | |
parent | spi: bcm2835: Set controller max_speed_hz (diff) | |
parent | Linux 5.11-rc3 (diff) | |
download | linux-e4aad9998ee998a7f61530f8d83aabfc9ecfba01.tar.xz linux-e4aad9998ee998a7f61530f8d83aabfc9ecfba01.zip |
Merge v5.11-rc3
Diffstat (limited to 'Documentation/networking/netdevices.rst')
-rw-r--r-- | Documentation/networking/netdevices.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/netdevices.rst b/Documentation/networking/netdevices.rst index 5a85fcc80c76..e65665c5ab50 100644 --- a/Documentation/networking/netdevices.rst +++ b/Documentation/networking/netdevices.rst @@ -64,8 +64,8 @@ ndo_do_ioctl: Context: process ndo_get_stats: - Synchronization: dev_base_lock rwlock. - Context: nominally process, but don't sleep inside an rwlock + Synchronization: rtnl_lock() semaphore, dev_base_lock rwlock, or RCU. + Context: atomic (can't sleep under rwlock or RCU) ndo_start_xmit: Synchronization: __netif_tx_lock spinlock. |