Re: fix SG list handling in the sparc32 iommu driver

2019-05-08 Thread David Miller
From: Christoph Hellwig Date: Tue, 16 Apr 2019 20:23:38 +0200 > this series fixes some long standing bugs in the sparc32 iommu driver, > mostly the lack of handling of large sglist offsets in the map_sg > method, but also a few other smaller bits. These now show up all the > time do some block l

Re: fix SG list handling in the sparc32 iommu driver

2019-04-30 Thread Christoph Hellwig
Hi Dave, can you pick this series up?

Re: fix SG list handling in the sparc32 iommu driver

2019-04-16 Thread Guenter Roeck
On Tue, Apr 16, 2019 at 08:23:38PM +0200, Christoph Hellwig wrote: > Hi Dave, > > this series fixes some long standing bugs in the sparc32 iommu driver, > mostly the lack of handling of large sglist offsets in the map_sg > method, but also a few other smaller bits. These now show up all the > tim