WARNING: line length of 88 exceeds 80 columns #51: FILE: include/linux/uprobes.h:37: + int (*handler)(struct uprobe_consumer *self, struct pt_regs *regs, __u64 *data); WARNING: line length of 83 exceeds 80 columns #62: FILE: include/linux/uprobes.h:47: + bool session; /* marks uprobe session consumer */ WARNING: line length of 92 exceeds 80 columns #63: FILE: include/linux/uprobes.h:48: + unsigned int session_id; /* set when uprobe_consumer is registered */ WARNING: line length of 82 exceeds 80 columns #310: FILE: kernel/events/uprobes.c:2205: + * Consumers could be added and removed, but they will not WARNING: line length of 83 exceeds 80 columns #312: FILE: kernel/events/uprobes.c:2207: + * and keep the last found session as base for next search. WARNING: line length of 86 exceeds 80 columns #314: FILE: kernel/events/uprobes.c:2209: + sc = session_consumer_find(ri, &session_iter, uc->session_id); WARNING: line length of 100 exceeds 80 columns #345: FILE: kernel/trace/bpf_trace.c:3345: +uprobe_multi_link_ret_handler(struct uprobe_consumer *con, unsigned long func, struct pt_regs *regs, total: 0 errors, 7 warnings, 0 checks, 313 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 08f4f1f1cd61 ("uprobe: Add support for session consumer") 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, 0 checks, 313 lines checked