WARNING: line length of 95 exceeds 80 columns #60: FILE: fs/bpf_fs_kfuncs.c:179: + const struct bpf_dynptr *value_p, int flags, bool lock_inode) WARNING: line length of 82 exceeds 80 columns #112: FILE: fs/bpf_fs_kfuncs.c:231: +__bpf_kfunc int bpf_set_dentry_xattr(struct dentry *dentry, const char *name__str, WARNING: line length of 81 exceeds 80 columns #113: FILE: fs/bpf_fs_kfuncs.c:232: + const struct bpf_dynptr *value_p, int flags) WARNING: line length of 89 exceeds 80 columns #134: FILE: fs/bpf_fs_kfuncs.c:253: +__bpf_kfunc int bpf_set_dentry_xattr_locked(struct dentry *dentry, const char *name__str, WARNING: line length of 88 exceeds 80 columns #135: FILE: fs/bpf_fs_kfuncs.c:254: + const struct bpf_dynptr *value_p, int flags) WARNING: line length of 82 exceeds 80 columns #140: FILE: fs/bpf_fs_kfuncs.c:259: +static int __bpf_remove_dentry_xattr(struct dentry *dentry, const char *name__str, WARNING: line length of 85 exceeds 80 columns #181: FILE: fs/bpf_fs_kfuncs.c:300: +__bpf_kfunc int bpf_remove_dentry_xattr(struct dentry *dentry, const char *name__str) WARNING: line length of 92 exceeds 80 columns #200: FILE: fs/bpf_fs_kfuncs.c:319: +__bpf_kfunc int bpf_remove_dentry_xattr_locked(struct dentry *dentry, const char *name__str) WARNING: line length of 82 exceeds 80 columns #215: FILE: fs/bpf_fs_kfuncs.c:336: +BTF_ID_FLAGS(func, bpf_remove_dentry_xattr_locked, KF_SLEEPABLE | KF_TRUSTED_ARGS) WARNING: line length of 84 exceeds 80 columns #251: FILE: fs/bpf_fs_kfuncs.c:381: + return btf_id_set_contains(&d_inode_locked_hooks, prog->aux->attach_btf_id); WARNING: line length of 92 exceeds 80 columns #291: FILE: kernel/bpf/verifier.c:209: +static void remap_kfunc_locked_func_id(struct bpf_verifier_env *env, struct bpf_insn *insn); WARNING: line length of 91 exceeds 80 columns #360: FILE: kernel/bpf/verifier.c:11800: +static void remap_kfunc_locked_func_id(struct bpf_verifier_env *env, struct bpf_insn *insn) WARNING: line length of 88 exceeds 80 columns #366: FILE: kernel/bpf/verifier.c:11806: + insn->imm = special_kfunc_list[KF_bpf_set_dentry_xattr_locked]; WARNING: line length of 83 exceeds 80 columns #367: FILE: kernel/bpf/verifier.c:11807: + else if (func_id == special_kfunc_list[KF_bpf_remove_dentry_xattr]) WARNING: line length of 90 exceeds 80 columns #368: FILE: kernel/bpf/verifier.c:11808: + insn->imm = special_kfunc_list[KF_bpf_remove_dentry_xattr_locked]; WARNING: line length of 82 exceeds 80 columns #370: FILE: kernel/bpf/verifier.c:11810: + if (func_id == special_kfunc_list[KF_bpf_set_dentry_xattr_locked]) WARNING: line length of 81 exceeds 80 columns #371: FILE: kernel/bpf/verifier.c:11811: + insn->imm = special_kfunc_list[KF_bpf_set_dentry_xattr]; WARNING: line length of 90 exceeds 80 columns #372: FILE: kernel/bpf/verifier.c:11812: + else if (func_id == special_kfunc_list[KF_bpf_remove_dentry_xattr_locked]) WARNING: line length of 83 exceeds 80 columns #373: FILE: kernel/bpf/verifier.c:11813: + insn->imm = special_kfunc_list[KF_bpf_remove_dentry_xattr]; total: 0 errors, 19 warnings, 0 checks, 330 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 93c720fd7ac3 ("bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs") 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, 19 warnings, 0 checks, 330 lines checked