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


Groups > linux.kernel > #1220197

[PATCH v2 0/6] kselftest improvement and cleanup

Path csiph.com!goblin1!goblin2!goblin.stu.neva.ru!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Newsgroups linux.kernel
Subject [PATCH v2 0/6] kselftest improvement and cleanup
Date Mon, 07 Sep 2015 16:10:03 +0200
Message-ID <q65ho-7Mu-19@gated-at.bofh.it> (permalink)
X-Original-To linux-kernel@vger.kernel.org
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=rCq0hvPUnNB8P5gjqzqPYFo61iUGExQhS+TqlndiCTI=; b=Lgr3rEi5nD3keCfgd7UCS6wqXqzW0f3aMlD0PUBf3xQNay8nxkwIUQll0Ax36KUD6u gS3BevXDfOplrGRsU9IiSDfV0s8yUzB11RrAdaTFpQfMrlcql/WkH9fRiWbTnHTFuVol kJgSU5ZG+4a2QWYeSoaKEZattnmJV2kX2SASDe22WxNpgAeSo0VhGe5Tr/1dfX0nYDAx voZoE1phdo6pZEAKG5327no++yzy8Ptt8S/etVm2PbWTq2y8gcXRbEF0bXn5daUSVPfb 0NON5QUe4ldwD4ufSGHSmkhQsCvrmnFnvP/kNjr+bwwUQGPjPLE+KAbZw1C+4MJPt/Zv SGJA==
X-Gm-Message-State ALoCoQkIhvzAzl14JLFwFkxsFKzOgOoogn9dDawSDFu/CfIdDXGhji/PKhbiIwI4DZiiVe3Vf+GM
X-Received by 10.68.190.227 with SMTP id gt3mr45530260pbc.102.1441634902034; Mon, 07 Sep 2015 07:08:22 -0700 (PDT)
X-Mailer git-send-email 2.1.4
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 48
Organization linux.* mail to news gateway
X-Original-Cc broonie@kernel.org, khilman@linaro.org, tyler.baker@linaro.org, bamvor.zhangjian@linaro.org, shuahkh@osg.samsung.com, mpe@ellerman.id.au
X-Original-Date Mon, 7 Sep 2015 22:04:46 +0800
X-Original-Message-ID <1441634692-19494-1-git-send-email-bamvor.zhangjian@linaro.org>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1220197

Show key headers only | 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