WARNING: line length of 93 exceeds 80 columns #121: FILE: kernel/bpf/bpf_local_storage.c:83: + selem = bpf_map_kmalloc_nolock(&smap->map, smap->elem_size, gfp_flags, NUMA_NO_NODE); WARNING: line length of 92 exceeds 80 columns #229: FILE: kernel/bpf/bpf_local_storage.c:131: + call_rcu_tasks_trace(&local_storage->rcu, bpf_local_storage_free_trace_rcu); WARNING: line length of 92 exceeds 80 columns #395: FILE: kernel/bpf/bpf_local_storage.c:361: + memset(storage->cache, 0, BPF_LOCAL_STORAGE_CACHE_SIZE * sizeof(storage->cache[0])); total: 0 errors, 3 warnings, 0 checks, 502 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 e8acbd173c69 ("bpf: Use kmalloc_nolock() in local storage unconditionally") 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, 3 warnings, 0 checks, 502 lines checked