WARNING: memory barrier without comment #35: FILE: include/net/inet_connection_sock.h:200: + smp_store_release(&icsk->icsk_pending, 0); WARNING: memory barrier without comment #44: FILE: include/net/inet_connection_sock.h:232: + smp_store_release(&icsk->icsk_pending, what); WARNING: memory barrier without comment #57: FILE: net/ipv4/inet_connection_sock.c:778: + smp_store_release(&icsk->icsk_pending, 0); WARNING: memory barrier without comment #67: FILE: net/ipv4/inet_connection_sock.c:794: + smp_store_release(&icsk->icsk_pending, 0); WARNING: memory barrier without comment #91: FILE: net/ipv4/inet_diag.c:311: + icsk_pending = smp_load_acquire(&icsk->icsk_pending); WARNING: memory barrier without comment #119: FILE: net/ipv4/tcp_ipv4.c:2907: + icsk_pending = smp_load_acquire(&icsk->icsk_pending); WARNING: memory barrier without comment #139: FILE: net/ipv4/tcp_output.c:2963: + smp_store_release(&inet_csk(sk)->icsk_pending, 0); WARNING: memory barrier without comment #148: FILE: net/ipv4/tcp_output.c:2996: + smp_store_release(&inet_csk(sk)->icsk_pending, 0); WARNING: memory barrier without comment #161: FILE: net/ipv4/tcp_timer.c:704: + smp_store_release(&icsk->icsk_pending, 0); WARNING: memory barrier without comment #166: FILE: net/ipv4/tcp_timer.c:708: + smp_store_release(&icsk->icsk_pending, 0); WARNING: memory barrier without comment #189: FILE: net/ipv6/tcp_ipv6.c:2189: + icsk_pending = smp_load_acquire(&icsk->icsk_pending); total: 0 errors, 11 warnings, 0 checks, 134 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 8357731774d0 ("tcp: annotate data-races around icsk->icsk_pending") 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, 11 warnings, 0 checks, 134 lines checked