WARNING: line length of 89 exceeds 80 columns #91: FILE: include/linux/bpf.h:516: +static inline void bpf_obj_swap_uptrs(const struct btf_record *rec, void *dst, void *src) WARNING: line length of 93 exceeds 80 columns #123: FILE: kernel/bpf/bpf_local_storage.c:103: + /* No need to call check_and_init_map_value as memory is zero init */ WARNING: line length of 96 exceeds 80 columns #127: FILE: kernel/bpf/bpf_local_storage.c:106: + bpf_obj_swap_uptrs(smap->map.record, SDATA(selem)->data, value); WARNING: line length of 84 exceeds 80 columns #140: FILE: kernel/bpf/bpf_task_storage.c:132: + if ((map_flags & BPF_F_LOCK) && btf_record_has_field(map->record, BPF_UPTR)) WARNING: line length of 87 exceeds 80 columns #226: FILE: kernel/bpf/syscall.c:221: + err = pin_user_pages_fast(start, 1, FOLL_LONGTERM | FOLL_WRITE, &page); WARNING: line length of 93 exceeds 80 columns #283: FILE: kernel/bpf/syscall.c:1202: + BPF_RB_ROOT | BPF_REFCOUNT | BPF_WORKQUEUE | BPF_UPTR, WARNING: line length of 81 exceeds 80 columns #292: FILE: kernel/bpf/syscall.c:1259: + if (map->map_type != BPF_MAP_TYPE_TASK_STORAGE) { total: 0 errors, 7 warnings, 0 checks, 199 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 1723f01e019f ("bpf: Add uptr support in the map_value of the task local storage.") 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, 199 lines checked