WARNING: Co-developed-by and Signed-off-by: name/email do not match #17: Co-developed-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers WARNING: line length of 82 exceeds 80 columns #61: FILE: include/trace/bpf_probe.h:56: + CONCATENATE(bpf_trace_run, COUNT_ARGS(args))(__data, CAST_TO_U64(args)); \ WARNING: line length of 82 exceeds 80 columns #70: FILE: include/trace/bpf_probe.h:64: +#define DECLARE_EVENT_CLASS_MAY_FAULT(call, proto, args, tstruct, assign, print) \ WARNING: Argument 'tstruct' is not used in function-like macro #70: FILE: include/trace/bpf_probe.h:64: +#define DECLARE_EVENT_CLASS_MAY_FAULT(call, proto, args, tstruct, assign, print) \ + __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), TRACEPOINT_MAY_FAULT) WARNING: Argument 'assign' is not used in function-like macro #70: FILE: include/trace/bpf_probe.h:64: +#define DECLARE_EVENT_CLASS_MAY_FAULT(call, proto, args, tstruct, assign, print) \ + __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), TRACEPOINT_MAY_FAULT) WARNING: Argument 'print' is not used in function-like macro #70: FILE: include/trace/bpf_probe.h:64: +#define DECLARE_EVENT_CLASS_MAY_FAULT(call, proto, args, tstruct, assign, print) \ + __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), TRACEPOINT_MAY_FAULT) WARNING: line length of 84 exceeds 80 columns #71: FILE: include/trace/bpf_probe.h:65: + __BPF_DECLARE_TRACE(call, PARAMS(proto), PARAMS(args), TRACEPOINT_MAY_FAULT) WARNING: line length of 111 exceeds 80 columns #100: FILE: kernel/trace/bpf_trace.c:2476: + TRACEPOINT_MAY_EXIST | (tp->flags & TRACEPOINT_MAY_FAULT)); total: 0 errors, 8 warnings, 0 checks, 53 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 80d839a883cc ("tracing/bpf-trace: Add support for faultable tracepoints") 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, 8 warnings, 0 checks, 53 lines checked