[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130827.160226.1047540632131698779.davem@davemloft.net>
Date: Tue, 27 Aug 2013 16:02:26 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: acking@...are.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
virtualization@...ts.linux-foundation.org,
gregkh@...uxfoundation.org, pv-drivers@...are.com
Subject: Re: [PATCH] VMXNET3: Add support for virtual IOMMU
From: Andy King <acking@...are.com>
Date: Fri, 23 Aug 2013 09:33:49 -0700
> This patch adds support for virtual IOMMU to the vmxnet3 module. We
> switch to DMA consistent mappings for anything we pass to the device.
> There were a few places where we already did this, but using pci_blah();
> these have been fixed to use dma_blah(), along with all new occurrences
> where we've replaced kmalloc() and friends.
>
> Also fix two small bugs:
> 1) use after free of rq->buf_info in vmxnet3_rq_destroy()
> 2) a cpu_to_le32() that should have been a cpu_to_le64()
>
> Acked-by: George Zhang <georgezhang@...are.com>
> Acked-by: Aditya Sarwade <asarwade@...are.com>
> Signed-off-by: Andy King <acking@...are.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists