Re: [PATCH -mm] intel-iommu sg chaining support

2007-10-03 Thread Keshavamurthy, Anil S
On Wed, Oct 03, 2007 at 02:12:03PM -0700, Andrew Morton wrote: > On Mon, 1 Oct 2007 09:12:56 -0700 > "Keshavamurthy, Anil S" <[EMAIL PROTECTED]> wrote: > > > On Sat, Sep 29, 2007 at 05:16:38AM -0700, FUJITA Tomonori wrote: > > > > > >x86_64 defines ARCH_HAS_SG_CHAIN. So if IOMMU

Re: [PATCH -mm] intel-iommu sg chaining support

2007-10-03 Thread Andrew Morton
On Mon, 1 Oct 2007 09:12:56 -0700 "Keshavamurthy, Anil S" <[EMAIL PROTECTED]> wrote: > On Sat, Sep 29, 2007 at 05:16:38AM -0700, FUJITA Tomonori wrote: > > > >x86_64 defines ARCH_HAS_SG_CHAIN. So if IOMMU implementations don't > >support sg chaining, we will get data corruption. > >

Re: [PATCH -mm] intel-iommu sg chaining support

2007-10-03 Thread Andrew Morton
On Mon, 1 Oct 2007 09:12:56 -0700 Keshavamurthy, Anil S [EMAIL PROTECTED] wrote: On Sat, Sep 29, 2007 at 05:16:38AM -0700, FUJITA Tomonori wrote: x86_64 defines ARCH_HAS_SG_CHAIN. So if IOMMU implementations don't support sg chaining, we will get data corruption. Signed-off-by:

Re: [PATCH -mm] intel-iommu sg chaining support

2007-10-03 Thread Keshavamurthy, Anil S
On Wed, Oct 03, 2007 at 02:12:03PM -0700, Andrew Morton wrote: On Mon, 1 Oct 2007 09:12:56 -0700 Keshavamurthy, Anil S [EMAIL PROTECTED] wrote: On Sat, Sep 29, 2007 at 05:16:38AM -0700, FUJITA Tomonori wrote: x86_64 defines ARCH_HAS_SG_CHAIN. So if IOMMU implementations don't

Re: [PATCH -mm] intel-iommu sg chaining support

2007-10-01 Thread Keshavamurthy, Anil S
On Sat, Sep 29, 2007 at 05:16:38AM -0700, FUJITA Tomonori wrote: > >x86_64 defines ARCH_HAS_SG_CHAIN. So if IOMMU implementations don't >support sg chaining, we will get data corruption. >Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]> Acked-by: Anil S Keshavamurthy <[EMAIL

Re: [PATCH -mm] intel-iommu sg chaining support

2007-10-01 Thread Keshavamurthy, Anil S
On Sat, Sep 29, 2007 at 05:16:38AM -0700, FUJITA Tomonori wrote: x86_64 defines ARCH_HAS_SG_CHAIN. So if IOMMU implementations don't support sg chaining, we will get data corruption. Signed-off-by: FUJITA Tomonori [EMAIL PROTECTED] Acked-by: Anil S Keshavamurthy [EMAIL PROTECTED]

[PATCH -mm] intel-iommu sg chaining support

2007-09-29 Thread FUJITA Tomonori
x86_64 defines ARCH_HAS_SG_CHAIN. So if IOMMU implementations don't support sg chaining, we will get data corruption. Signed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]> --- drivers/pci/intel-iommu.c | 32 1 files changed, 16 insertions(+), 16 deletions(-) diff

[PATCH -mm] intel-iommu sg chaining support

2007-09-29 Thread FUJITA Tomonori
x86_64 defines ARCH_HAS_SG_CHAIN. So if IOMMU implementations don't support sg chaining, we will get data corruption. Signed-off-by: FUJITA Tomonori [EMAIL PROTECTED] --- drivers/pci/intel-iommu.c | 32 1 files changed, 16 insertions(+), 16 deletions(-) diff