From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934227AbcIOIvC (ORCPT ); Thu, 15 Sep 2016 04:51:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47098 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758030AbcIOIvA (ORCPT ); Thu, 15 Sep 2016 04:51:00 -0400 From: Baoquan He To: joro@8bytes.org Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, dyoung@redhat.com, xlpang@redhat.com, Vincent.Wan@amd.com, Baoquan He Subject: [PATCH 0/4] iommu/amd: Clean up patches Date: Thu, 15 Sep 2016 16:50:49 +0800 Message-Id: <1473929453-3533-1-git-send-email-bhe@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 15 Sep 2016 08:50:59 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 drivers/iommu/amd_iommu.c | 12 ++++++++---- drivers/iommu/amd_iommu_init.c | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-) -- 2.5.5