Re: [RFC PATCH 0/2] Make alloc_contig_range handle Hugetlb pages

2021-02-08 Thread Oscar Salvador
On Mon, Feb 08, 2021 at 11:38:10AM +0100, Oscar Salvador wrote: > Hi, Heh, I've had a case of the mondays and I sent a first spin without the ML, sorry for the spam. -- Oscar Salvador SUSE L3

[RFC PATCH 0/2] Make alloc_contig_range handle Hugetlb pages

2021-02-08 Thread Oscar Salvador
Hi, I promised to Mike to have a look into this a few weeks ago. This is my first attempt. I carried out some tests with a module that tries to allocate with alloc_contig_range() from a range where we have free and in-use hugetlb pages. So far I did not spot any problem and it worked. Please, no