From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752105AbcISOU1 (ORCPT ); Mon, 19 Sep 2016 10:20:27 -0400 Received: from 8bytes.org ([81.169.241.247]:54494 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750940AbcISOUT (ORCPT ); Mon, 19 Sep 2016 10:20:19 -0400 Date: Mon, 19 Sep 2016 16:20:58 +0200 From: Joerg Roedel To: Baoquan He Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, dyoung@redhat.com, xlpang@redhat.com, Vincent.Wan@amd.com Subject: Re: [PATCH 0/4] iommu/amd: Clean up patches Message-ID: <20160919142058.GA7566@8bytes.org> References: <1473929453-3533-1-git-send-email-bhe@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473929453-3533-1-git-send-email-bhe@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Baoquan, On Thu, Sep 15, 2016 at 04:50:49PM +0800, Baoquan He wrote: > These were found out when I tried to fix the kdump failure on system > with AMD iommu. Pack them into this patchset since they are not related > to the kdump issue and each other. > > Baoquan He (4): > iommu/amd: clean up the cmpxchg64 invocation > iommu/amd: Use standard bitmap operation to set bitmap > iommu/amd: Free domain id when free a domain of struct dma_ops_domain > iommu/amd: No need to wait iommu completion if no dte irq entry change I applied patches 1-3, but patch 4 had some conflicts. Can you please rebase this patch to my x86/amd branch and resend? Thanks, Joerg