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:15:32 -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 4/5] tools: Add support for running rosebush tests in
 userspace

On 6/25/24 14:17, Matthew Wilcox (Oracle) wrote:
> Enable make -C tools/testing/radix-tree.  Much easier to debug than
> an in-kernel module.
> 
> Signed-off-by: Matthew Wilcox (Oracle) <willy@...radead.org>
> ---
>   tools/include/linux/rosebush.h        |  1 +
>   tools/testing/radix-tree/.gitignore   |  1 +
>   tools/testing/radix-tree/Makefile     |  6 ++++-
>   tools/testing/radix-tree/kunit/test.h | 20 +++++++++++++++
>   tools/testing/radix-tree/rosebush.c   | 36 +++++++++++++++++++++++++++
>   5 files changed, 63 insertions(+), 1 deletion(-)
>   create mode 100644 tools/include/linux/rosebush.h
>   create mode 100644 tools/testing/radix-tree/kunit/test.h
>   create mode 100644 tools/testing/radix-tree/rosebush.c
...
> +#define MODULE_AUTHOR(x)
> +#define MODULE_LICENSE(x)

don't forget to #define MODULE_DESCRIPTION() here if/when you add it to 
the module


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ