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: Fri, 28 Jun 2024 20:08:40 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Evgeniy Dushistov <dushistov@...l.ru>,
        Andrew Morton
	<akpm@...ux-foundation.org>
CC: <linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] fs: ufs: add MODULE_DESCRIPTION()

On 5/10/2024 12:02 PM, Jeff Johnson wrote:
> Fix make W=1 warning:
> 
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/ufs/ufs.o
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
>  fs/ufs/super.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/fs/ufs/super.c b/fs/ufs/super.c
> index 44666afc6209..bc625788589c 100644
> --- a/fs/ufs/super.c
> +++ b/fs/ufs/super.c
> @@ -1540,4 +1540,5 @@ static void __exit exit_ufs_fs(void)
>  
>  module_init(init_ufs_fs)
>  module_exit(exit_ufs_fs)
> +MODULE_DESCRIPTION("UFS Filesystem");
>  MODULE_LICENSE("GPL");
> 
> ---
> base-commit: dd5a440a31fae6e459c0d6271dddd62825505361
> change-id: 20240510-ufs-md-7a78d87a7ff4

+Andrew since he's signed off on this file in the past.

Following up to see if anything else is needed from me. Hoping to see this in
linux-next so I can remove it from my tracking spreadsheet :)

/jeff

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ