Re: [PATCH v6 0/4] Fix free/allocation of runtime gigantic pages

2019-03-13 Thread Alexandre Ghiti
On 03/13/2019 05:41 PM, Dave Hansen wrote: On 3/7/19 5:20 AM, Alexandre Ghiti wrote: This series fixes sh and sparc that did not advertise their gigantic page support and then were not able to allocate and free those pages at runtime. It renames MEMORY_ISOLATION && COMPACTION || CMA condition in

Re: [PATCH v6 0/4] Fix free/allocation of runtime gigantic pages

2019-03-13 Thread Dave Hansen
On 3/7/19 5:20 AM, Alexandre Ghiti wrote: > This series fixes sh and sparc that did not advertise their gigantic page > support and then were not able to allocate and free those pages at runtime. > It renames MEMORY_ISOLATION && COMPACTION || CMA condition into the more > accurate CONTIG_ALLOC, sin

[PATCH v6 0/4] Fix free/allocation of runtime gigantic pages

2019-03-07 Thread Alexandre Ghiti
This series fixes sh and sparc that did not advertise their gigantic page support and then were not able to allocate and free those pages at runtime. It renames MEMORY_ISOLATION && COMPACTION || CMA condition into the more accurate CONTIG_ALLOC, since it allows the definition of alloc_contig_range