WARNING: line length of 111 exceeds 80 columns #53: FILE: tools/testing/selftests/bpf/prog_tests/bpf_nf.c:124: + ASSERT_EQ(skel->data->test_ct_zone_id_alloc_entry, 0, "Test for alloc new entry in specified ct zone"); WARNING: line length of 113 exceeds 80 columns #54: FILE: tools/testing/selftests/bpf/prog_tests/bpf_nf.c:125: + ASSERT_EQ(skel->data->test_ct_zone_id_insert_entry, 0, "Test for insert new entry in specified ct zone"); WARNING: line length of 113 exceeds 80 columns #55: FILE: tools/testing/selftests/bpf/prog_tests/bpf_nf.c:126: + ASSERT_EQ(skel->data->test_ct_zone_id_succ_lookup, 0, "Test for successful lookup in specified ct_zone"); WARNING: line length of 112 exceeds 80 columns #56: FILE: tools/testing/selftests/bpf/prog_tests/bpf_nf.c:127: + ASSERT_EQ(skel->bss->test_ct_zone_id_enoent_lookup, -ENOENT, "Test ENOENT for lookup in wrong ct zone"); WARNING: line length of 85 exceeds 80 columns #118: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:220: +nf_ct_zone_id_test(struct nf_conn *(*lookup_fn)(void *, struct bpf_sock_tuple *, u32, WARNING: line length of 83 exceeds 80 columns #119: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:221: + struct bpf_ct_opts___local *, u32), WARNING: line length of 84 exceeds 80 columns #120: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:222: + struct nf_conn *(*alloc_fn)(void *, struct bpf_sock_tuple *, u32, WARNING: line length of 82 exceeds 80 columns #121: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:223: + struct bpf_ct_opts___local *, u32), WARNING: line length of 89 exceeds 80 columns #124: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:226: + struct bpf_ct_opts___local opts_def = { .l4proto = IPPROTO_TCP, .netns_id = -1 }; WARNING: line length of 81 exceeds 80 columns #150: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:252: + bpf_ct_set_nat_info(ct, &saddr, sport, NF_NAT_MANIP_SRC___local); WARNING: line length of 81 exceeds 80 columns #153: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:255: + bpf_ct_set_nat_info(ct, &daddr, dport, NF_NAT_MANIP_DST___local); WARNING: line length of 82 exceeds 80 columns #160: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:262: + ct_lk = lookup_fn(ctx, &bpf_tuple, sizeof(bpf_tuple.ipv4), WARNING: line length of 82 exceeds 80 columns #169: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:271: + ct_lk = lookup_fn(ctx, &bpf_tuple, sizeof(bpf_tuple.ipv4), WARNING: line length of 85 exceeds 80 columns #187: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:289: + nf_ct_zone_id_test((void *)bpf_xdp_ct_lookup, (void *)bpf_xdp_ct_alloc, ctx); WARNING: line length of 85 exceeds 80 columns #195: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf.c:297: + nf_ct_zone_id_test((void *)bpf_skb_ct_lookup, (void *)bpf_skb_ct_alloc, ctx); total: 0 errors, 15 warnings, 0 checks, 153 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 a7f3fb7d6913 ("selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncs") 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, 15 warnings, 0 checks, 153 lines checked