WARNING: memory barrier without comment #38: FILE: drivers/infiniband/hw/mlx5/main.c:3313: + if (smp_load_acquire(&devr->c0)) WARNING: memory barrier without comment #47: FILE: drivers/infiniband/hw/mlx5/main.c:3339: + smp_store_release(&devr->c0, cq); WARNING: memory barrier without comment #56: FILE: drivers/infiniband/hw/mlx5/main.c:3357: + if (smp_load_acquire(&devr->s1)) WARNING: memory barrier without comment #65: FILE: drivers/infiniband/hw/mlx5/main.c:3398: + smp_store_release(&devr->s1, s1); WARNING: memory barrier without comment #78: FILE: drivers/infiniband/hw/mlx5/umr.c:150: + if (smp_load_acquire(&dev->umrc.qp)) WARNING: memory barrier without comment #87: FILE: drivers/infiniband/hw/mlx5/umr.c:188: + smp_store_release(&dev->umrc.qp, qp); total: 0 errors, 6 warnings, 0 checks, 48 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 1780ef2a23f8 ("RDMA/mlx5: Add missing store/release for lock elision pattern") 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, 6 warnings, 0 checks, 48 lines checked