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] [thread-next>] [day] [month] [year] [list]
Date: Thu, 20 Jun 2024 09:06:42 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Theodore Ts'o <tytso@....edu>, Andreas Dilger <adilger.kernel@...ger.ca>,
        Christian Brauner <brauner@...nel.org>,
        Alexander Viro
	<viro@...iv.linux.org.uk>, Jan Kara <jack@...e.cz>
CC: <linux-ext4@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] fs: ext4: add missing MODULE_DESCRIPTION()

On 5/27/24 11:02, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/ext4/ext4-inode-test.o
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
>   fs/ext4/inode-test.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/fs/ext4/inode-test.c b/fs/ext4/inode-test.c
> index f0c0fd507fbc..749af7ad4e09 100644
> --- a/fs/ext4/inode-test.c
> +++ b/fs/ext4/inode-test.c
> @@ -279,4 +279,5 @@ static struct kunit_suite ext4_inode_test_suite = {
>   
>   kunit_test_suites(&ext4_inode_test_suite);
>   
> +MODULE_DESCRIPTION("KUnit test of ext4 inode timestamp decoding");
>   MODULE_LICENSE("GPL v2");
> 
> ---
> base-commit: 2bfcfd584ff5ccc8bb7acde19b42570414bf880b
> change-id: 20240527-md-fs-ext4-9d52d6959fb6
> 

Adding core fs maintainers.
Following up to see if anything else is needed to get this merged.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ