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.3 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_IN_DEF_DKIM_WL autolearn=no 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 422D6C433E0 for ; Thu, 28 May 2020 19:07:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1698A206A1 for ; Thu, 28 May 2020 19:07:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="uDW5ODyy" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406195AbgE1TH1 (ORCPT ); Thu, 28 May 2020 15:07:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406108AbgE1THY (ORCPT ); Thu, 28 May 2020 15:07:24 -0400 Received: from mail-pl1-x644.google.com (mail-pl1-x644.google.com [IPv6:2607:f8b0:4864:20::644]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3A850C08C5C6 for ; Thu, 28 May 2020 12:07:24 -0700 (PDT) Received: by mail-pl1-x644.google.com with SMTP id x10so11989048plr.4 for ; Thu, 28 May 2020 12:07:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VwOVkU0O5MPTy6BNN6XbEIcSAUqdb5AHofI+QJezuPI=; b=uDW5ODyyxREse/z9nXtUVNzYSUM3rxmiKouMrW0jQ4pjS6v1fwxsd/yw3a/ZOhLjGv +jxGfyDsoKrn60aSTMmdCEZ2GchIZiuChuz/1AE6nf0dyurPkh4aVOWLNA/wdcuWoQmU oOrU3dKuigLmoTXchnDB47CeNglHPROppF6lxw+UKA//5w9cqkkW8LdHMQHyPK6SUGyO GCbw8fY9NUY6foqe4PtpNWnbJ82ESuHOCefXC/FkqMmVTJWfp1TBB+jyO+x91mphMZEI wdves0btscFepzUrFDrHsvalWOOYRZfS5Kyq0euFgY4kpm6EmhBKzRzD4vzd8i8gIdpz gLHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VwOVkU0O5MPTy6BNN6XbEIcSAUqdb5AHofI+QJezuPI=; b=r0mXdQqbcA6/szT3+kbc+GLwyvkVoN9Ocwqc8kKAQ3LFL3oTxMZzqe5xzjZIjxb1JQ 3hExqcJA3AIE2c5X17aXRpM7B65YYJAJoe0Np33ysjpRux2ftpyDMKrQKyUc4eH4WX3F yxaI4vA/QO4d7btIeMdoTV03Jk9IhIuYmgyVaEIDOklaX5sIFw60cyXtcpneTsdC9WP7 TJmCTMJG80edLTW0r3ksCKNBrX8HIZFyAjwsmz7jHdYPvL5VkFDF83iJ4+CGsc9k9vCj YwqpimDkuW6ATITNoThuo8Ry/zQ8b4WVGhvXrpNzxTKGAR/ce/7VYz/RWCTa3fBXNDBI dqFA== X-Gm-Message-State: AOAM531ua8jSAroXR3UEDCwDVHaxVUkp6LFRcTEgWL2NVpR1to53KrZK sd3a8HyD5ClRBt/rEn+xhzcbB3QKMZuJdhlh0DYmoQ== X-Google-Smtp-Source: ABdhPJyHjlcrtJrC+9HghnaFLvsYtvx90pMxGJn0t37UYFwj6H/4l9P4f/thKbVZ/294rQqkIqrgjWfA3AjwOQYQKbs= X-Received: by 2002:a17:90a:17ed:: with SMTP id q100mr4950842pja.80.1590692843445; Thu, 28 May 2020 12:07:23 -0700 (PDT) MIME-Version: 1.0 References: <20200511131350.29638-1-anders.roxell@linaro.org> In-Reply-To: From: Brendan Higgins Date: Thu, 28 May 2020 12:07:13 -0700 Message-ID: Subject: Re: [PATCH v3 0/6] Enable as many KUnit tests as possible To: Anders Roxell , Shuah Khan Cc: Andrew Morton , Greg Kroah-Hartman , "Theodore Ts'o" , Andreas Dilger , John Johansen , James Morris , "Serge E. Hallyn" , "open list:KERNEL SELFTEST FRAMEWORK" , KUnit Development , Linux Kernel Mailing List , linux-ext4@vger.kernel.org, linux-security-module , Marco Elver , David Gow Content-Type: text/plain; charset="UTF-8" Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, May 27, 2020 at 4:49 AM Anders Roxell wrote: > > Hi all, > > Friendly ping: who can take this? Sorry, I just reviewed the last patch. Shuah, do you mind picking this up for 5.8? > Cheers, > Anders > > On Mon, 11 May 2020 at 15:14, Anders Roxell wrote: > > > > Hi, > > > > This patchset will try to enable as many KUnit test fragments as > > possible for the current .config file. > > This will make it easier for both developers that tests their specific > > feature and also for test-systems that would like to get as much as > > possible for their current .config file. > > > > I will send a separate KCSAN KUnit patch after this patchset since that > > isn't in mainline yet. > > > > Since v2: > > Fixed David's comments. KUNIT_RUN_ALL -> KUNIT_ALL_TESTS, and he > > suggested a great help text. > > > > Since v1: > > Marco commented to split up the patches, and change a "." to a ",". > > > > > > Cheers, > > Anders > > > > Anders Roxell (6): > > kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment > > kunit: default KUNIT_* fragments to KUNIT_ALL_TESTS > > lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTS > > drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS > > fs: ext4: default KUNIT_* fragments to KUNIT_ALL_TESTS > > security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTS > > > > drivers/base/Kconfig | 3 ++- > > drivers/base/test/Kconfig | 3 ++- > > fs/ext4/Kconfig | 3 ++- > > lib/Kconfig.debug | 6 ++++-- > > lib/kunit/Kconfig | 23 ++++++++++++++++++++--- > > security/apparmor/Kconfig | 3 ++- > > 6 files changed, 32 insertions(+), 9 deletions(-) > > > > -- > > 2.20.1 > > Thanks!