Re: [PATCH v7 0/7] Add support for memmap on memory feature on ppc64

2023-08-01 Thread Michal Hocko
I cannot really judge the ppc specific part but other patches seem reasonable. Patch 4 could print a more useful information about the wastage but this is nothing really earth shattering. I am not sure about the last patch which makes the on-memory property dynamic. This needs much more

[PATCH v7 0/7] Add support for memmap on memory feature on ppc64

2023-07-31 Thread Aneesh Kumar K.V
This patch series update memmap on memory feature to fall back to memmap allocation outside the memory block if the alignment rules are not met. This makes the feature more useful on architectures like ppc64 where alignment rules are different with 64K page size. This patch series is dependent on