From: Kees Cook <kees@kernel.org>
To: David Gow <davidgow@google.com>
Cc: "Andrew Morton" <akpm@linux-foundation.org>,
"Shuah Khan" <skhan@linuxfoundation.org>,
"Brendan Higgins" <brendanhiggins@google.com>,
"Rae Moar" <rmoar@google.com>,
linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com,
linux-kernel@vger.kernel.org,
"Stephen Rothwell" <sfr@canb.auug.org.au>,
"Yury Norov" <yury.norov@gmail.com>,
"Rasmus Villemoes" <linux@rasmusvillemoes.dk>,
"Jason A . Donenfeld" <Jason@zx2c4.com>,
"Andy Shevchenko" <andy@kernel.org>,
"Naveen N . Rao" <naveen.n.rao@linux.ibm.com>,
"Anil S Keshavamurthy" <anil.s.keshavamurthy@intel.com>,
"David S . Miller" <davem@davemloft.net>,
"Masami Hiramatsu" <mhiramat@kernel.org>,
"Mark Brown" <broonie@kernel.org>,
linux-hardening@vger.kernel.org,
linux-trace-kernel@vger.kernel.org,
"Palmer Dabbelt" <palmer@rivosinc.com>,
"Christophe Leroy" <christophe.leroy@csgroup.eu>,
"Charlie Jenkins" <charlie@rivosinc.com>,
"Simon Horman" <horms@kernel.org>,
"Jakub Kicinski" <kuba@kernel.org>,
"Arnd Bergmann" <arnd@arndb.de>,
"Daniel Latypov" <dlatypov@google.com>,
"Guenter Roeck" <linux@roeck-us.net>,
"David Howells" <dhowells@redhat.com>,
"Mickaël Salaün" <mic@digikod.net>,
"Marco Elver" <elver@google.com>,
"Mark Rutland" <mark.rutland@arm.com>,
"Gustavo A. R. Silva" <gustavoars@kernel.org>,
"Vlastimil Babka" <vbabka@suse.cz>,
"Geert Uytterhoeven" <geert@linux-m68k.org>,
"Nathan Chancellor" <nathan@kernel.org>,
"Fangrui Song" <maskray@google.com>,
"Steven Rostedt (Google)" <rostedt@goodmis.org>
Subject: Re: [PATCH 3/6] lib: Move KUnit tests into tests/ subdirectory
Date: Fri, 11 Oct 2024 10:20:32 -0700 [thread overview]
Message-ID: <202410111020.0DB6E2BC1@keescook> (raw)
In-Reply-To: <20241011072509.3068328-5-davidgow@google.com>
On Fri, Oct 11, 2024 at 03:25:07PM +0800, David Gow wrote:
> From: Kees Cook <kees@kernel.org>
>
> Following from the recent KUnit file naming discussion[1], move all
> KUnit tests in lib/ into lib/tests/.
Thanks for picking this up! I hadn't had time to resend it. :)
--
Kees Cook
next prev parent reply other threads:[~2024-10-11 17:20 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-11 7:25 [PATCH 0/6] KUnit test moves / renames David Gow
2024-10-11 7:25 ` [PATCH 1/6] lib: math: Move kunit tests into tests/ subdir David Gow
2024-10-11 8:59 ` Geert Uytterhoeven
2024-11-06 8:33 ` Geert Uytterhoeven
2024-11-06 21:17 ` Andrew Morton
2024-11-07 7:34 ` Geert Uytterhoeven
2024-11-09 9:39 ` David Gow
2024-10-11 7:25 ` [PATCH 2/6] lib/math: Add int_log test suite David Gow
2024-10-11 7:25 ` [PATCH 3/6] lib: Move KUnit tests into tests/ subdirectory David Gow
2024-10-11 9:17 ` Vlastimil Babka
2024-10-11 10:44 ` Andy Shevchenko
2024-10-11 13:38 ` Geert Uytterhoeven
2024-10-11 13:57 ` Andy Shevchenko
2024-10-11 14:14 ` Geert Uytterhoeven
2024-10-11 15:21 ` Andy Shevchenko
2024-10-11 16:29 ` Christophe Leroy
2024-10-11 17:22 ` Andy Shevchenko
2024-10-11 17:20 ` Kees Cook [this message]
2024-10-11 7:25 ` [PATCH 4/6] lib/tests/kfifo_kunit.c: add tests for the kfifo structure David Gow
2024-10-11 7:25 ` [PATCH 5/6] unicode: kunit: refactor selftest to kunit tests David Gow
2024-10-15 13:20 ` Gabriel Krisman Bertazi
2024-10-11 7:25 ` [PATCH 6/6] unicode: kunit: change tests filename and path David Gow
2024-10-15 13:21 ` Gabriel Krisman Bertazi
2024-10-11 13:53 ` [PATCH 0/6] KUnit test moves / renames Shuah Khan
2025-02-08 21:14 ` Kees Cook
[not found] ` <CAKRRn-cFvCOay-J6BEsGjcB309_k-4rr9u=yKU7BCmiW-OcVcA@mail.gmail.com>
2025-02-09 23:47 ` Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2024-10-15 5:04 [PATCH 3/6] lib: Move KUnit tests into tests/ subdirectory kernel test robot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202410111020.0DB6E2BC1@keescook \
--to=kees@kernel.org \
--cc=Jason@zx2c4.com \
--cc=akpm@linux-foundation.org \
--cc=andy@kernel.org \
--cc=anil.s.keshavamurthy@intel.com \
--cc=arnd@arndb.de \
--cc=brendanhiggins@google.com \
--cc=broonie@kernel.org \
--cc=charlie@rivosinc.com \
--cc=christophe.leroy@csgroup.eu \
--cc=davem@davemloft.net \
--cc=davidgow@google.com \
--cc=dhowells@redhat.com \
--cc=dlatypov@google.com \
--cc=elver@google.com \
--cc=geert@linux-m68k.org \
--cc=gustavoars@kernel.org \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=kunit-dev@googlegroups.com \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=linux@rasmusvillemoes.dk \
--cc=linux@roeck-us.net \
--cc=mark.rutland@arm.com \
--cc=maskray@google.com \
--cc=mhiramat@kernel.org \
--cc=mic@digikod.net \
--cc=nathan@kernel.org \
--cc=naveen.n.rao@linux.ibm.com \
--cc=palmer@rivosinc.com \
--cc=rmoar@google.com \
--cc=rostedt@goodmis.org \
--cc=sfr@canb.auug.org.au \
--cc=skhan@linuxfoundation.org \
--cc=vbabka@suse.cz \
--cc=yury.norov@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.