[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190910152142.GC7585@char.us.oracle.com>
Date: Tue, 10 Sep 2019 11:21:42 -0400
From: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To: Joerg Roedel <joro@...tes.org>
Cc: Lu Baolu <baolu.lu@...ux.intel.com>,
David Woodhouse <dwmw2@...radead.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Christoph Hellwig <hch@....de>, ashok.raj@...el.com,
jacob.jun.pan@...el.com, alan.cox@...el.com, kevin.tian@...el.com,
mika.westerberg@...ux.intel.com, Ingo Molnar <mingo@...hat.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
pengfei.xu@...el.com, Marek Szyprowski <m.szyprowski@...sung.com>,
Robin Murphy <robin.murphy@....com>,
Jonathan Corbet <corbet@....net>,
Boris Ostrovsky <boris.ostrovsky@...cle.com>,
Juergen Gross <jgross@...e.com>,
Stefano Stabellini <sstabellini@...nel.org>,
Steven Rostedt <rostedt@...dmis.org>,
iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v9 0/5] iommu: Bounce page for untrusted devices
On Tue, Sep 10, 2019 at 04:53:23PM +0200, Joerg Roedel wrote:
> On Fri, Sep 06, 2019 at 02:14:47PM +0800, Lu Baolu wrote:
> > Lu Baolu (5):
> > swiotlb: Split size parameter to map/unmap APIs
> > iommu/vt-d: Check whether device requires bounce buffer
> > iommu/vt-d: Don't switch off swiotlb if bounce page is used
> > iommu/vt-d: Add trace events for device dma map/unmap
> > iommu/vt-d: Use bounce buffer for untrusted devices
> >
> > .../admin-guide/kernel-parameters.txt | 5 +
> > drivers/iommu/Kconfig | 1 +
> > drivers/iommu/Makefile | 1 +
> > drivers/iommu/intel-iommu.c | 310 +++++++++++++++++-
> > drivers/iommu/intel-trace.c | 14 +
> > drivers/xen/swiotlb-xen.c | 8 +-
> > include/linux/swiotlb.h | 8 +-
> > include/trace/events/intel_iommu.h | 106 ++++++
> > kernel/dma/direct.c | 2 +-
> > kernel/dma/swiotlb.c | 30 +-
> > 10 files changed, 449 insertions(+), 36 deletions(-)
> > create mode 100644 drivers/iommu/intel-trace.c
> > create mode 100644 include/trace/events/intel_iommu.h
>
> Applied, thanks.
Please un-apply the swiotlb until the WARN_ON gets fixed. Or alternatively
squash the fix once that is done.
Powered by blists - more mailing lists