aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPaolo Abeni <[email protected]>2018-11-15 02:34:50 +0100
committerDavid S. Miller <[email protected]>2018-11-16 23:01:56 -0800
commit9c48060141bd937497774546e4bb89b8992be383 (patch)
treeb62996434ab3d9776fe3b5197c38ca6939452434 /tools/perf/scripts/python
parent37342bdaf5b363cf2e1bd170ce7d1de34ecf57e7 (diff)
udp: fix jump label misuse
The commit 60fb9567bf30 ("udp: implement complete book-keeping for encap_needed") introduced a severe misuse of jump label APIs, which syzbot, as reported by Eric, was able to exploit. When multiple sockets/process can concurrently request (and than disable) the udp encap, we need to track the activation counter with *_inc()/*_dec() jump label variants, or we can experience bad things at disable time. Fixes: 60fb9567bf30 ("udp: implement complete book-keeping for encap_needed") Reported-by: Eric Dumazet <[email protected]> Signed-off-by: Paolo Abeni <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions