RDMA/rxe: Fix access checks in rxe_check_bind_mw
authorBob Pearson <rpearsonhpe@gmail.com>
Tue, 30 May 2023 22:13:32 +0000 (17:13 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 9 Jun 2023 16:18:52 +0000 (13:18 -0300)
commit425e1c9018fdf25cb4531606cc92d9d01a55534f
treecf0cba921e603f821314203ff30a2250c2083832
parent2a129958bdf045ba5eec20d3b6a1c20614ea05a7
RDMA/rxe: Fix access checks in rxe_check_bind_mw

The subroutine rxe_check_bind_mw() in rxe_mw.c performs checks on the mw
access flags before they are set so they always succeed.  This patch
instead checks the access flags passed in the send wqe.

Fixes: 32a577b4c3a9 ("RDMA/rxe: Add support for bind MW work requests")
Link: https://lore.kernel.org/r/20230530221334.89432-4-rpearsonhpe@gmail.com
Signed-off-by: Bob Pearson <rpearsonhpe@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_mw.c