WARNING: line length of 86 exceeds 80 columns #36: FILE: kernel/bpf/trampoline.c:73: + int (*register_fentry)(struct bpf_trampoline *tr, void *new_addr, void *data); WARNING: line length of 91 exceeds 80 columns #37: FILE: kernel/bpf/trampoline.c:74: + int (*unregister_fentry)(struct bpf_trampoline *tr, u32 orig_flags, void *old_addr, WARNING: line length of 87 exceeds 80 columns #39: FILE: kernel/bpf/trampoline.c:76: + int (*modify_fentry)(struct bpf_trampoline *tr, u32 orig_flags, void *old_addr, WARNING: line length of 81 exceeds 80 columns #40: FILE: kernel/bpf/trampoline.c:77: + void *new_addr, bool lock_direct_mutex, void *data); WARNING: line length of 96 exceeds 80 columns #69: FILE: kernel/bpf/trampoline.c:464: +static int register_fentry(struct bpf_trampoline *tr, void *new_addr, void *data __maybe_unused) WARNING: line length of 87 exceeds 80 columns #91: FILE: kernel/bpf/trampoline.c:659: +static int bpf_trampoline_update_ops(struct bpf_trampoline *tr, bool lock_direct_mutex, WARNING: line length of 89 exceeds 80 columns #101: FILE: kernel/bpf/trampoline.c:673: + err = ops->unregister_fentry(tr, orig_flags, tr->cur_image->image, data); WARNING: line length of 83 exceeds 80 columns #124: FILE: kernel/bpf/trampoline.c:778: +static int bpf_trampoline_update(struct bpf_trampoline *tr, bool lock_direct_mutex) WARNING: line length of 87 exceeds 80 columns #126: FILE: kernel/bpf/trampoline.c:780: + return bpf_trampoline_update_ops(tr, lock_direct_mutex, &trampoline_ops, NULL); WARNING: line length of 85 exceeds 80 columns #148: FILE: kernel/bpf/trampoline.c:887: + err = bpf_trampoline_update_ops(tr, true /* lock_direct_mutex */, ops, data); WARNING: line length of 84 exceeds 80 columns #157: FILE: kernel/bpf/trampoline.c:908: + err = __bpf_trampoline_link_prog(link, tr, tgt_prog, &trampoline_ops, NULL); WARNING: line length of 86 exceeds 80 columns #176: FILE: kernel/bpf/trampoline.c:942: + return bpf_trampoline_update_ops(tr, true /* lock_direct_mutex */, ops, data); WARNING: line length of 86 exceeds 80 columns #185: FILE: kernel/bpf/trampoline.c:953: + err = __bpf_trampoline_unlink_prog(link, tr, tgt_prog, &trampoline_ops, NULL); WARNING: line length of 92 exceeds 80 columns #194: FILE: kernel/bpf/trampoline.c:1085: + err = __bpf_trampoline_link_prog(&shim_link->link, tr, NULL, &trampoline_ops, NULL); total: 0 errors, 14 warnings, 0 checks, 152 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 554d7270a6ae ("bpf: Add struct bpf_trampoline_ops object") 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, 14 warnings, 0 checks, 152 lines checked