From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 4/5] iommu: Move REQ_ACS_FLAGS out to header and rename Date: Thu, 10 Nov 2016 13:27:13 +0100 Message-ID: <20161110122713.GI9996@8bytes.org> References: <20161026175156.23495.12980.stgit@gimli.home> <20161026180134.23495.27520.stgit@gimli.home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20161026180134.23495.27520.stgit-GCcqpEzw8uZBDLzU/O5InQ@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: Alex Williamson Cc: bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: iommu@lists.linux-foundation.org On Wed, Oct 26, 2016 at 12:01:34PM -0600, Alex Williamson wrote: > Allow other parts of the kernel to see which PCI ACS flags the IOMMU > layer considers necessary for isolation. > > Signed-off-by: Alex Williamson > Cc: Joerg Roedel > --- > drivers/iommu/iommu.c | 18 +++++------------- > include/linux/iommu.h | 11 +++++++++++ > 2 files changed, 16 insertions(+), 13 deletions(-) Applied, thanks Alex.