Re: btrfs self tests fail on arm64, kernel 4.6

2016-05-18 Thread Steve Capper
On 18 May 2016 at 17:58, Chandan Rajendra wrote: > On Wednesday 18 May 2016 16:46:49 Steve Capper wrote: >> Hello, >> I am running into issues running the btrfs self tests from 4.6 on an >> arm64 system with PAGE_SIZE=64K. >> Poking around in recalculate_thresholds(), I got the following values: >

Re: btrfs self tests fail on arm64, kernel 4.6

2016-05-18 Thread Chandan Rajendra
On Wednesday 18 May 2016 16:46:49 Steve Capper wrote: > Hello, > I am running into issues running the btrfs self tests from 4.6 on an > arm64 system with PAGE_SIZE=64K. > Poking around in recalculate_thresholds(), I got the following values: > size = 1073741824 > ctl->unit = 4096 > bytes_per_bg = 2

btrfs self tests fail on arm64, kernel 4.6

2016-05-18 Thread Steve Capper
Hello, I am running into issues running the btrfs self tests from 4.6 on an arm64 system with PAGE_SIZE=64K. Poking around in recalculate_thresholds(), I got the following values: size = 1073741824 ctl->unit = 4096 bytes_per_bg = 2147483648 max_bitmaps = 1 I am not sure where the problem is as I'm