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: Wed, 5 Jun 2024 10:35:50 +0200
From: Jan Kara <jack@...e.cz>
To: Jeff Johnson <quic_jjohnson@...cinc.com>
Cc: Jan Kara <jack@...e.cz>, linux-fsdevel@...r.kernel.org,
	linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] isofs: add missing MODULE_DESCRIPTION()

On Sun 26-05-24 12:05:23, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/isofs/isofs.o
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>

Thanks. Added to my tree.

								Honza

> ---
>  fs/isofs/inode.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c
> index 93b1077a380a..2bb8b422f434 100644
> --- a/fs/isofs/inode.c
> +++ b/fs/isofs/inode.c
> @@ -1625,4 +1625,5 @@ static void __exit exit_iso9660_fs(void)
>  
>  module_init(init_iso9660_fs)
>  module_exit(exit_iso9660_fs)
> +MODULE_DESCRIPTION("ISO 9660 CDROM file system support");
>  MODULE_LICENSE("GPL");
> 
> ---
> base-commit: 416ff45264d50a983c3c0b99f0da6ee59f9acd68
> change-id: 20240526-md-fs-isofs-4f66f48f9448
> 
-- 
Jan Kara <jack@...e.com>
SUSE Labs, CR

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ