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]
Message-ID: <f60c8a62-86f3-4083-87a5-bf6343d58f46@quicinc.com>
Date: Mon, 15 Jul 2024 07:25:00 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: "Masami Hiramatsu (Google)" <mhiramat@...nel.org>
CC: wuqiang.matt <wuqiang.matt@...edance.com>,
        Andrew Morton
	<akpm@...ux-foundation.org>,
        <linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>,
        <linux-trace-kernel@...r.kernel.org>
Subject: Re: [PATCH] lib: test_objpool: add missing MODULE_DESCRIPTION() macro

On 7/15/2024 2:12 AM, Masami Hiramatsu (Google) wrote:
> On Thu, 11 Jul 2024 11:14:20 -0700
> Jeff Johnson <quic_jjohnson@...cinc.com> wrote:
> 
>> On 6/2/24 23:45, Masami Hiramatsu (Google) wrote:
>>> On Mon, 3 Jun 2024 11:25:59 +0800
>>> "wuqiang.matt" <wuqiang.matt@...edance.com> wrote:
>>>
>>>> On 2024/6/1 08:31, Jeff Johnson wrote:
>>>>> make allmodconfig && make W=1 C=1 reports:
>>>>> WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_objpool.o
>>>>>
>>>>> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>>>>>
>>>>> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
>>>>> ---
>>>>>    lib/test_objpool.c | 3 ++-
>>>>>    1 file changed, 2 insertions(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/lib/test_objpool.c b/lib/test_objpool.c
>>>>> index bfdb81599832..5a3f6961a70f 100644
>>>>> --- a/lib/test_objpool.c
>>>>> +++ b/lib/test_objpool.c
>>>>> @@ -687,4 +687,5 @@ static void __exit ot_mod_exit(void)
>>>>>    module_init(ot_mod_init);
>>>>>    module_exit(ot_mod_exit);
>>>>>    
>>>>> -MODULE_LICENSE("GPL");
>>>>> \ No newline at end of file
>>>>> +MODULE_DESCRIPTION("Test module for lockless object pool");
>>>>> +MODULE_LICENSE("GPL");
>>>>>
>>>>> ---
>>>>> base-commit: b050496579632f86ee1ef7e7501906db579f3457
>>>>> change-id: 20240531-md-lib-test_objpool-338d937f8666
>>>>>
>>>>
>>>> Looks good to me. Thanks for the update.
>>>>
>>>> I added Masami Hiramatsu and linux-trace in the loop.
>>>>
>>>> Reviewed-by: Matt Wu <wuqiang.matt@...edance.com>
>>>
>>> Thanks, let me pick this to probes/for-next branch.
>> Following up since I don't see this in linux-next.
>> I'm hoping to have these warnings fixed tree-wide in 6.11.
>>
>> /jeff
>>
> 
> Can you resend it to me and linux-trace-kernel with Matt's
> Reviewed-by? Also, can you add the warning message?

v2 sent. note the warning message was already there.

/jeff


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ