WARNING: line length of 89 exceeds 80 columns #44: FILE: tools/lib/bpf/libbpf.c:9868: + * Caller-provided opts take priority; fall back to prog/object defaults when the WARNING: line length of 89 exceeds 80 columns #45: FILE: tools/lib/bpf/libbpf.c:9869: + * caller leaves them zero. 0/NULL means "use default". Callers cannot explicitly WARNING: line length of 88 exceeds 80 columns #77: FILE: tools/lib/bpf/libbpf.c:9894: + attr.func_info_rec_size = OPTS_GET(opts, func_info_rec_size, 0); WARNING: line length of 88 exceeds 80 columns #88: FILE: tools/lib/bpf/libbpf.c:9905: + attr.line_info_rec_size = OPTS_GET(opts, line_info_rec_size, 0); WARNING: line length of 89 exceeds 80 columns #105: FILE: tools/lib/bpf/libbpf.c:9919: + * Fields below may be mutated by prog_prepare_load_fn(). Seed them from prog/obj WARNING: line length of 94 exceeds 80 columns #115: FILE: tools/lib/bpf/libbpf.c:9932: + /* Re-apply caller overrides for fields that prog_prepare_load_fn may have modified */ WARNING: line length of 84 exceeds 80 columns #119: FILE: tools/lib/bpf/libbpf.c:9934: + attr.expected_attach_type = OPTS_GET(opts, expected_attach_type, 0); WARNING: line length of 90 exceeds 80 columns #128: FILE: tools/lib/bpf/libbpf.c:9941: + * Unlike bpf_object_load_prog(), we intentionally do not call bpf_prog_bind_map() WARNING: line length of 90 exceeds 80 columns #129: FILE: tools/lib/bpf/libbpf.c:9942: + * for RODATA maps here to avoid mutating the object's state. Callers can bind the total: 0 errors, 9 warnings, 0 checks, 115 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 fbed9d4a0115 ("libbpf: Fix BTF handling in bpf_program__clone()") 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, 9 warnings, 0 checks, 115 lines checked