WARNING: line length of 88 exceeds 80 columns #46: FILE: kernel/bpf/const_fold.c:60: + /* Stack arguments using BPF_REG_PARAMS are outside the tracked register set. */ WARNING: line length of 88 exceeds 80 columns #69: FILE: kernel/bpf/liveness.c:1063: + /* Stack arguments using BPF_REG_PARAMS are outside the tracked register set. */ WARNING: line length of 91 exceeds 80 columns #93: FILE: kernel/bpf/verifier.c:18495: + !((class == BPF_ST || class == BPF_STX) && mode == BPF_MEM)) { WARNING: line length of 82 exceeds 80 columns #101: FILE: kernel/bpf/verifier.c:18501: + if (insn->src_reg != BPF_REG_PARAMS || class != BPF_LDX || total: 0 errors, 4 warnings, 0 checks, 64 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 3fc8cdd8e98b ("bpf: Limit the scope of BPF_REG_PARAMS usage") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 4 warnings, 0 checks, 64 lines checked