From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753645AbcITBHl (ORCPT ); Mon, 19 Sep 2016 21:07:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33490 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753153AbcITBHj (ORCPT ); Mon, 19 Sep 2016 21:07:39 -0400 Date: Tue, 20 Sep 2016 09:07:32 +0800 From: Baoquan He To: Joerg Roedel 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: <20160920010732.GB11495@x1.redhat.com> References: <1473929453-3533-1-git-send-email-bhe@redhat.com> <20160919142058.GA7566@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160919142058.GA7566@8bytes.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 20 Sep 2016 01:07:39 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/19/16 at 04:20pm, Joerg Roedel wrote: > 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? Finished, please try the resent post. Thanks Baoquan From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoquan He Subject: Re: [PATCH 0/4] iommu/amd: Clean up patches Date: Tue, 20 Sep 2016 09:07:32 +0800 Message-ID: <20160920010732.GB11495@x1.redhat.com> References: <1473929453-3533-1-git-send-email-bhe@redhat.com> <20160919142058.GA7566@8bytes.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20160919142058.GA7566-zLv9SwRftAIdnm+yROfE0A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Joerg Roedel Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, dyoung-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Vincent.Wan-5C7GfCeVMHo@public.gmane.org List-Id: iommu@lists.linux-foundation.org On 09/19/16 at 04:20pm, Joerg Roedel wrote: > 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? Finished, please try the resent post. Thanks Baoquan