RE: [PATCH 40/46] dma-buf: move dma-buf symbols into the DMA_BUF module namespace.

2024-02-05 Thread Kolanupaka Naveena
. Thanks and Regards Kolanupaka Naveena Graphics Software Engineer | GSE OSGC M +918374415216 Intel Corporation | intel.com > -Original Message- > From: Greg Kroah-Hartman > Sent: Friday, February 2, 2024 9:46 PM > To: Kolanupaka Naveena > Cc: gfx-internal-de...@eclists.in

[PATCH 40/46] dma-buf: move dma-buf symbols into the DMA_BUF module namespace.

2024-02-02 Thread Kolanupaka Naveena
From: Sagar Chormale In order to better track where in the kernel the dma-buf code is used, put the symbols in the namespace DMA_BUF and modify all users of the symbols to properly import the namespace to not break the build at the same time. Now the output of modinfo shows the use of these symb