WARNING: line length of 89 exceeds 80 columns #161: FILE: arch/arm64/net/bpf_jit_comp.c:586: + priv_stack_ptr = prog->aux->priv_stack_ptr + PRIV_STACK_GUARD_SZ; WARNING: line length of 81 exceeds 80 columns #247: FILE: arch/arm64/net/bpf_jit_comp.c:1911: +static void priv_stack_check_guard(void __percpu *priv_stack_ptr, int alloc_size, WARNING: line length of 89 exceeds 80 columns #294: FILE: arch/arm64/net/bpf_jit_comp.c:1986: + priv_stack_ptr = __alloc_percpu_gfp(priv_stack_alloc_sz, 16, GFP_KERNEL); WARNING: line length of 84 exceeds 80 columns #356: FILE: arch/arm64/net/bpf_jit_comp.c:3051: + priv_stack_alloc_sz = round_up(prog->aux->stack_depth, 16) + WARNING: line length of 90 exceeds 80 columns #358: FILE: arch/arm64/net/bpf_jit_comp.c:3053: + priv_stack_check_guard(priv_stack_ptr, priv_stack_alloc_sz, prog); total: 0 errors, 5 warnings, 0 checks, 273 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 9e40ffbeb335 ("bpf, arm64: JIT support for private stack") 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, 5 warnings, 0 checks, 273 lines checked