Re: [PATCH v5 00/11] hugetlb: Factorize hugetlb architecture primitives

From: Alexandre Ghiti
Date: Wed Aug 01 2018 - 07:52:22 EST


On 07/31/2018 10:06 PM, Luiz Capitulino wrote:
On Tue, 31 Jul 2018 06:01:44 +0000
Alexandre Ghiti <alex@xxxxxxxx> wrote:

[CC linux-mm for inclusion in -mm tree]

In order to reduce copy/paste of functions across architectures and then
make riscv hugetlb port (and future ports) simpler and smaller, this
patchset intends to factorize the numerous hugetlb primitives that are
defined across all the architectures.
[...]

15 files changed, 139 insertions(+), 382 deletions(-)
I imagine you're mostly interested in non-x86 review at this point, but
as this series is looking amazing:

Reviewed-by: Luiz Capitulino <lcapitulino@xxxxxxxxxx>

It's always good to have another feedback :)
Thanks for your review Luiz,

Alex