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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 26 Oct 2023 14:47:33 +0200
From:   Christian Schoenebeck <linux_oss@...debyte.com>
To:     v9fs@...ts.linux.dev, Dominique Martinet <asmadeus@...ewreck.org>
Cc:     ericvh@...nel.org, lucho@...kov.net, linux-kernel@...r.kernel.org,
        Dominique Martinet <asmadeus@...ewreck.org>
Subject: Re: [PATCH] 9p/fs: add MODULE_DESCIPTION

On Thursday, October 26, 2023 12:31:07 AM CEST Dominique Martinet wrote:
> Fix modpost warning that MODULE_DESCRIPTION is missing in fs/9p/9p.o
> 
> Signed-off-by: Dominique Martinet <asmadeus@...ewreck.org>
> ---

Reviewed-by: Christian Schoenebeck <linux_oss@...debyte.com>

> Probably doesn't really matter after all this time, but noticed this
> when double-checking there weren't any warnings left in W=1... Might as
> well get rid of this:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/9p/9p.o
> 
>  fs/9p/v9fs.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c
> index d525957594b6..61dbe52bb3a3 100644
> --- a/fs/9p/v9fs.c
> +++ b/fs/9p/v9fs.c
> @@ -732,4 +732,5 @@ module_exit(exit_v9fs)
>  MODULE_AUTHOR("Latchesar Ionkov <lucho@...kov.net>");
>  MODULE_AUTHOR("Eric Van Hensbergen <ericvh@...il.com>");
>  MODULE_AUTHOR("Ron Minnich <rminnich@...l.gov>");
> +MODULE_DESCRIPTION("9P Client File System");
>  MODULE_LICENSE("GPL");
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ