WARNING: line length of 82 exceeds 80 columns #38: FILE: kernel/bpf/bpf_lru_list.c:127: +static struct bpf_lru_node *__bpf_lru_node_move_from_extra(struct bpf_lru_list *l, WARNING: line length of 91 exceeds 80 columns #39: FILE: kernel/bpf/bpf_lru_list.c:128: + enum bpf_lru_list_type tgt_type) WARNING: line length of 84 exceeds 80 columns #98: FILE: kernel/bpf/bpf_lru_list.c:361: +static struct bpf_lru_node *bpf_lru_locallist_extra_pop(struct bpf_lru_locallist *l) WARNING: line length of 100 exceeds 80 columns #150: FILE: kernel/bpf/bpf_lru_list.c:597: +static bool bpf_lru_locallist_extra_push(struct bpf_lru_locallist *loc_l, struct bpf_lru_node *node) WARNING: line length of 82 exceeds 80 columns #170: FILE: kernel/bpf/bpf_lru_list.c:630: + bpf_lru_node_reset_state(node, BPF_LRU_LOCAL_LIST_T_FREE); WARNING: line length of 81 exceeds 80 columns #328: FILE: kernel/bpf/hashtab.c:215: + return htab_is_lru(htab) || (!htab_is_percpu(htab) && !is_fd_htab(htab)); WARNING: line length of 91 exceeds 80 columns #363: FILE: kernel/bpf/hashtab.c:1196: +static int htab_lru_map_update_elem_in_place(struct bpf_htab *htab, void *key, void *value, WARNING: line length of 85 exceeds 80 columns #365: FILE: kernel/bpf/hashtab.c:1198: + struct hlist_nulls_head *head, u32 hash, WARNING: line length of 86 exceeds 80 columns #403: FILE: kernel/bpf/hashtab.c:1236: + * Keep the same logic in __htab_lru_percpu_map_update_elem(). WARNING: line length of 81 exceeds 80 columns #405: FILE: kernel/bpf/hashtab.c:1238: + pcpu_copy_value(htab, htab_elem_get_ptr(l_old, key_size), WARNING: line length of 91 exceeds 80 columns #425: FILE: kernel/bpf/hashtab.c:1258: + bpf_obj_free_fields(map->record, htab_elem_value(l_old, key_size)); WARNING: line length of 98 exceeds 80 columns #439: FILE: kernel/bpf/hashtab.c:1289: + ret = htab_lru_map_update_elem_in_place(htab, key, value, map_flags, b, head, hash, false, WARNING: line length of 97 exceeds 80 columns #451: FILE: kernel/bpf/hashtab.c:1433: + ret = htab_lru_map_update_elem_in_place(htab, key, value, map_flags, b, head, hash, true, total: 0 errors, 13 warnings, 0 checks, 398 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 440cc434a7c5 ("bpf: lru: Fix unintended eviction when updating lru hash maps") 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, 13 warnings, 0 checks, 398 lines checked