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.