Re: [PATCH v4 0/6] Fixes related namespace alignment/page size/big endian

2019-07-09 Thread Aneesh Kumar K.V
Hi Dan, Can you merge this to your tree? -aneesh "Aneesh Kumar K.V" writes: > This series handle configs where hugepage support is not enabled by default. > Also, we update some of the information messages to make sure we use > PAGE_SIZE instead > of SZ_4K. We now store page size and struct

[PATCH v4 0/6] Fixes related namespace alignment/page size/big endian

2019-06-20 Thread Aneesh Kumar K.V
This series handle configs where hugepage support is not enabled by default. Also, we update some of the information messages to make sure we use PAGE_SIZE instead of SZ_4K. We now store page size and struct page size in pfn_sb and do extra check before enabling namespace. There also an endiannes