Re: [PATCH v1 0/6] mm/page_alloc: gfp flags cleanups for alloc_contig_*()

2024-12-03 Thread David Hildenbrand
On 02.12.24 23:07, Zi Yan wrote: On 2 Dec 2024, at 7:58, David Hildenbrand wrote: Let's clean up the gfp flags handling, and support __GFP_ZERO, such that we can finally remove the TODO in memtrace code. I did some alloc_contig_*() testing with virtio-mem and hugetlb; I did not test powernv/me

Re: [PATCH v1 0/6] mm/page_alloc: gfp flags cleanups for alloc_contig_*()

2024-12-02 Thread Zi Yan
On 2 Dec 2024, at 7:58, David Hildenbrand wrote: > Let's clean up the gfp flags handling, and support __GFP_ZERO, such that we > can finally remove the TODO in memtrace code. > > I did some alloc_contig_*() testing with virtio-mem and hugetlb; I did not > test powernv/memtrace -- I cross-compiled

[PATCH v1 0/6] mm/page_alloc: gfp flags cleanups for alloc_contig_*()

2024-12-02 Thread David Hildenbrand
Let's clean up the gfp flags handling, and support __GFP_ZERO, such that we can finally remove the TODO in memtrace code. I did some alloc_contig_*() testing with virtio-mem and hugetlb; I did not test powernv/memtrace -- I cross-compiled it, though. Cc: Andrew Morton Cc: Oscar Salvador Cc: Zi