linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] kbuild: kselftest - new make target to build and run kernel selftests
@ 2014-08-07 14:03 Shuah Khan
  2014-08-07 15:57 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Shuah Khan @ 2014-08-07 14:03 UTC (permalink / raw)
  To: mmarek, gregkh, sam; +Cc: Shuah Khan, linux-kbuild, linux-kernel

Add a new make target "kselftest" to enable kernel testing. This
new target builds and runs kernel selftests. Running as root is
recommended for a complete test run as some tests don't run when
run by non-root user.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
---
 Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Makefile b/Makefile
index d0901b4..7eda9fb 100644
--- a/Makefile
+++ b/Makefile
@@ -1036,6 +1036,13 @@ headers_check: headers_install
 	$(Q)$(MAKE) $(hdr-inst)=arch/$(hdr-arch)/include/uapi/asm $(hdr-dst) HDRCHECK=1
 
 # ---------------------------------------------------------------------------
+# Kernel selftest
+
+PHONY += kselftest
+kselftest:
+	$(Q)$(MAKE) -C tools/testing/selftests run_tests
+
+# ---------------------------------------------------------------------------
 # Modules
 
 ifdef CONFIG_MODULES
@@ -1238,6 +1245,9 @@ help:
 	@echo  '  headerdep       - Detect inclusion cycles in headers'
 	@$(MAKE) -f $(srctree)/scripts/Makefile.help checker-help
 	@echo  ''
+	@echo  'Kernel selftest'
+	@echo  '  kselftest       - Build and run kernel selftest (run as root)'
+	@echo  ''
 	@echo  'Kernel packaging:'
 	@$(MAKE) $(build)=$(package-dir) help
 	@echo  ''
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] kbuild: kselftest - new make target to build and run kernel selftests
  2014-08-07 14:03 [PATCH v2] kbuild: kselftest - new make target to build and run kernel selftests Shuah Khan
@ 2014-08-07 15:57 ` Sam Ravnborg
  2014-08-07 16:13   ` Shuah Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2014-08-07 15:57 UTC (permalink / raw)
  To: Shuah Khan; +Cc: mmarek, gregkh, linux-kbuild, linux-kernel

On Thu, Aug 07, 2014 at 08:03:12AM -0600, Shuah Khan wrote:
> Add a new make target "kselftest" to enable kernel testing. This
> new target builds and runs kernel selftests. Running as root is
> recommended for a complete test run as some tests don't run when
> run by non-root user.

kselftest will run the test - but will not build the kerenl.
That is does not build the kernel is IMO a good thing -
as one may re-run the test while doing work on the kernel, and triggering
a rebuild to re-run the test is not nice.

The changelog + help text needs to be updated to reflect that the kernel is not
built when you use "make kselftest".

On top of this - can you please tell what plans exists to extend this.
When we discussed "devtest" it was said that it would not be a wrapper
for selftests run_tests only, but more was planned to be added.


	Sam

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] kbuild: kselftest - new make target to build and run kernel selftests
  2014-08-07 15:57 ` Sam Ravnborg
@ 2014-08-07 16:13   ` Shuah Khan
  0 siblings, 0 replies; 3+ messages in thread
From: Shuah Khan @ 2014-08-07 16:13 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: mmarek, gregkh, linux-kbuild, linux-kernel, Shuah Khan

On 08/07/2014 09:57 AM, Sam Ravnborg wrote:
> On Thu, Aug 07, 2014 at 08:03:12AM -0600, Shuah Khan wrote:
>> Add a new make target "kselftest" to enable kernel testing. This
>> new target builds and runs kernel selftests. Running as root is
>> recommended for a complete test run as some tests don't run when
>> run by non-root user.
>
> kselftest will run the test - but will not build the kerenl.
> That is does not build the kernel is IMO a good thing -
> as one may re-run the test while doing work on the kernel, and triggering
> a rebuild to re-run the test is not nice.

Good. That is the reason why I made the change to not run make all.
Result of an aha moment when I was working on the v2 :)

>
> The changelog + help text needs to be updated to reflect that the kernel is not
> built when you use "make kselftest".

I will update the changelog and re-send the patch.

>
> On top of this - can you please tell what plans exists to extend this.
> When we discussed "devtest" it was said that it would not be a wrapper
> for selftests run_tests only, but more was planned to be added.
>

I posted agenda item to ksummit-discuss this morning outlining the
progress made in 3.17 and what's planned for 3.18 and beyond. I think
the post is waiting for moderator approval.

-- Shuah

-- 
Shuah Khan
Senior Linux Kernel Developer - Open Source Group
Samsung Research America(Silicon Valley)
shuah.kh@samsung.com | (970) 672-0658

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-07 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-07 14:03 [PATCH v2] kbuild: kselftest - new make target to build and run kernel selftests Shuah Khan
2014-08-07 15:57 ` Sam Ravnborg
2014-08-07 16:13   ` Shuah Khan

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).