Re: [PATCH V2] block: null_blk: fix 'Invalid parameters' when loading module

2018-03-06 Thread Jens Axboe
On 3/5/18 9:07 PM, Ming Lei wrote: > On ARM64, the default page size has been 64K on some distributions, and > we should allow ARM64 people to play null_blk. > > This patch fixes the issue by extend page bitmap size for supporting > other non-4KB PAGE_SIZE. Applied, thanks. -- Jens Axboe

[PATCH V2] block: null_blk: fix 'Invalid parameters' when loading module

2018-03-05 Thread Ming Lei
On ARM64, the default page size has been 64K on some distributions, and we should allow ARM64 people to play null_blk. This patch fixes the issue by extend page bitmap size for supporting other non-4KB PAGE_SIZE. Cc: Bart Van Assche Cc: Shaohua Li Cc: