From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Brendan Higgins <brendanhiggins@google.com>
Cc: Frank Rowand <frowand.list@gmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Josh Poimboeuf <jpoimboe@redhat.com>,
Kees Cook <keescook@google.com>,
Kieran Bingham <kieran.bingham@ideasonboard.com>,
"Luis R. Rodriguez" <mcgrof@kernel.org>,
"Peter Zijlstra (Intel)" <peterz@infradead.org>,
Rob Herring <robh@kernel.org>, Stephen Boyd <sboyd@kernel.org>,
"Cc: Shuah Khan" <shuah@kernel.org>,
Theodore Ts'o <tytso@mit.edu>, DTML <devicetree@vger.kernel.org>,
dri-devel <dri-devel@lists.freedesktop.org>,
kunit-dev@googlegroups.com,
"open list:DOCUMENTATION" <linux-doc@vger.kernel.org>,
linux-fsdevel@vger.kernel.org,
Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
open list:KERNEL SELFTES
Subject: Re: [PATCH v8 06/18] kbuild: enable building KUnit
Date: Wed, 10 Jul 2019 16:49:31 +0900 [thread overview]
Message-ID: <CAK7LNASywq+RhEisuPbqOjFoBh7WNvMEgy55iacizrgNB-uBfA@mail.gmail.com> (raw)
In-Reply-To: <20190710071508.173491-7-brendanhiggins@google.com>
On Wed, Jul 10, 2019 at 4:16 PM Brendan Higgins
<brendanhiggins@google.com> wrote:
>
> KUnit is a new unit testing framework for the kernel and when used is
> built into the kernel as a part of it. Add KUnit to the root Kconfig and
> Makefile to allow it to be actually built.
>
> Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Please feel free to replace this with:
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> Cc: Michal Marek <michal.lkml@markovi.net>
> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
--
Best Regards
Masahiro Yamada
next prev parent reply other threads:[~2019-07-10 7:49 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-10 7:14 [PATCH v8 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework Brendan Higgins
2019-07-10 7:14 ` [PATCH v8 01/18] kunit: test: add KUnit test runner core Brendan Higgins
2019-07-10 7:14 ` [PATCH v8 02/18] kunit: test: add test resource management API Brendan Higgins
[not found] ` <20190710071508.173491-1-brendanhiggins-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2019-07-10 7:14 ` [PATCH v8 03/18] kunit: test: add string_stream a std::stream like string builder Brendan Higgins
2019-07-10 7:15 ` [PATCH v8 10/18] kunit: test: add tests for kunit test abort Brendan Higgins
2019-07-10 7:15 ` [PATCH v8 12/18] kunit: test: add tests for KUnit managed resources Brendan Higgins
2019-07-10 7:15 ` [PATCH v8 14/18] kunit: defconfig: add defconfigs for building KUnit tests Brendan Higgins
2019-07-10 7:14 ` [PATCH v8 04/18] kunit: test: add kunit_stream a std::stream like logger Brendan Higgins
2019-07-10 7:14 ` [PATCH v8 05/18] kunit: test: add the concept of expectations Brendan Higgins
2019-07-10 7:14 ` [PATCH v8 06/18] kbuild: enable building KUnit Brendan Higgins
2019-07-10 7:49 ` Masahiro Yamada [this message]
2019-07-10 7:14 ` [PATCH v8 07/18] kunit: test: add initial tests Brendan Higgins
2019-07-10 7:14 ` [PATCH v8 08/18] objtool: add kunit_try_catch_throw to the noreturn list Brendan Higgins
2019-07-10 7:14 ` [PATCH v8 09/18] kunit: test: add support for test abort Brendan Higgins
2019-07-10 7:15 ` [PATCH v8 11/18] kunit: test: add the concept of assertions Brendan Higgins
2019-07-10 7:15 ` [PATCH v8 13/18] kunit: tool: add Python wrappers for running KUnit tests Brendan Higgins
2019-07-10 7:15 ` [PATCH v8 15/18] Documentation: kunit: add documentation for KUnit Brendan Higgins
2019-07-10 7:15 ` [PATCH v8 16/18] MAINTAINERS: add entry for KUnit the unit testing framework Brendan Higgins
2019-07-10 7:15 ` [PATCH v8 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() Brendan Higgins
2019-07-10 7:15 ` [PATCH v8 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section Brendan Higgins
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=CAK7LNASywq+RhEisuPbqOjFoBh7WNvMEgy55iacizrgNB-uBfA@mail.gmail.com \
--to=yamada.masahiro@socionext.com \
--cc=brendanhiggins@google.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=frowand.list@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jpoimboe@redhat.com \
--cc=keescook@google.com \
--cc=kieran.bingham@ideasonboard.com \
--cc=kunit-dev@googlegroups.com \
--cc=linux-doc@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mcgrof@kernel.org \
--cc=peterz@infradead.org \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=shuah@kernel.org \
--cc=tytso@mit.edu \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).