]> asedeno.scripts.mit.edu Git - linux.git/commit
RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdev
authorParav Pandit <parav@mellanox.com>
Thu, 2 May 2019 07:48:05 +0000 (10:48 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 3 May 2019 14:10:03 +0000 (11:10 -0300)
commitdab2175800ef0b45d5e70a7337bd6cb311292ebe
treee805d3cf2844ad0ce3720ecb138e33c551038cbc
parentadb4a57a7a1d0bf4bebc96266f30f04330e741de
RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdev

Use rdma_read_gid_attr_ndev_rcu() to access netdevice attached to GID
entry under rcu lock.

This ensures that while working on the netdevice of the GID, it doesn't
get freed.

Signed-off-by: Parav Pandit <parav@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/sw/rxe/rxe_net.c