[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <66425403-66fc-4250-9642-5b29dc821b39@quicinc.com>
Date: Thu, 20 Jun 2024 09:21:59 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: John Johansen <john.johansen@...onical.com>,
Paul Moore
<paul@...l-moore.com>, James Morris <jmorris@...ei.org>,
"Serge E. Hallyn"
<serge@...lyn.com>
CC: <apparmor@...ts.ubuntu.com>, <linux-security-module@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] apparmor: test: add MODULE_DESCRIPTION()
On 5/29/2024 6:21 PM, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in security/apparmor/apparmor_policy_unpack_test.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
> security/apparmor/policy_unpack_test.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/security/apparmor/policy_unpack_test.c b/security/apparmor/policy_unpack_test.c
> index 5c9bde25e56d..874fcf97794e 100644
> --- a/security/apparmor/policy_unpack_test.c
> +++ b/security/apparmor/policy_unpack_test.c
> @@ -604,4 +604,5 @@ static struct kunit_suite apparmor_policy_unpack_test_module = {
>
> kunit_test_suite(apparmor_policy_unpack_test_module);
>
> +MODULE_DESCRIPTION("KUnit tests for AppArmor's policy unpack");
> MODULE_LICENSE("GPL");
>
> ---
> base-commit: 4a4be1ad3a6efea16c56615f31117590fd881358
> change-id: 20240529-md-apparmor_policy_unpack_test-7657c4f11591
>
Following up to see if anything else is needed to get this merged.
Powered by blists - more mailing lists