Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1220197

[PATCH v2 0/6] kselftest improvement and cleanup

From Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Newsgroups linux.kernel
Subject [PATCH v2 0/6] kselftest improvement and cleanup
Date 2015-09-07 16:10 +0200
Message-ID <q65ho-7Mu-19@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/6] kselftest improvement and cleanup Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> - 2015-09-07 16:10 +0200
  [PATCH v2 2/6] selftests: only compile userfaultfd for x86 and powperpc Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> - 2015-09-07 16:10 +0200
    Re: [PATCH v2 2/6] selftests: only compile userfaultfd for x86 and  powperpc Michael Ellerman <mpe@ellerman.id.au> - 2015-09-08 07:50 +0200

csiph-web