Re: [PATCH] dma-buf: heaps: Add __init to CMA and system heap module_init functions

2024-09-10 Thread Sumit Semwal
Hello, On Fri, 6 Sept 2024 at 05:47, John Stultz wrote: > > On Thu, Sep 5, 2024 at 5:03 PM T.J. Mercier wrote: > > > > Shrink the kernel .text a bit after successful initialization of the > > heaps. > > > > Signed-off-by: T.J. Mercier > > Acked-by: John Stultz Thanks for the patch; pushed to

Re: [PATCH] dma-buf: heaps: Add __init to CMA and system heap module_init functions

2024-09-05 Thread John Stultz
On Thu, Sep 5, 2024 at 5:03 PM T.J. Mercier wrote: > > Shrink the kernel .text a bit after successful initialization of the > heaps. > > Signed-off-by: T.J. Mercier Acked-by: John Stultz

[PATCH] dma-buf: heaps: Add __init to CMA and system heap module_init functions

2024-09-05 Thread T.J. Mercier
Shrink the kernel .text a bit after successful initialization of the heaps. Signed-off-by: T.J. Mercier --- drivers/dma-buf/heaps/cma_heap.c| 4 ++-- drivers/dma-buf/heaps/system_heap.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/dma-buf/heaps/cma_heap.c b/