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: <c6ac95bd-df49-4db7-8f5c-1281a9f95ecd@quicinc.com>
Date: Thu, 5 Sep 2024 10:02:02 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Roberto Sassu <roberto.sassu@...weicloud.com>, <zohar@...ux.ibm.com>,
        <dmitry.kasatkin@...il.com>, <eric.snowberg@...cle.com>,
        <corbet@....net>, <akpm@...ux-foundation.org>, <paul@...l-moore.com>,
        <jmorris@...ei.org>, <serge@...lyn.com>, <shuah@...nel.org>,
        <mcoquelin.stm32@...il.com>, <alexandre.torgue@...s.st.com>
CC: <linux-integrity@...r.kernel.org>, <linux-doc@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>,
        <linux-security-module@...r.kernel.org>,
        <linux-kselftest@...r.kernel.org>, <wufan@...ux.microsoft.com>,
        <pbrobinson@...il.com>, <zbyszek@...waw.pl>, <hch@....de>,
        <mjg59@...f.ucam.org>, <pmatilai@...hat.com>, <jannh@...gle.com>,
        <dhowells@...hat.com>, <jikos@...nel.org>, <mkoutny@...e.com>,
        <ppavlu@...e.com>, <petr.vorel@...il.com>, <mzerqung@...inter.de>,
        <kgold@...ux.ibm.com>, Roberto Sassu <roberto.sassu@...wei.com>
Subject: Re: [PATCH v5 13/14] selftests/digest_cache: Add selftests for the
 Integrity Digest Cache

On 9/5/24 08:05, Roberto Sassu wrote:
...
> +module_init(digest_cache_test_init);
> +module_exit(digest_cache_test_fini);
> +MODULE_LICENSE("GPL");

Missing MODULE_DESCRIPTION()

Since commit 1fffe7a34c89 ("script: modpost: emit a warning when the
description is missing"), a module without a MODULE_DESCRIPTION() will
result in a warning when built with make W=1. Recently, multiple
developers have been eradicating these warnings treewide, and very few
are left, so please don't introduce a new one :)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ