From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E49A7C73C50 for ; Tue, 9 Jul 2019 14:53:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BD8E721537 for ; Tue, 9 Jul 2019 14:53:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562684025; bh=Mv7YTLIc+jI3uCRwSd1DAeik4HQLm9P9oMcVwz2d2dk=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=2tSmqR9CoqqU49huF6LzKlaL123jk/NV0+QoKmeqSJHQEhYqgVHhktd03NVd+i1/i B3ViQjmznyFGtHrges1WzyGqlL3xWMT9vMLzYFGsXr+5ccpe3+yoVpd91XV9NoNw6+ XWTJvnkxq+bbDPf/IQiDumszxAixJi64MEcFxlcI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726628AbfGIOxl (ORCPT ); Tue, 9 Jul 2019 10:53:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:43944 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726115AbfGIOxl (ORCPT ); Tue, 9 Jul 2019 10:53:41 -0400 Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6644F214AF; Tue, 9 Jul 2019 14:53:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562684020; bh=Mv7YTLIc+jI3uCRwSd1DAeik4HQLm9P9oMcVwz2d2dk=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=XgulwaGpIAZUTMHGK6H52VD3EGXSfaZA2VLPhCuPHVQN4Ql3qcJzAtWEmAruTZN6F CiqOnOuc9sTH4GW5+VhzHiNXC2Jpq24ah0VHZEIGAOqDliCu4Fwf44hiQwbpQ/Q/If Xl4Y5OinAOMyTTsR/xSt2diAONVrq1cwoJa/TeF8= Subject: Re: [PATCH v7 16/18] MAINTAINERS: add entry for KUnit the unit testing framework To: Brendan Higgins , frowand.list@gmail.com, gregkh@linuxfoundation.org, jpoimboe@redhat.com, keescook@google.com, kieran.bingham@ideasonboard.com, mcgrof@kernel.org, peterz@infradead.org, robh@kernel.org, sboyd@kernel.org, tytso@mit.edu, yamada.masahiro@socionext.com Cc: devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, kunit-dev@googlegroups.com, linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-nvdimm@lists.01.org, linux-um@lists.infradead.org, Alexander.Levin@microsoft.com, Tim.Bird@sony.com, amir73il@gmail.com, dan.carpenter@oracle.com, daniel@ffwll.ch, jdike@addtoit.com, joel@jms.id.au, julia.lawall@lip6.fr, khilman@baylibre.com, knut.omang@oracle.com, logang@deltatee.com, mpe@ellerman.id.au, pmladek@suse.com, rdunlap@infradead.org, richard@nod.at, rientjes@google.com, rostedt@goodmis.org, wfg@linux.intel.com, shuah References: <20190709063023.251446-1-brendanhiggins@google.com> <20190709063023.251446-17-brendanhiggins@google.com> From: shuah Message-ID: <7cc417dd-036f-7dc1-6814-b1fdac810f03@kernel.org> Date: Tue, 9 Jul 2019 08:53:19 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <20190709063023.251446-17-brendanhiggins@google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On 7/9/19 12:30 AM, Brendan Higgins wrote: > Add myself as maintainer of KUnit, the Linux kernel's unit testing > framework. > > Signed-off-by: Brendan Higgins > Reviewed-by: Greg Kroah-Hartman > Reviewed-by: Logan Gunthorpe > --- > MAINTAINERS | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 677ef41cb012c..48d04d180a988 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8599,6 +8599,17 @@ S: Maintained > F: tools/testing/selftests/ > F: Documentation/dev-tools/kselftest* > > +KERNEL UNIT TESTING FRAMEWORK (KUnit) > +M: Brendan Higgins > +L: linux-kselftest@vger.kernel.org > +L: kunit-dev@googlegroups.com > +W: https://google.github.io/kunit-docs/third_party/kernel/docs/ > +S: Maintained > +F: Documentation/dev-tools/kunit/ > +F: include/kunit/ > +F: kunit/ > +F: tools/testing/kunit/ > + > KERNEL USERMODE HELPER > M: Luis Chamberlain > L: linux-kernel@vger.kernel.org > Thanks Brendan. I am good with this. I can take KUnit patches through kselftest with your Ack. thanks, -- Shuah