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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,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 AACACC388F9 for ; Wed, 21 Oct 2020 20:44:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3C07F2237B for ; Wed, 21 Oct 2020 20:44:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="eR/u85b/" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2504430AbgJUUof (ORCPT ); Wed, 21 Oct 2020 16:44:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2440812AbgJUUoe (ORCPT ); Wed, 21 Oct 2020 16:44:34 -0400 Received: from mail-pg1-x541.google.com (mail-pg1-x541.google.com [IPv6:2607:f8b0:4864:20::541]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4A8AC0613CF for ; Wed, 21 Oct 2020 13:44:34 -0700 (PDT) Received: by mail-pg1-x541.google.com with SMTP id h6so2213676pgk.4 for ; Wed, 21 Oct 2020 13:44:34 -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=ToNH8GJuZ5rTdifevtZT8GFNBviH6s2F8SrsK2qyVY0=; b=eR/u85b/Zu/amsL8sCxSY2DnlP2Ehk3lIHJnhKz0Lo/gM0vBBdbixGiQlZ5J0xQZlv yODucoIDiS4Ab48gtTtCHB/X3vsuT6qGAxVE24qmG8mbpb6olpl5oVeertMysd1tJsGh AiYx01TeIjGW48ApOv7+VvBCHqaW4SXpJafYy+HNJhciEPo/XjPuL6fthVdBi039Qcyq PBxp/I+h/ujkmKG9JRqjH7UWvXIamXWIJhcfBYz7fdH/cv8hti7OXrGpzkcNYmmeRDK4 N0nIw3DY+7L0dnJmCLkbJmOC4ie0iYQ0L2VxBD2aac7T10/NYiRhHhY8z5gujzDp6yS2 srNw== 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=ToNH8GJuZ5rTdifevtZT8GFNBviH6s2F8SrsK2qyVY0=; b=WB+kvIbdGAVysSnCKVheW8S2xKksa8l991t/ObVcMJdZs7nDOJ/ePChj/Y00qHln1H PdnbJDtltrT4HeE2QaQSHozIJ38Gv0FxNY3+z5k1s8S8GLbkoF9kIPw3D18W8d3yV6fH godc5r6BU4aeC1yD0OcPNP+ekz+ZTllC5f0Tbr3KTBW69amnRVxXS96jjQl1y4L8khA7 I2Vpve96RG2Nf89IzcU8tKayqtHNHNInu70+2eoYZexDqF2cjIM7XY9c6KnS9XiZSgXU Oo50qTNNx3dcK2UEFijDaoRLCPAHyui1U2wFqQ11qCT71Lbnmvr2sFZQhAK/X1nkEtVa 3YHg== X-Gm-Message-State: AOAM532UeZUg6YqtWagQxYRcV4+G7nVMcV3FP7JAkFPgBdC/FyPRe85Y 7GDmpdZCJNjR0mb16I83+u3eE1bwc25colzMnWdepA== X-Google-Smtp-Source: ABdhPJxCBzWvlDptnlUC4y/kkY4UVyb3az9b3ad04JiC78/1Nkpox0BI5W6rCZyYsH1x3/hNf+ty4ao55Bww36Fop0U= X-Received: by 2002:a62:d44d:0:b029:152:ebc:77f8 with SMTP id u13-20020a62d44d0000b02901520ebc77f8mr5394843pfl.14.1603313073426; Wed, 21 Oct 2020 13:44:33 -0700 (PDT) MIME-Version: 1.0 References: <20201021192518.31187-1-sjpark@amazon.com> In-Reply-To: <20201021192518.31187-1-sjpark@amazon.com> From: Brendan Higgins Date: Wed, 21 Oct 2020 13:44:22 -0700 Message-ID: Subject: Re: [PATCH] Documentation: kunit: Update Kconfig parts for KUNIT's module support To: SeongJae Park Cc: Jonathan Corbet , SeongJae Park , Shuah Khan , David Gow , "open list:KERNEL SELFTEST FRAMEWORK" , KUnit Development , "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 Wed, Oct 21, 2020 at 12:32 PM SeongJae Park wrote: > > From: SeongJae Park > > If 'CONFIG_KUNIT=m', letting kunit tests that do not support loadable > module build depends on 'KUNIT' instead of 'KUNIT=y' result in compile > errors. This commit updates the document for this. > > Fixes: 9fe124bf1b77 ("kunit: allow kunit to be loaded as a module") > Signed-off-by: SeongJae Park > Reviewed-by: David Gow Reviewed-by: Brendan Higgins