All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] kselftest improvement and cleanup
@ 2015-09-07 14:04 Bamvor Jian Zhang
  2015-09-07 14:04 ` [PATCH v2 1/6] selftests: rename jump label to static_keys Bamvor Jian Zhang
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Bamvor Jian Zhang @ 2015-09-07 14:04 UTC (permalink / raw)
  To: linux-kernel
  Cc: broonie, khilman, tyler.baker, bamvor.zhangjian, shuahkh, mpe

This is my second attempt for improving the kselftest for arm/arm64
architecture. Eventually, we hope we could build(in an cross compile
environment) and run all the kselftest cases automatically(successful
of courses). The first version is here[1].

In this series, I try to make all the testcases compiling and
installation successful.

The status of these series patches as follows:

c 9fae100 selftests: breakpoints: fix installing error on the architecture except x86
c a7d0f07 selftests: check before install
a 7824b26 selftests: rename jump label to static_keys
a f93be76 selftests: only compile userfaultfd for x86 and powperpc
  8ec8722 selftests: mqueue: allow extra cflags
  d5babcb selftests: mqueue: simpification the Makefile
  e2fe790 selftests: change install command to rsync
  2becd5b selftests: exec: simpification the Makefile

"c" means committed by Shuah Khan <shuahkh@osg.samsung.com>
"a" means acked by Shuah Khan <shuahkh@osg.samsung.com>

[1] http://www.spinics.net/lists/kernel/msg2056987.html

Bamvor Jian Zhang (6):
  selftests: rename jump label to static_keys
  selftests: only compile userfaultfd for x86 and powperpc
  selftests: mqueue: allow extra cflags
  selftests: mqueue: simpification the Makefile
  selftests: change install command to rsync
  selftests: exec: simpification the Makefile

 tools/testing/selftests/Makefile        |  2 +-
 tools/testing/selftests/exec/Makefile   |  4 +---
 tools/testing/selftests/ftrace/Makefile |  2 +-
 tools/testing/selftests/lib.mk          | 11 ++++-------
 tools/testing/selftests/mqueue/Makefile |  7 +++----
 tools/testing/selftests/vm/Makefile     | 12 ++++++++++++
 6 files changed, 22 insertions(+), 16 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2015-09-08  9:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-07 14:04 [PATCH v2 0/6] kselftest improvement and cleanup Bamvor Jian Zhang
2015-09-07 14:04 ` [PATCH v2 1/6] selftests: rename jump label to static_keys Bamvor Jian Zhang
2015-09-08  5:39   ` Michael Ellerman
2015-09-07 14:04 ` [PATCH v2 2/6] selftests: only compile userfaultfd for x86 and powperpc Bamvor Jian Zhang
2015-09-08  5:41   ` Michael Ellerman
2015-09-07 14:04 ` [PATCH v2 3/6] selftests: mqueue: allow extra cflags Bamvor Jian Zhang
2015-09-08  5:44   ` Michael Ellerman
2015-09-07 14:04 ` [PATCH v2 4/6] selftests: mqueue: simpification the Makefile Bamvor Jian Zhang
2015-09-08  5:47   ` Michael Ellerman
2015-09-07 14:04 ` [PATCH v2 5/6] selftests: change install command to rsync Bamvor Jian Zhang
2015-09-08  5:52   ` Michael Ellerman
2015-09-08  9:25     ` Bamvor Zhang Jian
2015-09-08  9:39       ` Michael Ellerman
2015-09-08  9:40         ` Bamvor Zhang Jian
2015-09-07 14:04 ` [PATCH v2 6/6] selftests: exec: simpification the Makefile Bamvor Jian Zhang
2015-09-08  5:57   ` Michael Ellerman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.