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=-18.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_IN_DEF_DKIM_WL 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 28D58C48BE5 for ; Wed, 16 Jun 2021 20:37:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0EEA861076 for ; Wed, 16 Jun 2021 20:37:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233560AbhFPUjN (ORCPT ); Wed, 16 Jun 2021 16:39:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51500 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233562AbhFPUjJ (ORCPT ); Wed, 16 Jun 2021 16:39:09 -0400 Received: from mail-pf1-x430.google.com (mail-pf1-x430.google.com [IPv6:2607:f8b0:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 476EEC061574 for ; Wed, 16 Jun 2021 13:37:03 -0700 (PDT) Received: by mail-pf1-x430.google.com with SMTP id d62so1184428pfd.3 for ; Wed, 16 Jun 2021 13:37:03 -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=/iyaCYOVFTgGt+uLyKcOuwMWraHntMrfp9c4Wvuygsw=; b=ozk9b/x9ThmBWrjEaelNW21eP5a7iRJdlV2CCTgf37kQf96+3dtQlK8fT5gDAJUGD6 DoqqU7iPY42js1IrnSrZAs51SNZuE4YSBqwhCxLJqI0SUQbSmx0EocnWZal25Y2uLaeX y8FlJ2epoAYw8VrTJ6c+mPu0L0TXgM6AbaiAlF3dUaO+oLja5SbAZ860YmGZ08ORSYW8 /Yxsv4BONI8sHpeOSt+G/UHUfbJA2nGZYzZFtoxiGnj2N/jSJkYdrVPKaXKK6zPKlzFK nIKVKwGUESHVozEVHgVuoh0FX58K/8UmjfspgpbSLXKOzp3ETt7SlylUjuG+xWOLzVZR YmnA== 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=/iyaCYOVFTgGt+uLyKcOuwMWraHntMrfp9c4Wvuygsw=; b=NkgxT9lTHxnMqlnZXmHrrXlJv7/vmKL58OQokfpiDudgCcSU34p9qjU0lAywDAMnrp MfNugNN92CR8aPo/FzstsM5SVm4PukZTRdbWPjSqPEIX0uS20e8usJEIPsLSEX5gZxEO ITYbtKnPcLwWy+7/ywqmILOvE1KfQ/5PFafIxzkkzYWNaDZbOtsQQL8VvGJCZtiUU7A1 kPoARM1NXowvMw1tohQtO3bSKqBc3zN+DgLlYjwARCR2pAomEmvsIgk+L1UOWCpiRfRu blbkhU4Be0XLmWicsbVAQ2VQ/9JN+iuTHFNNPwCNVppOsOnZr3KIUNGBQvbHXGGFaUmI qgNA== X-Gm-Message-State: AOAM531zmOgxAg6mDI1wEBCBdp8hCNwb98MnXR7o3/2fnV4Cyrldj9wU jvjp+XpM1xvY71ds8UVCGO428vUlH7pPb6m6fy5s8A== X-Google-Smtp-Source: ABdhPJxjnJLJ8Cv1ZHYaqWXR3wF9ISnILfK3oF+Xc3ZEJKCH7abCZfLs1EX3lq0+oyQVuxYpRaebxpvKs51I4p7cy18= X-Received: by 2002:a63:485a:: with SMTP id x26mr1427134pgk.159.1623875817786; Wed, 16 Jun 2021 13:36:57 -0700 (PDT) MIME-Version: 1.0 References: <20210522044241.2763088-1-davidgow@google.com> <20210522044241.2763088-2-davidgow@google.com> In-Reply-To: <20210522044241.2763088-2-davidgow@google.com> From: Brendan Higgins Date: Wed, 16 Jun 2021 13:36:46 -0700 Message-ID: Subject: Re: [PATCH v2 2/3] kunit: Move default config from arch/um -> tools/testing/kunit To: David Gow Cc: Shuah Khan , Jeff Dike , Richard Weinberger , Jonathan Corbet , KUnit Development , "open list:KERNEL SELFTEST FRAMEWORK" , linux-um , "open list:DOCUMENTATION" , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 21, 2021 at 9:43 PM David Gow wrote: > > The default .kunitconfig file is currently kept in > arch/um/configs/kunit_defconfig, but -- with the impending QEMU patch > -- will no-longer be exclusively used for UML-based kernels. > > Move it alongside the other KUnit configs in > tools/testing/kunit/configs, and give it a name which matches the > existing all_tests.config and broken_on_uml.config files. > > Also update the Getting Started documentation to point to the new file. > > Signed-off-by: David Gow Reviewed-by: Brendan Higgins From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42f.google.com ([2607:f8b0:4864:20::42f]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltcHV-007fuA-UM for linux-um@lists.infradead.org; Wed, 16 Jun 2021 20:37:03 +0000 Received: by mail-pf1-x42f.google.com with SMTP id g6so3186756pfq.1 for ; Wed, 16 Jun 2021 13:36:58 -0700 (PDT) MIME-Version: 1.0 References: <20210522044241.2763088-1-davidgow@google.com> <20210522044241.2763088-2-davidgow@google.com> In-Reply-To: <20210522044241.2763088-2-davidgow@google.com> From: Brendan Higgins Date: Wed, 16 Jun 2021 13:36:46 -0700 Message-ID: Subject: Re: [PATCH v2 2/3] kunit: Move default config from arch/um -> tools/testing/kunit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: David Gow Cc: Shuah Khan , Jeff Dike , Richard Weinberger , Jonathan Corbet , KUnit Development , "open list:KERNEL SELFTEST FRAMEWORK" , linux-um , "open list:DOCUMENTATION" , Linux Kernel Mailing List On Fri, May 21, 2021 at 9:43 PM David Gow wrote: > > The default .kunitconfig file is currently kept in > arch/um/configs/kunit_defconfig, but -- with the impending QEMU patch > -- will no-longer be exclusively used for UML-based kernels. > > Move it alongside the other KUnit configs in > tools/testing/kunit/configs, and give it a name which matches the > existing all_tests.config and broken_on_uml.config files. > > Also update the Getting Started documentation to point to the new file. > > Signed-off-by: David Gow Reviewed-by: Brendan Higgins _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um