On Mon, Sep 27, 2021 at 12:08:45PM +0200, Christian König wrote: > Am 25.09.21 um 15:47 schrieb Greg Kroah-Hartman: > > 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 symbols, making it > > easier to watch for users over time: > > > > $ modinfo drivers/misc/fastrpc.ko | grep import > > import_ns: DMA_BUF > > > > Cc: Sumit Semwal <sumit.sem...@linaro.org> > > Cc: "Christian König" <christian.koe...@amd.com> > > Cc: Alex Deucher <alexander.deuc...@amd.com> > > Cc: "Pan, Xinhui" <xinhui....@amd.com> > > Cc: David Airlie <airl...@linux.ie> > > Cc: Daniel Vetter <dan...@ffwll.ch> > > Cc: Maarten Lankhorst <maarten.lankho...@linux.intel.com> > > Cc: Maxime Ripard <mrip...@kernel.org> > > Cc: Thomas Zimmermann <tzimmerm...@suse.de> > > Cc: Mauro Carvalho Chehab <mche...@kernel.org> > > Cc: Arnd Bergmann <a...@arndb.de> > > Cc: dri-devel@lists.freedesktop.org > > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> > > Acked-by: Christian König <christian.koe...@amd.com>
Thanks for the ack. greg k-h