WARNING: line length of 103 exceeds 80 columns #47: FILE: tools/testing/selftests/wireguard/netns.sh:207: + n0 nft add chain ip wgtest INPUT { type filter hook input priority filter \; policy accept \; } WARNING: line length of 111 exceeds 80 columns #72: FILE: tools/testing/selftests/wireguard/netns.sh:354: + n0 nft add chain ip wgtest POSTROUTING { type nat hook postrouting priority srcnat\; policy accept \; } WARNING: line length of 115 exceeds 80 columns #73: FILE: tools/testing/selftests/wireguard/netns.sh:355: + n0 nft add rule ip wgtest POSTROUTING ip saddr 192.168.1.0/24 ip daddr 10.0.0.0/24 counter snat to 10.0.0.1 WARNING: line length of 96 exceeds 80 columns #75: FILE: tools/testing/selftests/wireguard/netns.sh:357: + n0 iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 10.0.0.0/24 -j SNAT --to 10.0.0.1 WARNING: line length of 103 exceeds 80 columns #86: FILE: tools/testing/selftests/wireguard/netns.sh:373: + n1 nft add chain ip wgtest OUTPUT { type route hook output priority mangle\; policy accept \; } WARNING: line length of 111 exceeds 80 columns #109: FILE: tools/testing/selftests/wireguard/netns.sh:419: + n2 nft add chain ip wgtest POSTROUTING { type nat hook postrouting priority srcnat\; policy accept \; } WARNING: line length of 122 exceeds 80 columns #110: FILE: tools/testing/selftests/wireguard/netns.sh:420: + n2 nft add rule ip wgtest POSTROUTING ip saddr 10.0.0.0/24 ip daddr 192.168.241.0/24 counter snat to 192.168.241.2 WARNING: line length of 103 exceeds 80 columns #112: FILE: tools/testing/selftests/wireguard/netns.sh:422: + n0 nft add chain ip wgtest INPUT { type filter hook input priority filter \; policy accept \; } WARNING: line length of 93 exceeds 80 columns #113: FILE: tools/testing/selftests/wireguard/netns.sh:423: + n0 nft add rule ip wgtest INPUT iifname "vethrs" ip saddr != 10.0.0.0/24 counter drop WARNING: line length of 103 exceeds 80 columns #115: FILE: tools/testing/selftests/wireguard/netns.sh:425: + n2 iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -d 192.168.241.0/24 -j SNAT --to 192.168.241.2 WARNING: line length of 113 exceeds 80 columns #116: FILE: tools/testing/selftests/wireguard/netns.sh:426: + n0 iptables -t filter -A INPUT \! -s 10.0.0.0/24 -i vethrs -j DROP # Manual rpfilter just to be explicit. total: 0 errors, 11 warnings, 0 checks, 111 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit ac8d2109598b ("selftests: wireguards: use nft by default") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 11 warnings, 0 checks, 111 lines checked