Re: [PATCH v8 09/14] cma: export cma_alloc() and cma_release()

2025-05-05 Thread Jens Wiklander
Hi, On Fri, May 2, 2025 at 5:50 PM Matthew Wilcox wrote: > > On Fri, May 02, 2025 at 11:59:23AM +0200, Jens Wiklander wrote: > > Export the two functions cma_alloc() and cma_release(). > > Why? This is clearly part of a larger series, but you've given those of > us who are subscribed to linux-mm

Re: [PATCH v8 09/14] cma: export cma_alloc() and cma_release()

2025-05-02 Thread Matthew Wilcox
On Fri, May 02, 2025 at 11:59:23AM +0200, Jens Wiklander wrote: > Export the two functions cma_alloc() and cma_release(). Why? This is clearly part of a larger series, but you've given those of us who are subscribed to linux-mm absolutely no information about why you want to do this.

[PATCH v8 09/14] cma: export cma_alloc() and cma_release()

2025-05-02 Thread Jens Wiklander
Export the two functions cma_alloc() and cma_release(). Cc: Andrew Morton Cc: linux...@kvack.org Cc: linux-ker...@vger.kernel.org Signed-off-by: Jens Wiklander --- mm/cma.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm/cma.c b/mm/cma.c index 15632939f20a..c60901e73a26 100644 --- a/mm