diff options
author | 2022-06-23 16:32:32 +0300 | |
---|---|---|
committer | 2022-06-24 16:45:40 -0700 | |
commit | 3b89b511ea0c705cc418440e2abf9d692a556d84 (patch) | |
tree | 79c2f67cb7f624b0a05bf4812026d3379765f018 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge branch 'net-dp83822-fix-interrupt-floods' (diff) | |
download | wireguard-linux-3b89b511ea0c705cc418440e2abf9d692a556d84.tar.xz wireguard-linux-3b89b511ea0c705cc418440e2abf9d692a556d84.zip |
net: fix IFF_TX_SKB_NO_LINEAR definition
The "1<<31" shift has a sign extension bug so IFF_TX_SKB_NO_LINEAR is
0xffffffff80000000 instead of 0x0000000080000000.
Fixes: c2ff53d8049f ("net: Add priv_flags for allow tx skb without linear")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Link: https://lore.kernel.org/r/YrRrcGttfEVnf85Q@kili
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions