From patchwork Thu Oct 11 19:05:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Doug Ledford X-Patchwork-Id: 10637211 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9C83013AD for ; Thu, 11 Oct 2018 19:05:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 822C92BF52 for ; Thu, 11 Oct 2018 19:05:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7211B2BFC6; Thu, 11 Oct 2018 19:05:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B7A672BF9F for ; Thu, 11 Oct 2018 19:05:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729006AbeJLCdo (ORCPT ); Thu, 11 Oct 2018 22:33:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36262 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727732AbeJLCdo (ORCPT ); Thu, 11 Oct 2018 22:33:44 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 71AD130DF6F1; Thu, 11 Oct 2018 19:05:13 +0000 (UTC) Received: from haswell-e.nc.xsintricity.com (ovpn-112-45.rdu2.redhat.com [10.10.112.45]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AAAB387354; Thu, 11 Oct 2018 19:05:12 +0000 (UTC) Message-ID: <6615ae58ae3144e2c03a24dac2cb9e48dcc31541.camel@redhat.com> Subject: [PULL REQUEST] Please pull rdma.git From: Doug Ledford To: "Greg Kroah-Hartman (gregkh@linuxfoundation.org)" Cc: "Gunthorpe, Jason" , linux-rdma Date: Thu, 11 Oct 2018 15:05:11 -0400 Organization: Red Hat, Inc. Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Thu, 11 Oct 2018 19:05:13 +0000 (UTC) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)