lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 15 Sep 2014 16:33:55 -0600 From: Shuah Khan <shuahkh@....samsung.com> To: akpm@...ux-foundation.org, gregkh@...uxfoundation.org, colin.king@...onical.com, dbueso@...e.de, ebiederm@...ssion.com, serge.hallyn@...ntu.com, thierry@...ux.vnet.ibm.com, felipensp@...il.com Cc: Shuah Khan <shuahkh@....samsung.com>, linux-api@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [PATCH 0/7] kselftest new exit codes and test changes to use them This patch series adds a new header file for kselftest defines for individual tests to report test results, and changes to several tests to use the new header file and exit codes. Shuah Khan (7): selftests: add header file for test exit code defines selftests/breakpoints: change breakpoints test to use kselftest exit codes selftests/ipc: change ipc test to use kselftest exit codes selftests/kcmp: change kcmp test to use kselftest exit codes selftests/mount: change mount test to use kselftest exit codes selftests/ptrace: change ptrace test to use kselftest exit codes selftests/timers: change timers test to use kselftest exit codes .../selftests/breakpoints/breakpoint_test.c | 10 +++++---- tools/testing/selftests/ipc/msgque.c | 26 ++++++++++++---------- tools/testing/selftests/kcmp/kcmp_test.c | 16 +++++++------ tools/testing/selftests/kselftest.h | 20 +++++++++++++++++ .../selftests/mount/unprivileged-remount-test.c | 10 +++++---- tools/testing/selftests/ptrace/peeksiginfo.c | 21 ++++++++--------- tools/testing/selftests/timers/posix_timers.c | 19 +++++++++------- 7 files changed, 77 insertions(+), 45 deletions(-) create mode 100644 tools/testing/selftests/kselftest.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists