linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Vlastimil Babka <vbabka@suse.cz>
To: Shivank Garg <shivankg@amd.com>,
	akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org
Cc: kent.overstreet@linux.dev, kuba@kernel.org, harry.yoo@oracle.com,
	kees@kernel.org, Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH] slub_kunit: Add missing MODULE_DESCRIPTION() to fix modpost warning
Date: Mon, 7 Apr 2025 10:25:10 +0200	[thread overview]
Message-ID: <35a061e5-d6c6-43e8-87d3-2edf1d9a517d@suse.cz> (raw)
In-Reply-To: <20250407072153.871265-1-shivankg@amd.com>

On 4/7/25 09:21, Shivank Garg wrote:
> Fix a modpost warning due to the missing MODULE_DESCRIPTION() macro in
> slub_kunit.c:
> 
>   WARNING: modpost: missing MODULE_DESCRIPTION() in lib/tests/slub_kunit.o
> 
> Signed-off-by: Shivank Garg <shivankg@amd.com>

Hi, AFAICS Arnd's fixes [1] for this and other modules is in -mm already.

[1]
https://lore.kernel.org/all/20250324173242.1501003-10-arnd@kernel.org/T/#m265ef1255bed7e2ab47fbcf2242a2d98d4875417

> ---
>  lib/tests/slub_kunit.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/lib/tests/slub_kunit.c b/lib/tests/slub_kunit.c
> index d47c472b0520..f1bc30be6503 100644
> --- a/lib/tests/slub_kunit.c
> +++ b/lib/tests/slub_kunit.c
> @@ -323,6 +323,8 @@ static struct kunit_suite test_suite = {
>  	.init = test_init,
>  	.test_cases = test_cases,
>  };
> +
>  kunit_test_suite(test_suite);
>  
> +MODULE_DESCRIPTION("KUnit tests for SLUB allocator");
>  MODULE_LICENSE("GPL");



      reply	other threads:[~2025-04-07  8:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-07  7:21 Shivank Garg
2025-04-07  8:25 ` Vlastimil Babka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35a061e5-d6c6-43e8-87d3-2edf1d9a517d@suse.cz \
    --to=vbabka@suse.cz \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=harry.yoo@oracle.com \
    --cc=kees@kernel.org \
    --cc=kent.overstreet@linux.dev \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=shivankg@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox