projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
900b280
683a67d
)
Merge branch 'tcp-wmem-data-races'
author
David S. Miller
<davem@davemloft.net>
Mon, 11 Mar 2024 10:37:41 +0000
(10:37 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 11 Mar 2024 10:37:41 +0000
(10:37 +0000)
Jason Xing says:
====================
annotate data-races around sysctl_tcp_wmem[0]
Adding simple READ_ONCE() can avoid reading the sysctl knob meanwhile
someone is trying to change it.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Trivial merge