Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1221413
| From | Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/5] kselftest improvement and cleanup |
| Date | 2015-09-09 15:20 +0200 |
| Message-ID | <q6Ns6-48j-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is my third 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 and second version is here[1][2]. In this series, I try to make all the testcases compiling and installation successful. Changes since v2: 1. Remove the patch "selftests: only compile userfaultfd for x86 and powperpc". Michael sent anther better patch. 2. Improve the commits and patches according to Michael's suggestion. c 9fae100 selftests: breakpoints: fix installing error on the architecture except x86 c a7d0f07 selftests: check before install a 1189f67 selftests: rename jump label to static_keys a 4ee06bb selftests: mqueue: allow extra cflags 9767a8e selftests: mqueue: Simplify the Makefile 980ac26 selftests: change install command to rsync 82775ac selftests: exec: Revert to default emit rule "c" means committed by Shuah Khan <shuahkh@osg.samsung.com> "a" means acked by Shuah Khan <shuahkh@osg.samsung.com> or Michael Ellermani <mpe@ellerman.id.au> Bamvor Jian Zhang (5): selftests: rename jump label to static_keys selftests: mqueue: allow extra cflags selftests: mqueue: simplify the Makefile selftests: change install command to rsync selftests: exec: revert to default emit rule 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 | 10 ++++------ 5 files changed, 11 insertions(+), 18 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 | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] kselftest improvement and cleanup Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> - 2015-09-09 15:20 +0200 [PATCH v3 4/5] selftests: change install command to rsync Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> - 2015-09-09 15:20 +0200 [PATCH v3 3/5] selftests: mqueue: simplify the Makefile Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> - 2015-09-09 15:20 +0200 [PATCH v3 1/5] selftests: rename jump label to static_keys Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> - 2015-09-09 15:20 +0200 [PATCH v3 2/5] selftests: mqueue: allow extra cflags Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> - 2015-09-09 15:20 +0200 [PATCH v3 5/5] selftests: exec: revert to default emit rule Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> - 2015-09-09 15:20 +0200 Re: [PATCH v3 0/5] kselftest improvement and cleanup Shuah Khan <shuahkh@osg.samsung.com> - 2015-09-15 01:00 +0200
csiph-web