WARNING: Co-developed-by: must be immediately followed by Signed-off-by: #18: Co-developed-by: Cong Wang Tested-by: Hemanth Malla CHECK: spinlock_t definition without comment #54: FILE: include/linux/skmsg.h:104: + spinlock_t backlog_msg_lock; WARNING: line length of 81 exceeds 80 columns #220: FILE: net/core/skmsg.c:840: + sk_psock_backlog_msg(container_of(dwork, struct sk_psock, backlog_work)); WARNING: line length of 81 exceeds 80 columns #403: FILE: net/ipv4/tcp_bpf.c:501: + last = list_last_entry(&psock->backlog_msg, struct sk_msg, list); WARNING: line length of 81 exceeds 80 columns #478: FILE: net/ipv4/tcp_bpf.c:628: + ret = tcp_bpf_ingress_backlog(sk, sk_redir, msg, tosend); total: 0 errors, 4 warnings, 1 checks, 446 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 e227247cb3b0 ("tcp_bpf: improve ingress redirection performance with message corking") 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, 4 warnings, 1 checks, 446 lines checked