WARNING: data_race without comment #46: FILE: net/ipv4/tcp.c:4450: + nla_put_u32(stats, TCP_NLA_MIN_RTT, data_race(tcp_min_rtt(tp))); WARNING: line length of 92 exceeds 80 columns #51: FILE: net/ipv4/tcp.c:4454: + nla_put_u8(stats, TCP_NLA_DELIVERY_RATE_APP_LMT, data_race(!!tp->rate_app_limited)); WARNING: data_race without comment #51: FILE: net/ipv4/tcp.c:4454: + nla_put_u8(stats, TCP_NLA_DELIVERY_RATE_APP_LMT, data_race(!!tp->rate_app_limited)); WARNING: line length of 91 exceeds 80 columns #67: FILE: net/ipv4/tcp_input.c:1298: + READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_max_reordering))); WARNING: line length of 83 exceeds 80 columns #79: FILE: net/ipv4/tcp_input.c:2445: + READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_max_reordering))); total: 0 errors, 5 warnings, 0 checks, 65 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 6e367f0530d7 ("tcp: add data-races annotations around tp->reordering, tp->snd_cwnd") 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, 5 warnings, 0 checks, 65 lines checked