Re: [PATCH v5 09/18] KVM: VMX: Use higher-level allocator API
Sean Christopherson <[email protected]>
| Newsgroups | dev.linux.lists.linux-rt-devel,org.kernel.vger.kvm,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 03, 2026, Brendan Jackman wrote: > The difference between __alloc_pages_node() and alloc_pages_node() is > that the latter allows you to pass NUMA_NO_NODE. > > The former is going away and the latter works fine here so switch over. > > No functional change intended. > > Cc: Sean Christopherson <[email protected]> > Cc: Paolo Bonzini <[email protected]> > Cc: [email protected] > Assisted-by: Gemini:unknown-version > Reviewed-by: Suren Baghdasaryan <[email protected]> > Reviewed-by: Vlastimil Babka (SUSE) <[email protected]> > Signed-off-by: Brendan Jackman <[email protected]> > --- Acked-by: Sean Christopherson <[email protected]> Feel free to take this through mm/, I can't imagine this will conflict with anything going through the KVM tree. Or, holler at me if you want me to take this through KVM x86.