On Mon, Nov 30, 2020 at 09:58:34AM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxx> > > The mlx5 rereg_mr implementation is convoluted. Such code causes > to hard to spot bugs and even harder task - code review. > > This series from Jason cleans that flow. > > Thanks > > Jason Gunthorpe (5): > RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr() > RDMA/uverbs: Check ODP in ib_check_mr_access() as well > RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr > RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr() > RDMA/mlx5: Fix error unwinds for rereg_mr Applied to for-next, thanks Jason