Re: [PATCH v2 2/4] mm/util: Add kvmalloc_node_caller
From: David Rientjes <rientjes@google.com>
Date: 2021-03-24 19:05:25
Also in:
lkml
From: David Rientjes <rientjes@google.com>
Date: 2021-03-24 19:05:25
Also in:
lkml
On Wed, 24 Mar 2021, Matthew Wilcox (Oracle) wrote:
Allow the caller of kvmalloc to specify who counts as the allocator of the memory instead of assuming it's the immediate caller. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: David Rientjes <rientjes@google.com>