mbox series

[PULL,REQUEST] Please pull rdma.git

Message ID 6615ae58ae3144e2c03a24dac2cb9e48dcc31541.camel@redhat.com (mailing list archive)
State Superseded
Headers show
Series [PULL,REQUEST] Please pull rdma.git | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-gkh

Message

Doug Ledford Oct. 11, 2018, 7:05 p.m. UTC
Hi Greg,

This should be the last pull request from us, and it's tiny.  One fix
for a previous fix that went in this cycle.  Well documented in the tag
message and git commit message.  Thanks.

Here's the boilerplate:

The following changes since commit 5c5702e259dc66e6fceed5117effab79c186e87a:

  RDMA/core: Set right entry state before releasing reference (2018-09-25 15:01)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-gkh

for you to fetch changes up to dd9a403495704fc80fb9f399003013ef2be2ee23:

  IB/mlx5: Unmap DMA addr from HCA before IOMMU (2018-10-10 14:52:43 -0400)

----------------------------------------------------------------
Final for-rc pull request for 4.19

We only have one bug to submit this time around.  It fixes a DMA unmap
issue where we unmapped the DMA address from the IOMMU before we did
from the card, resulting in a DMAR error with IOMMU enabled, or possible
crash without.

----------------------------------------------------------------
Valentine Fatiev (1):
      IB/mlx5: Unmap DMA addr from HCA before IOMMU

 drivers/infiniband/hw/mlx5/mr.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Comments

Greg Kroah-Hartman Oct. 12, 2018, 11:11 a.m. UTC | #1
On Thu, Oct 11, 2018 at 03:05:11PM -0400, Doug Ledford wrote:
> Hi Greg,
> 
> This should be the last pull request from us, and it's tiny.  One fix
> for a previous fix that went in this cycle.  Well documented in the tag
> message and git commit message.  Thanks.
> 
> Here's the boilerplate:
> 
> The following changes since commit 5c5702e259dc66e6fceed5117effab79c186e87a:
> 
>   RDMA/core: Set right entry state before releasing reference (2018-09-25 15:01)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-gkh

Now merged, thanks.

greg k-h