[PATCH] selftests: vm: add extra two binaries to .gitignore

2017-10-23 Thread lei.yang
From: Lei Yang I see two extra binaries are in the untracked file Untracked files: (use "git add ..." to include in what will be committed) tools/testing/selftests/vm/mlock-random-test tools/testing/selftests/vm/virtual_address_range Signed-off-by: Lei Yang --- tools

[PATCH] selftests: ftrace: add more config fragments

2017-10-21 Thread lei.yang
From: Lei Yang We need to enable more configs to make test more without this patch,we got lots of "UNSUPPORTED" before the patch: http://pastebin.ubuntu.com/25784377/ after the patch: http://pastebin.ubuntu.com/25784387/ Signed-off-by: Lei Yang --- tools/testing/selftests/ftrace/config | 4 ++

[PATCH] selftests: remove obsolete kconfig fragment for cpu-hotplug

2017-10-17 Thread lei.yang
From: Lei Yang Kconfig CONFIG_CPU_NOTIFIER_ERROR_INJECT has been removed since kernel 4.10 check commit: commit 530e9b76ae8f863dfdef4a6ad0b38613d32e8c3f Author: Thomas Gleixner Date: Wed Dec 21 20:19:53 2016 +0100 cpu/hotplug: Remove obsolete cpu hotplug register/unregiste

[PATCH] selftests: add missing test result status in memory-hotplug test

2017-10-17 Thread lei.yang
From: Lei Yang it only prints FAIL status when test fails, but doesn't print PASS status when test pass,this patch is to add PASS status in the test log. Signed-off-by: Lei Yang --- tools/testing/selftests/memory-hotplug/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff