linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Breno Leitao <leitao@debian.org>
Cc: kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com,
	edumazet@google.com, dsahern@kernel.org, weiwan@google.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net 00/10] Fix MODULE_DESCRIPTION() for net (p3)
Date: Mon, 29 Jan 2024 12:20:28 +0000	[thread overview]
Message-ID: <170653082818.17887.7212554013876260614.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240125193420.533604-1-leitao@debian.org>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 25 Jan 2024 11:34:10 -0800 you wrote:
> There are hundreds of network modules that misses MODULE_DESCRIPTION(),
> causing a warning when compiling with W=1. Example:
> 
>         WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com90io.o
>         WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/arc-rimi.o
>         WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/net/arcnet/com20020.o
> 
> [...]

Here is the summary with links:
  - [net,01/10] net: fill in MODULE_DESCRIPTION()s for encx24j600
    https://git.kernel.org/netdev/net-next/c/dec836ed69d1
  - [net,02/10] net: fill in MODULE_DESCRIPTION()s for ocelot
    https://git.kernel.org/netdev/net-next/c/1c870c63d7d2
  - [net,03/10] net: fill in MODULE_DESCRIPTION()s for SMSC drivers
    https://git.kernel.org/netdev/net-next/c/9ba4295b2eab
  - [net,04/10] net: fill in MODULE_DESCRIPTION()s for Qualcom drivers
    https://git.kernel.org/netdev/net-next/c/66c164633bb0
  - [net,05/10] net: fill in MODULE_DESCRIPTION()s for dwmac-socfpga
    https://git.kernel.org/netdev/net-next/c/23f487f70c73
  - [net,06/10] net: fill in MODULE_DESCRIPTION()s for cpsw-common
    https://git.kernel.org/netdev/net-next/c/3e4620c89148
  - [net,07/10] net: fill in MODULE_DESCRIPTION()s for ec_bhf
    https://git.kernel.org/netdev/net-next/c/ad979679d64b
  - [net,08/10] net: fill in MODULE_DESCRIPTION()s for PCS drivers
    https://git.kernel.org/netdev/net-next/c/be884c15de37
  - [net,09/10] net: fill in MODULE_DESCRIPTION()s for ieee802154
    https://git.kernel.org/netdev/net-next/c/6aa89bf8ac9a
  - [net,10/10] net: fill in MODULE_DESCRIPTION()s for arcnet
    https://git.kernel.org/netdev/net-next/c/d06aa0eb0a70

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  parent reply	other threads:[~2024-01-29 12:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-25 19:34 [PATCH net 00/10] Fix MODULE_DESCRIPTION() for net (p3) Breno Leitao
2024-01-25 19:34 ` [PATCH net 01/10] net: fill in MODULE_DESCRIPTION()s for encx24j600 Breno Leitao
2024-01-30 12:54   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 02/10] net: fill in MODULE_DESCRIPTION()s for ocelot Breno Leitao
2024-01-30 10:11   ` Simon Horman
2024-01-30 12:03     ` Vladimir Oltean
2024-01-25 19:34 ` [PATCH net 03/10] net: fill in MODULE_DESCRIPTION()s for SMSC drivers Breno Leitao
2024-01-30 12:55   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 04/10] net: fill in MODULE_DESCRIPTION()s for Qualcom drivers Breno Leitao
2024-01-30 12:56   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 05/10] net: fill in MODULE_DESCRIPTION()s for dwmac-socfpga Breno Leitao
2024-01-30 12:56   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 06/10] net: fill in MODULE_DESCRIPTION()s for cpsw-common Breno Leitao
2024-01-30 12:57   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 07/10] net: fill in MODULE_DESCRIPTION()s for ec_bhf Breno Leitao
2024-01-30 12:57   ` Simon Horman
2024-01-25 19:34 ` [PATCH net 08/10] net: fill in MODULE_DESCRIPTION()s for PCS drivers Breno Leitao
2024-01-25 21:26   ` Andrew Lunn
2024-01-25 19:34 ` [PATCH net 09/10] net: fill in MODULE_DESCRIPTION()s for ieee802154 Breno Leitao
2024-01-25 19:34 ` [PATCH net 10/10] net: fill in MODULE_DESCRIPTION()s for arcnet Breno Leitao
2024-01-30 12:57   ` Simon Horman
2024-01-29 12:20 ` patchwork-bot+netdevbpf [this message]
2024-01-29 20:00   ` [PATCH net 00/10] Fix MODULE_DESCRIPTION() for net (p3) Jakub Kicinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=170653082818.17887.7212554013876260614.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@kernel.org \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=leitao@debian.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=weiwan@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).