Re: [PATCH] ARM: mm: fix the boundary checking on bitmaps

2014-07-14 Thread Marek Szyprowski
Hello, On 2014-07-10 04:28, Haojian Zhuang wrote: The issue of boundary checking on bitmaps is introduced by this commit in below. commit 4d852ef8c2544ce21ae41414099a7504c61164a0 Author: Andreas Herrmann Date: Tue Feb 25 13:09:53 2014 +0100 arm: dma-mapping: Add support to extend DMA

Re: [PATCH] ARM: mm: fix the boundary checking on bitmaps

2014-07-14 Thread Marek Szyprowski
Hello, On 2014-07-10 04:28, Haojian Zhuang wrote: The issue of boundary checking on bitmaps is introduced by this commit in below. commit 4d852ef8c2544ce21ae41414099a7504c61164a0 Author: Andreas Herrmann andreas.herrm...@calxeda.com Date: Tue Feb 25 13:09:53 2014 +0100 arm:

Re: [PATCH] ARM: mm: fix the boundary checking on bitmaps

2014-07-10 Thread Will Deacon
On Thu, Jul 10, 2014 at 03:28:33AM +0100, Haojian Zhuang wrote: > The issue of boundary checking on bitmaps is introduced by this commit > in below. > > commit 4d852ef8c2544ce21ae41414099a7504c61164a0 > Author: Andreas Herrmann > Date: Tue Feb 25 13:09:53 2014 +0100 > > arm: dma-mapping:

Re: [PATCH] ARM: mm: fix the boundary checking on bitmaps

2014-07-10 Thread Will Deacon
On Thu, Jul 10, 2014 at 03:28:33AM +0100, Haojian Zhuang wrote: The issue of boundary checking on bitmaps is introduced by this commit in below. commit 4d852ef8c2544ce21ae41414099a7504c61164a0 Author: Andreas Herrmann andreas.herrm...@calxeda.com Date: Tue Feb 25 13:09:53 2014 +0100

[PATCH] ARM: mm: fix the boundary checking on bitmaps

2014-07-09 Thread Haojian Zhuang
The issue of boundary checking on bitmaps is introduced by this commit in below. commit 4d852ef8c2544ce21ae41414099a7504c61164a0 Author: Andreas Herrmann Date: Tue Feb 25 13:09:53 2014 +0100 arm: dma-mapping: Add support to extend DMA IOMMU mappings Multiple bitmaps were introduced as

[PATCH] ARM: mm: fix the boundary checking on bitmaps

2014-07-09 Thread Haojian Zhuang
The issue of boundary checking on bitmaps is introduced by this commit in below. commit 4d852ef8c2544ce21ae41414099a7504c61164a0 Author: Andreas Herrmann andreas.herrm...@calxeda.com Date: Tue Feb 25 13:09:53 2014 +0100 arm: dma-mapping: Add support to extend DMA IOMMU mappings Multiple