WARNING: line length of 93 exceeds 80 columns #30: FILE: arch/x86/net/bpf_jit_comp.c:2131: + struct cpuinfo_x86 *c = &cpu_data(get_boot_cpu_id()); WARNING: line length of 99 exceeds 80 columns #32: FILE: arch/x86/net/bpf_jit_comp.c:2133: + /* Save RDX because RDTSC will use EDX:EAX to return u64 */ WARNING: line length of 86 exceeds 80 columns #33: FILE: arch/x86/net/bpf_jit_comp.c:2134: + emit_mov_reg(&prog, true, AUX_REG, BPF_REG_3); WARNING: line length of 81 exceeds 80 columns #34: FILE: arch/x86/net/bpf_jit_comp.c:2135: + if (cpu_has(c, X86_FEATURE_LFENCE_RDTSC)) WARNING: line length of 83 exceeds 80 columns #40: FILE: arch/x86/net/bpf_jit_comp.c:2141: + EMIT3(0xC1, add_1reg(0xE0, BPF_REG_3), 32); WARNING: line length of 90 exceeds 80 columns #42: FILE: arch/x86/net/bpf_jit_comp.c:2143: + maybe_emit_mod(&prog, BPF_REG_0, BPF_REG_3, true); WARNING: line length of 90 exceeds 80 columns #43: FILE: arch/x86/net/bpf_jit_comp.c:2144: + EMIT2(0x09, add_2reg(0xC0, BPF_REG_0, BPF_REG_3)); WARNING: line length of 86 exceeds 80 columns #45: FILE: arch/x86/net/bpf_jit_comp.c:2146: + emit_mov_reg(&prog, true, BPF_REG_3, AUX_REG); WARNING: line length of 93 exceeds 80 columns #64: FILE: arch/x86/net/bpf_jit_comp32.c:2096: + struct cpuinfo_x86 *c = &cpu_data(get_boot_cpu_id()); WARNING: line length of 81 exceeds 80 columns #66: FILE: arch/x86/net/bpf_jit_comp32.c:2098: + if (cpu_has(c, X86_FEATURE_LFENCE_RDTSC)) total: 0 errors, 10 warnings, 0 checks, 100 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 fa8efb3f58ee ("bpf: add bpf_get_hw_counter kfunc") 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, 10 warnings, 0 checks, 100 lines checked