thanks. done in v8 I am sending right now.
On Mon, Feb 8, 2016 at 3:36 PM, Andrew Morton wrote:
> On Sun, 7 Feb 2016 17:08:45 -0800 David Decotigny wrote:
>
>> From: David Decotigny
>>
>> Aimed at transferring bitmaps to/from user-space in a 32/64-bit agnostic
>> way.
>>
>> Tested:
>> unit t
On Sun, 7 Feb 2016 17:08:45 -0800 David Decotigny wrote:
> From: David Decotigny
>
> Aimed at transferring bitmaps to/from user-space in a 32/64-bit agnostic
> way.
>
> Tested:
> unit tests (next patch) on qemu i386, x86_64, ppc, ppc64 BE and LE,
> ARM.
>
> @@ -1060,6 +1062,90 @@ int bit
From: David Decotigny
Aimed at transferring bitmaps to/from user-space in a 32/64-bit agnostic
way.
Tested:
unit tests (next patch) on qemu i386, x86_64, ppc, ppc64 BE and LE,
ARM.
Signed-off-by: David Decotigny
---
include/linux/bitmap.h | 6
lib/bitmap.c | 86 +++