Re: [PATCH rdma-next v1 0/2] SG fix together with update to RDMA umem
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-06-29 23:08:37
Also in:
lkml
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-06-29 23:08:37
Also in:
lkml
On Tue, Jun 29, 2021 at 11:40:00AM +0300, Leon Romanovsky wrote:
From: Leon Romanovsky <leonro@nvidia.com> Changelog: v1: * Fixed sg_page with a _dma_ API in the umem.c v0: https://lore.kernel.org/lkml/cover.1624361199.git.leonro@nvidia.com (local) Maor Gottlieb (2): lib/scatterlist: Fix wrong update of orig_nents RDMA: Use dma_map_sgtable for map umem pages
Though I would have liked to see some ack, I think fixing the semantic bug here is important enough. Yell quick if there is any concern as my PR will go tomorrow. Applied to for-next. Thanks, Jason