Re: [PATCH v2] dmaengine: add missing MODULE_DESCRIPTION() macros

From: Jeff Johnson
Date: Tue Jul 23 2024 - 14:33:46 EST


On 6/7/2024 10:47 AM, Vinod Koul wrote:
>
> On Thu, 06 Jun 2024 13:00:01 -0700, Jeff Johnson wrote:
>> make allmodconfig && make W=1 C=1 reports:
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/idxd/idxd.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/ti/omap-dma.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/dmatest.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/ioat/ioatdma.o
>>
>> Add the missing invocations of the MODULE_DESCRIPTION() macro.
>>
>> [...]
>
> Applied, thanks!
>
> [1/1] dmaengine: add missing MODULE_DESCRIPTION() macros
> commit: 6e2fb806e08d46cbeb96c1000ef531a92d3b2e9a
>
> Best regards,

Hi,
I see this landed in linux-next, but is not currently in Linus' tree for 6.11.
Will you be able to have this pulled during the merge window?
I'm trying to eradicate all of these warnings before 6.11 rc-final.

Thanks!
/jeff