WARNING: line length of 84 exceeds 80 columns #45: FILE: include/linux/bpf.h:676: +void bpf_arena_free_pages_non_sleepable(void *p__map, void *ptr__ign, u32 page_cnt); WARNING: line length of 81 exceeds 80 columns #93: FILE: kernel/bpf/arena.c:137: +static int apply_range_clear_cb(pte_t *pte, unsigned long addr, void *free_pages) WARNING: line length of 97 exceeds 80 columns #161: FILE: kernel/bpf/arena.c:362: + * This is an impossible case and would only trigger if res_spin_lock is buggy or WARNING: line length of 96 exceeds 80 columns #267: FILE: kernel/bpf/arena.c:613: +static void arena_free_pages(struct bpf_arena *arena, long uaddr, long page_cnt, bool sleepable) WARNING: line length of 82 exceeds 80 columns #389: FILE: kernel/bpf/arena.c:725: + struct bpf_arena *arena = container_of(work, struct bpf_arena, free_work); WARNING: line length of 85 exceeds 80 columns #416: FILE: kernel/bpf/arena.c:752: + apply_to_existing_page_range(&init_mm, kaddr, page_cnt << PAGE_SHIFT, WARNING: line length of 95 exceeds 80 columns #423: FILE: kernel/bpf/arena.c:759: + /* Iterate the list again without holding spinlock to do the tlb flush and zap_pages */ WARNING: line length of 90 exceeds 80 columns #439: FILE: kernel/bpf/arena.c:775: + /* free all pages collected by apply_to_existing_page_range() in the first loop */ WARNING: line length of 83 exceeds 80 columns #462: FILE: kernel/bpf/arena.c:813: +void bpf_arena_free_pages_non_sleepable(void *p__map, void *ptr__ign, u32 page_cnt) WARNING: line length of 89 exceeds 80 columns #480: FILE: kernel/bpf/arena.c:839: +BTF_ID_FLAGS(func, bpf_arena_alloc_pages, KF_TRUSTED_ARGS | KF_ARENA_RET | KF_ARENA_ARG2) WARNING: line length of 81 exceeds 80 columns #512: FILE: kernel/bpf/verifier.c:22357: + addr = (unsigned long)bpf_arena_free_pages_non_sleepable; total: 0 errors, 11 warnings, 0 checks, 444 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 6a8585077238 ("bpf: arena: make arena kfuncs any context safe") 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, 11 warnings, 0 checks, 444 lines checked