lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 19 Feb 2024 11:47:37 +0100
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Breno Leitao <leitao@...ian.org>
Cc: kuba@...nel.org, davem@...emloft.net, pabeni@...hat.com,
 edumazet@...gle.com, Alexander Aring <alex.aring@...il.com>, Stefan Schmidt
 <stefan@...enfreihafen.org>, netdev@...r.kernel.org,
 linux-kernel@...r.kernel.org, horms@...nel.org, linux-wpan@...r.kernel.org
 (open list:IEEE 802.15.4 SUBSYSTEM)
Subject: Re: [PATCH net v2 2/7] net: fill in MODULE_DESCRIPTION()s for
 ieee802154/fakelb

Hi Breno,

leitao@...ian.org wrote on Wed, 14 Feb 2024 07:27:36 -0800:

> W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
> Add descriptions to the IEEE 802.15.4 loopback driver.

Acked-by: Miquel Raynal <miquel.raynal@...tlin.com>

> 
> Signed-off-by: Breno Leitao <leitao@...ian.org>
> ---
>  drivers/net/ieee802154/fakelb.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ieee802154/fakelb.c b/drivers/net/ieee802154/fakelb.c
> index 35e55f198e05..2930141d7dd2 100644
> --- a/drivers/net/ieee802154/fakelb.c
> +++ b/drivers/net/ieee802154/fakelb.c
> @@ -259,4 +259,5 @@ static __exit void fake_remove_module(void)
>  
>  module_init(fakelb_init_module);
>  module_exit(fake_remove_module);
> +MODULE_DESCRIPTION("IEEE 802.15.4 loopback driver");
>  MODULE_LICENSE("GPL");


Thanks,
Miquèl

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ