On Mon, Feb 25, 2019 at 08:53:00AM +0200, Leon Romanovsky wrote: > From: Moni Shoua <monis@xxxxxxxxxxxx> > > The write access of an implicit MR is inherited to all of its children. > Therefore we must set the correct write access to the parent MR. > > Pass full access_flags when creating umem to let it calculate write > access correctly. > > Fixes: da6a496a34f2 ("IB/mlx5: Ranges in implicit ODP MR inherit its write access") > Signed-off-by: Moni Shoua <monis@xxxxxxxxxxxx> > Reviewed-by: Artemy Kovalyov <artemyko@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/mlx5/odp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-next thanks Jason