WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #169: new file mode 100644 WARNING: line length of 84 exceeds 80 columns #202: FILE: tools/testing/selftests/bpf/jit_disasm_helpers.c:29: +static const char *lookup_symbol(void *data, uint64_t ref_value, uint64_t *ref_type, WARNING: line length of 83 exceeds 80 columns #225: FILE: tools/testing/selftests/bpf/jit_disasm_helpers.c:52: + if (labels->cnt < MAX_LOCAL_LABELS && ref_value < labels->prog_len) WARNING: line length of 85 exceeds 80 columns #231: FILE: tools/testing/selftests/bpf/jit_disasm_helpers.c:58: +static int disasm_insn(LLVMDisasmContextRef ctx, uint8_t *image, __u32 len, __u32 pc, WARNING: line length of 83 exceeds 80 columns #295: FILE: tools/testing/selftests/bpf/jit_disasm_helpers.c:122: + snprintf(labels.names[i], sizeof(labels.names[i]), "L%d", i % 100); WARNING: line length of 94 exceeds 80 columns #306: FILE: tools/testing/selftests/bpf/jit_disasm_helpers.c:133: + label_pc = bsearch(&pc, labels.pcs, labels.cnt, sizeof(*labels.pcs), cmp_u32); WARNING: line length of 98 exceeds 80 columns #403: FILE: tools/testing/selftests/bpf/jit_disasm_helpers.c:230: + printf("compiled w/o llvm development libraries, can't dis-assembly binary code"); total: 0 errors, 7 warnings, 0 checks, 356 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 061aab663997 ("selftests/bpf: utility function to get program disassembly after jit") 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, 356 lines checked