kernel-tools
kernel-tools copied to clipboard
Consider increase block-size on NBD and EXT4
cc @bougueil
Trying with:
LPAE=y
HUGETLBFS=y
TRANSPARENT_HUGEPAGE=y
I have a kernel that boots with huge TLB, however, the limit is still there, we can't have a FS with a blocksize > PAGE_SIZE, which can't be configured via menuconfig (it's defined in raw arch/arm/include/asm/page.h, I think we can't change this on arm 32).