* [PATCH] fs: ext4: add missing MODULE_DESCRIPTION()
@ 2024-05-27 18:02 Jeff Johnson
2024-06-20 16:06 ` Jeff Johnson
2024-07-11 2:35 ` Theodore Ts'o
0 siblings, 2 replies; 4+ messages in thread
From: Jeff Johnson @ 2024-05-27 18:02 UTC (permalink / raw)
To: Theodore Ts'o, Andreas Dilger
Cc: linux-ext4, linux-kernel, kernel-janitors, Jeff Johnson
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@quicinc.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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] fs: ext4: add missing MODULE_DESCRIPTION()
2024-05-27 18:02 [PATCH] fs: ext4: add missing MODULE_DESCRIPTION() Jeff Johnson
@ 2024-06-20 16:06 ` Jeff Johnson
2024-06-21 11:13 ` Jan Kara
2024-07-11 2:35 ` Theodore Ts'o
1 sibling, 1 reply; 4+ messages in thread
From: Jeff Johnson @ 2024-06-20 16:06 UTC (permalink / raw)
To: Theodore Ts'o, Andreas Dilger, Christian Brauner,
Alexander Viro, Jan Kara
Cc: linux-ext4, linux-kernel, kernel-janitors
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@quicinc.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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] fs: ext4: add missing MODULE_DESCRIPTION()
2024-06-20 16:06 ` Jeff Johnson
@ 2024-06-21 11:13 ` Jan Kara
0 siblings, 0 replies; 4+ messages in thread
From: Jan Kara @ 2024-06-21 11:13 UTC (permalink / raw)
To: Jeff Johnson
Cc: Theodore Ts'o, Andreas Dilger, Christian Brauner,
Alexander Viro, Jan Kara, linux-ext4, linux-kernel,
kernel-janitors
On Thu 20-06-24 09:06:42, Jeff Johnson wrote:
> 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@quicinc.com>
Ted was on a long vacation recently but I expect him to pick up this patch
for the next merge window. Anyway feel free to add:
Reviewed-by: Jan Kara <jack@suse.cz>
Honza
--
Jan Kara <jack@suse.com>
SUSE Labs, CR
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] fs: ext4: add missing MODULE_DESCRIPTION()
2024-05-27 18:02 [PATCH] fs: ext4: add missing MODULE_DESCRIPTION() Jeff Johnson
2024-06-20 16:06 ` Jeff Johnson
@ 2024-07-11 2:35 ` Theodore Ts'o
1 sibling, 0 replies; 4+ messages in thread
From: Theodore Ts'o @ 2024-07-11 2:35 UTC (permalink / raw)
To: Andreas Dilger, Jeff Johnson
Cc: Theodore Ts'o, linux-ext4, linux-kernel, kernel-janitors
On Mon, 27 May 2024 11:02:29 -0700, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/ext4/ext4-inode-test.o
>
>
Applied, thanks!
[1/1] fs: ext4: add missing MODULE_DESCRIPTION()
commit: 7378e8991a459f3e5672e4b06bf346adce062fd8
Best regards,
--
Theodore Ts'o <tytso@mit.edu>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-11 2:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 18:02 [PATCH] fs: ext4: add missing MODULE_DESCRIPTION() Jeff Johnson
2024-06-20 16:06 ` Jeff Johnson
2024-06-21 11:13 ` Jan Kara
2024-07-11 2:35 ` Theodore Ts'o
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox