WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #38: new file mode 100644 WARNING: line length of 97 exceeds 80 columns #48: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:6: + * NS1 NS2 NS3 NS4 NS5 NS6 WARNING: line length of 98 exceeds 80 columns #49: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:7: + * lo veth1 <-> veth2 veth3 <-> veth4 veth5 <-> veth6 lo veth7 <-> veth8 veth9 <-> veth10 lo WARNING: line length of 100 exceeds 80 columns #50: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:8: + * fb00 ::1 ::12 ::21 ::34 ::43 ::56 ::65 ::78 ::87 ::910 ::109 ::6 WARNING: line length of 100 exceeds 80 columns #51: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:9: + * fd00 ::4 WARNING: line length of 93 exceeds 80 columns #99: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:57: + SYS(fail, "ip -n %s%d link add veth%d type veth peer name veth%d netns %s%d", WARNING: line length of 89 exceeds 80 columns #102: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:60: + SYS(fail, "ip -n %s%d link set dev veth%d up", NETNS_BASE, ns, local_id); WARNING: line length of 93 exceeds 80 columns #103: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:61: + SYS(fail, "ip -n %s%d link set dev veth%d up", NETNS_BASE, next_ns, peer_id); WARNING: line length of 87 exceeds 80 columns #106: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:64: + SYS(fail, "ip -n %s%d -6 addr add fb00::%d%d/16 dev veth%d scope link", WARNING: line length of 87 exceeds 80 columns #108: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:66: + SYS(fail, "ip -n %s%d -6 addr add fb00::%d%d/16 dev veth%d scope link", CHECK: Please don't use multiple blank lines #112: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:70: + + WARNING: line length of 97 exceeds 80 columns #113: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:71: + SYS(fail, "ip -n %s5 -6 route add fb00::109 table 117 dev veth9 scope link", NETNS_BASE); WARNING: line length of 87 exceeds 80 columns #116: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:74: + SYS(fail, "ip -n %s1 -6 route add fb00::6 dev veth1 via fb00::21", NETNS_BASE); WARNING: line length of 95 exceeds 80 columns #118: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:76: + SYS(fail, "ip -n %s2 -6 route add fb00::6 encap bpf in obj %s sec encap_srh dev veth2", WARNING: line length of 98 exceeds 80 columns #120: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:78: + SYS(fail, "ip -n %s2 -6 route add fd00::1 dev veth3 via fb00::43 scope link", NETNS_BASE); WARNING: line length of 87 exceeds 80 columns #122: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:80: + SYS(fail, "ip -n %s3 -6 route add fc42::1 dev veth5 via fb00::65", NETNS_BASE); WARNING: line length of 87 exceeds 80 columns #131: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:89: + SYS(fail, "ip -n %s4 -6 route add fd00::3 dev veth7 via fb00::87", NETNS_BASE); WARNING: line length of 98 exceeds 80 columns #133: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:91: + SYS(fail, "ip -n %s5 -6 route add fd00::4 table 117 dev veth9 via fb00::109", NETNS_BASE); WARNING: line length of 89 exceeds 80 columns #142: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:100: + SYS(fail, "ip netns exec %s%d sysctl -wq net.ipv6.conf.all.forwarding=1", WARNING: line length of 95 exceeds 80 columns #145: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:103: + SYS(fail, "ip netns exec %s6 sysctl -wq net.ipv6.conf.all.seg6_enabled=1", NETNS_BASE); WARNING: line length of 94 exceeds 80 columns #146: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:104: + SYS(fail, "ip netns exec %s6 sysctl -wq net.ipv6.conf.lo.seg6_enabled=1", NETNS_BASE); WARNING: line length of 98 exceeds 80 columns #147: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:105: + SYS(fail, "ip netns exec %s6 sysctl -wq net.ipv6.conf.veth10.seg6_enabled=1", NETNS_BASE); WARNING: line length of 83 exceeds 80 columns #174: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:132: + sfd = start_server_str(AF_INET6, SOCK_DGRAM, "fb00::6", SERVER_PORT, NULL); WARNING: line length of 83 exceeds 80 columns #184: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:142: + cfd = start_server_str(AF_INET6, SOCK_DGRAM, "fb00::1", CLIENT_PORT, NULL); WARNING: line length of 81 exceeds 80 columns #194: FILE: tools/testing/selftests/bpf/prog_tests/lwt_seg6local.c:152: + if (!ASSERT_EQ(inet_pton(AF_INET6, "fb00::6", &server_addr.sin6_addr), 1, total: 0 errors, 24 warnings, 1 checks, 183 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 9ca7b906ddd9 ("selftests/bpf: lwt_seg6local: Move test to test_progs") 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, 24 warnings, 1 checks, 183 lines checked