WARNING: line length of 95 exceeds 80 columns #120: FILE: include/net/net_namespace.h:197: + /* Traits probably shouldn't be per namespace - otherwise we'd have to explicitly clear WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #129: new file mode 100644 CHECK: Alignment should match open parenthesis #231: FILE: kernel/bpf/net_namespace.c:545: + memcpy(net->traits.traits[i].name, attr->register_trait.name, + sizeof(attr->register_trait.name)); WARNING: line length of 82 exceeds 80 columns #381: FILE: kernel/bpf/verifier.c:13479: + verbose(env, "trait_set() key is not a known constant\n"); WARNING: line length of 91 exceeds 80 columns #386: FILE: kernel/bpf/verifier.c:13484: + verbose(env, "trait_set() key %llu invalid\n", reg->var_off.value); WARNING: line length of 96 exceeds 80 columns #395: FILE: kernel/bpf/verifier.c:13493: + /* Checking in the verifier is good for runtime performance, but what happens if WARNING: line length of 88 exceeds 80 columns #397: FILE: kernel/bpf/verifier.c:13495: + * Should we track which traits are used by BPF programs and prevent it? WARNING: line length of 101 exceeds 80 columns #400: FILE: kernel/bpf/verifier.c:13498: + verbose(env, "trait_set() key %llu is not registered\n", reg->var_off.value); total: 0 errors, 7 warnings, 1 checks, 287 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 c3c11dd4e5ec ("trait: registration API") 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, 7 warnings, 1 checks, 287 lines checked