WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #307: new file mode 100644 WARNING: Missing or malformed SPDX-License-Identifier tag in line 1 #312: FILE: kernel/bpf/token.c:1: +#include WARNING: line length of 85 exceeds 80 columns #330: FILE: kernel/bpf/token.c:19: + if (cap != CAP_SYS_ADMIN && ns_capable(token->userns, CAP_SYS_ADMIN)) WARNING: Prefer seq_puts to seq_printf #383: FILE: kernel/bpf/token.c:72: + seq_printf(m, "allowed_cmds:\tany\n"); WARNING: Symbolic permissions 'S_IRUSR | S_IWUSR' are not preferred. Consider using octal permissions '0600'. #444: FILE: kernel/bpf/token.c:133: + mode = S_IFREG | ((S_IRUSR | S_IWUSR) & ~current_umask()); WARNING: line length of 97 exceeds 80 columns #455: FILE: kernel/bpf/token.c:144: + file = alloc_file_pseudo(inode, path.mnt, BPF_TOKEN_INODE_NAME, O_RDWR, &bpf_token_fops); total: 0 errors, 6 warnings, 0 checks, 476 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 531287f3b337 ("bpf: introduce BPF token object") 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, 6 warnings, 0 checks, 476 lines checked