1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
linux/Documentation/admin-guide/sysctl
Kuniyuki Iwashima 5dcd08cd19 net: Fix data-races around netdev_max_backlog.
While reading netdev_max_backlog, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its readers.

While at it, we remove the unnecessary spaces in the doc.

Fixes: 1da177e4c3 ("Linux-2.6.12-rc2")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-08-24 13:46:57 +01:00
..
abi.rst
fs.rst
index.rst
kernel.rst powerpc updates for 6.0 2022-08-06 16:38:17 -07:00
net.rst net: Fix data-races around netdev_max_backlog. 2022-08-24 13:46:57 +01:00
sunrpc.rst
user.rst
vm.rst mm: hugetlb_vmemmap: introduce the name HVO 2022-08-08 18:06:42 -07:00