[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9ac866c0-66f2-4b59-947b-289362baaa8f@quicinc.com>
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