WARNING: line length of 90 exceeds 80 columns #36: FILE: tools/testing/selftests/bpf/prog_tests/token.c:792: +static int userns_obj_priv_freplace_setup(int mnt_fd, struct priv_freplace_prog **fr_skel, WARNING: line length of 100 exceeds 80 columns #78: FILE: tools/testing/selftests/bpf/prog_tests/token.c:834: + err = bpf_program__set_attach_target(fr_skel->progs.new_kprobe_prog, tgt_fd, "kprobe_prog"); WARNING: line length of 90 exceeds 80 columns #90: FILE: tools/testing/selftests/bpf/prog_tests/token.c:846: +/* Verify that replace fails to set attach target from user namespace without bpf token */ WARNING: line length of 85 exceeds 80 columns #91: FILE: tools/testing/selftests/bpf/prog_tests/token.c:847: +static int userns_obj_priv_freplace_prog_fail(int mnt_fd, struct token_lsm *lsm_skel) WARNING: line length of 100 exceeds 80 columns #101: FILE: tools/testing/selftests/bpf/prog_tests/token.c:857: + err = bpf_program__set_attach_target(fr_skel->progs.new_kprobe_prog, tgt_fd, "kprobe_prog"); WARNING: line length of 84 exceeds 80 columns #123: FILE: tools/testing/selftests/bpf/prog_tests/token.c:1094: + .progs = bit(BPF_PROG_TYPE_KPROBE) | bit(BPF_PROG_TYPE_EXT), WARNING: line length of 84 exceeds 80 columns #131: FILE: tools/testing/selftests/bpf/prog_tests/token.c:1102: + .progs = bit(BPF_PROG_TYPE_KPROBE) | bit(BPF_PROG_TYPE_EXT), WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #140: new file mode 100644 total: 0 errors, 8 warnings, 0 checks, 139 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 8cd8b9980fbc ("selftests/bpf: test freplace from user namespace") 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, 8 warnings, 0 checks, 139 lines checked