linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Create specific kconfig for kselftest
@ 2015-12-17  9:57 Bamvor Jian Zhang
  2015-12-17  9:57 ` Bamvor Jian Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bamvor Jian Zhang @ 2015-12-17  9:57 UTC (permalink / raw)
  To: linux-api
  Cc: linux-kernel, linux-kbuild, shuahkh, yann.morin.1998, khilman,
	tyler.baker, broonie, mpe, dvhart, Bamvor Jian Zhang

There is a discussion about improving the usability of kselftest by
creating test-specific kconfig in recent kernel Summit.

Patch 1 keep test-specific kconfig fragments inside each selftest so
that merge_configs.sh could build up a kernel that can test the
specific or all feature(s).

Patch 2 add config option(kselftest-mergeconfig) in make file as a
helper to merge all the test config dependecies to .config.

Changes since v2:
1.  Fix the misuse of objtree and srctree in the
    kselftest-mergeconfig target.

Changes since v1:
1.  Add kselftest-mergeconfig in scripts/kconfig/Makefile according
    to the suggestion from Michael.

[1] http://www.spinics.net/lists/linux-api/msg15533.html
[2] http://www.spinics.net/lists/linux-api/msg15593.html

Bamvor Jian Zhang (2):
  selftests: create test-specific kconfig fragments
  scripts/kconfig/Makefile: add kselftest-mergeconfig

 scripts/kconfig/Makefile                      | 9 +++++++++
 tools/testing/selftests/cpu-hotplug/config    | 2 ++
 tools/testing/selftests/firmware/config       | 1 +
 tools/testing/selftests/ftrace/config         | 1 +
 tools/testing/selftests/ipc/config            | 2 ++
 tools/testing/selftests/memory-hotplug/config | 4 ++++
 tools/testing/selftests/mount/config          | 2 ++
 tools/testing/selftests/net/config            | 3 +++
 tools/testing/selftests/pstore/config         | 4 ++++
 tools/testing/selftests/seccomp/config        | 2 ++
 tools/testing/selftests/static_keys/config    | 1 +
 tools/testing/selftests/user/config           | 1 +
 tools/testing/selftests/vm/config             | 1 +
 tools/testing/selftests/zram/config           | 2 ++
 14 files changed, 35 insertions(+)
 create mode 100644 tools/testing/selftests/cpu-hotplug/config
 create mode 100644 tools/testing/selftests/firmware/config
 create mode 100644 tools/testing/selftests/ftrace/config
 create mode 100644 tools/testing/selftests/ipc/config
 create mode 100644 tools/testing/selftests/memory-hotplug/config
 create mode 100644 tools/testing/selftests/mount/config
 create mode 100644 tools/testing/selftests/net/config
 create mode 100644 tools/testing/selftests/pstore/config
 create mode 100644 tools/testing/selftests/seccomp/config
 create mode 100644 tools/testing/selftests/static_keys/config
 create mode 100644 tools/testing/selftests/user/config
 create mode 100644 tools/testing/selftests/vm/config
 create mode 100644 tools/testing/selftests/zram/config

-- 
2.1.4

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

end of thread, other threads:[~2016-01-05  0:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17  9:57 [PATCH v3 0/2] Create specific kconfig for kselftest Bamvor Jian Zhang
2015-12-17  9:57 ` Bamvor Jian Zhang
2015-12-17  9:57 ` [PATCH v3 1/2] selftests: create test-specific kconfig fragments Bamvor Jian Zhang
2015-12-17  9:57 ` [PATCH v3 2/2] scripts/kconfig/Makefile: add kselftest-mergeconfig Bamvor Jian Zhang
     [not found] ` <1450346273-31633-1-git-send-email-bamvor.zhangjian-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-12-17 23:44   ` [PATCH v3 0/2] Create specific kconfig for kselftest Michael Ellerman
2015-12-24 10:17     ` Bamvor Zhang Jian
2016-01-04  4:57       ` Michael Ellerman
2016-01-04 10:34         ` Bamvor Jian Zhang
     [not found]           ` <568A4AC5.1050703-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-01-05  0:17             ` Michael Ellerman

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