WARNING: line length of 84 exceeds 80 columns #77: FILE: include/linux/bpf.h:534: +void copy_map_uptr_locked(struct bpf_map *map, void *dst, void *src, bool lock_src); WARNING: line length of 93 exceeds 80 columns #94: FILE: kernel/bpf/bpf_local_storage.c:105: + bpf_obj_uptrcpy(smap->map.record, SDATA(selem)->data, value); WARNING: line length of 81 exceeds 80 columns #107: FILE: kernel/bpf/bpf_local_storage.c:583: + copy_map_uptr_locked(&smap->map, old_sdata->data, WARNING: line length of 82 exceeds 80 columns #110: FILE: kernel/bpf/bpf_local_storage.c:586: + copy_map_value_locked(&smap->map, old_sdata->data, WARNING: line length of 86 exceeds 80 columns #186: FILE: kernel/bpf/syscall.c:172: + npages = (((intptr_t)addr + size + ~PAGE_MASK) - (intptr_t)ptr) >> PAGE_SHIFT; WARNING: line length of 97 exceeds 80 columns #269: FILE: kernel/bpf/syscall.c:255: + err = pin_user_pages_fast((intptr_t)uaddr, 1, FOLL_LONGTERM | FOLL_WRITE, pages); WARNING: line length of 81 exceeds 80 columns #304: FILE: kernel/bpf/syscall.c:290: +static int bpf_map_update_value_inner(struct bpf_map *map, struct file *map_file, WARNING: line length of 93 exceeds 80 columns #356: FILE: kernel/bpf/syscall.c:1262: + BPF_RB_ROOT | BPF_REFCOUNT | BPF_WORKQUEUE | BPF_UPTR, WARNING: line length of 81 exceeds 80 columns #365: FILE: kernel/bpf/syscall.c:1319: + if (map->map_type != BPF_MAP_TYPE_TASK_STORAGE) { total: 0 errors, 9 warnings, 0 checks, 312 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 11b5872395ac ("bpf: pin, translate, and unpin __uptr from syscalls.") 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, 9 warnings, 0 checks, 312 lines checked