aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorYewon Choi <[email protected]>2023-12-01 15:10:52 +0900
committerDaniel Borkmann <[email protected]>2023-12-05 13:43:43 +0100
commite4d008d49a7135214e0ee70537405b6a069e3a3f (patch)
tree49a625866ba1bff1b71d541004e9045816a92b6c /scripts/generate_rust_analyzer.py
parentdfce9cb3140592b886838e06f3e0c25fea2a9cae (diff)
xsk: Skip polling event check for unbound socket
In xsk_poll(), checking available events and setting mask bits should be executed only when a socket has been bound. Setting mask bits for unbound socket is meaningless. Currently, it checks events even when xsk_check_common() failed. To prevent this, we move goto location (skip_tx) after that checking. Fixes: 1596dae2f17e ("xsk: check IFF_UP earlier in Tx path") Signed-off-by: Yewon Choi <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Magnus Karlsson <[email protected]> Link: https://lore.kernel.org/bpf/20231201061048.GA1510@libra05
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions