lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 28 May 2020 12:07:13 -0700 From: Brendan Higgins <brendanhiggins@...gle.com> To: Anders Roxell <anders.roxell@...aro.org>, Shuah Khan <skhan@...uxfoundation.org> Cc: Andrew Morton <akpm@...ux-foundation.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "Theodore Ts'o" <tytso@....edu>, Andreas Dilger <adilger.kernel@...ger.ca>, John Johansen <john.johansen@...onical.com>, James Morris <jmorris@...ei.org>, "Serge E. Hallyn" <serge@...lyn.com>, "open list:KERNEL SELFTEST FRAMEWORK" <linux-kselftest@...r.kernel.org>, KUnit Development <kunit-dev@...glegroups.com>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, linux-ext4@...r.kernel.org, linux-security-module <linux-security-module@...r.kernel.org>, Marco Elver <elver@...gle.com>, David Gow <davidgow@...gle.com> Subject: Re: [PATCH v3 0/6] Enable as many KUnit tests as possible On Wed, May 27, 2020 at 4:49 AM Anders Roxell <anders.roxell@...aro.org> 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 <anders.roxell@...aro.org> 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!
Powered by blists - more mailing lists