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]
Date: Fri, 28 Jun 2024 22:13:38 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: "Matthew Wilcox (Oracle)" <willy@...radead.org>,
        <linux-kernel@...r.kernel.org>
CC: <linux-fsdevel@...r.kernel.org>, <maple-tree@...ts.infradead.org>
Subject: Re: [PATCH v2 3/5] rosebush: Add test suite

On 6/25/24 14:17, Matthew Wilcox (Oracle) wrote:
> This is not a very sophisticated test suite yet, but it helped find
> a few bugs and provides a framework for adding more tests as more
> bugs are found.
> 
> Signed-off-by: Matthew Wilcox (Oracle) <willy@...radead.org>
> ---
...
> +static struct kunit_suite rosebush_suite = {
> +	.name = "rosebush",
> +	.test_cases = rosebush_cases,
> +};
> +
> +kunit_test_suite(rosebush_suite);
> +
> +MODULE_AUTHOR("Matthew Wilcox (Oracle) <willy@...radead.org>");
> +MODULE_LICENSE("GPL");

make W=1 will warn if there isn't also a MODULE_DESCRIPTION()


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ