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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 E89C1C32750 for ; Tue, 13 Aug 2019 08:23:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B10E0206C2 for ; Tue, 13 Aug 2019 08:23:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565684619; bh=LhM0YKarXZmrtosEYHZKw3JO5KA+rrW+R4sA+dxYHo4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=I7gA6txOq5RliiD6gmAsElHSar9d6zDkYzrs1zyu23RN6UBx6+IRVbqJpmVMH8Ixd m1HfkCzecTb8ygf0qkqc6/ORVzsb2eaTdIgP+7ay0u4u66J+HSeYYhzLf0umIwngyP ckz5ZhhK++mSKkI+ttoVd+6OpU3BasyOTmeGOp1Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727326AbfHMIXj (ORCPT ); Tue, 13 Aug 2019 04:23:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:45340 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727099AbfHMIXj (ORCPT ); Tue, 13 Aug 2019 04:23:39 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E618E20663; Tue, 13 Aug 2019 08:23:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565684618; bh=LhM0YKarXZmrtosEYHZKw3JO5KA+rrW+R4sA+dxYHo4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xmY33onqh5s/0F6Nes4hp0T2wWMVFsQaxmazfIV2RL982CY2WeAYpOoF8h6kqDeD9 Yyz6s1UfIANHyURdX3zrsq7tPGixoS7RNG5Ks7RSBiuJ3BYa3EJGad52XRjzLo8XwC at44eKlZCbmOxqbltAbKELSpiyAF0WY/JsSmtXWg= Date: Tue, 13 Aug 2019 10:23:36 +0200 From: Greg Kroah-Hartman To: Knut Omang Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-kbuild@vger.kernel.org, Shuah Khan , Jonathan Corbet , Masahiro Yamada , Michal Marek , Shreyans Devendra Doshi <0xinfosect0r@gmail.com>, Alan Maguire , Brendan Higgins , Kevin Hilman , Hidenori Yamaji , Frank Rowand , Timothy Bird , Luis Chamberlain , Theodore Ts'o , Daniel Vetter , Stephen Boyd Subject: Re: [RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree Message-ID: <20190813082336.GB17627@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Tue, Aug 13, 2019 at 08:09:15AM +0200, Knut Omang wrote: > and in the making:: > > kunit/ (kernel only (UML)) You are going to have to integrate this with kunit, to come up with a superset of both in the end. And I do not think that kunit is only UML, it's just that seems to be what Brendan tests with, but should work with other arches as well. thanks, greg k-h