linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Alan Maguire <alan.maguire@oracle.com>
Cc: brendanhiggins@google.com, gregkh@linuxfoundation.org,
	rjw@rjwysocki.net, dmitry.torokhov@gmail.com,
	sfr@canb.auug.org.au, linux-kernel@vger.kernel.org,
	linux-next@vger.kernel.org, linux-kselftest@vger.kernel.org,
	skhan@linuxfoundation.org
Subject: Re: [PATCH] software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST
Date: Tue, 14 Jan 2020 08:45:56 -0800	[thread overview]
Message-ID: <51d7d427-2ef6-b0cd-ad23-2fb75b06b763@infradead.org> (raw)
In-Reply-To: <alpine.LRH.2.20.2001141639240.15464@dhcp-10-175-171-251.vpn.oracle.com>

On 1/14/20 8:42 AM, Alan Maguire wrote:
> On Tue, 14 Jan 2020, Randy Dunlap wrote:
> 
>> Hi Alan,
>>
>> On 1/14/20 8:09 AM, Alan Maguire wrote:
>>> currently the property entry kunit tests are built if CONFIG_KUNIT=y.
>>> This will cause warnings when merged with the kunit tree that now
>>> supports tristate CONFIG_KUNIT.  While the tests appear to compile
>>> as a module, we get a warning about missing module license.
>>>
>>> It's better to have a per-test suite CONFIG variable so that
>>> we can do selective building of kunit-based suites, and can
>>> also avoid merge issues like this.
>>>
>>> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
>>
>> Reported-by: Randy Dunlap <rdunlap@infradead.org>
>>
> 
> Apologies for missing you out here.
>  
>>> Fixes: c032ace71c29 ("software node: add basic tests for property entries")
>>> Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
>>> ---
>>>  drivers/base/test/Kconfig  | 3 +++
>>>  drivers/base/test/Makefile | 2 +-
>>>  2 files changed, 4 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/drivers/base/test/Kconfig b/drivers/base/test/Kconfig
>>> index 86e85da..d29ae95 100644
>>> --- a/drivers/base/test/Kconfig
>>> +++ b/drivers/base/test/Kconfig
>>> @@ -8,3 +8,6 @@ config TEST_ASYNC_DRIVER_PROBE
>>>  	  The module name will be test_async_driver_probe.ko
>>>  
>>>  	  If unsure say N.
>>> +config KUNIT_DRIVER_PE_TEST
>>> +	bool "KUnit Tests for property entry API"
>>> +	depends on KUNIT
>>
>> Why is this bool instead of tristate?
>>
> 
> The support for building kunit and kunit tests as modules has not merged 
> into linux-next yet, so if we set the option to tristate the build would
> fail for allmodconfig builds.   Once it's merged we can revisit though; I 
> should have mentioned this, thanks for reminding me!

Oh. I see.  Thanks.

-- 
~Randy


  reply	other threads:[~2020-01-14 16:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-14 16:09 [PATCH] software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST Alan Maguire
2020-01-14 16:30 ` Randy Dunlap
2020-01-14 16:42   ` Alan Maguire
2020-01-14 16:45     ` Randy Dunlap [this message]
2020-01-14 22:43       ` Rafael J. Wysocki
2020-01-14 23:52         ` Brendan Higgins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51d7d427-2ef6-b0cd-ad23-2fb75b06b763@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=alan.maguire@oracle.com \
    --cc=brendanhiggins@google.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    --cc=sfr@canb.auug.org.au \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).