-
- Downloads
Merge tag 'linux-kselftest-4.18-rc1' of...
Merge tag 'linux-kselftest-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest Pull Kselftest update from Shuah Khan: - Work to restructure timers test suite to move PIE out of rtctest from Alexandre Belloni. - Several minor spelling and bug fixes. - New cgroup tests from Roman Gushchin and Mike Rapoport. - Kselftest framework changes to handle and report skipped tests correctly. Prior to these changes, framework treated all non-zero return codes from tests as failures. When tests are skipped with non-zero return code, due to unmet dependencies and/or unsupported configuration, reporting them as failed lead to false negatives on the tests that couldn't be run. - Fixes to test Makefiles to remove unnecessary RUN_TESTS and EMIT_TESTS overrides and use common defines from lib.mk. - Fixes to several tests to return correct Kselftest skip code. - Changes to improve test output. * tag 'linux-kselftest-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (55 commits) selftests: lib: fix prime_numbers module search and skip logic selftests: intel_pstate: notification about privilege required to run intel_pstate testing script selftests: cgroup/memcontrol: add basic test for socket accounting selftest: intel_pstate: debug support message from aperf.c and return value kselftest/cgroup: fix variable dereferenced before check warning selftests/intel_pstate: Enhance table printing selftests/intel_pstate: Improve test, minor fixes selftests: cgroup/memcontrol: add basic test for swap controls selftests: cgroup: add memory controller self-tests selftests: memfd: split regular and hugetlbfs tests selftests: net: return Kselftest Skip code for skipped tests selftests: mqueue: return Kselftest Skip code for skipped tests selftests: memory-hotplug: return Kselftest Skip code for skipped tests selftests: memfd: return Kselftest Skip code for skipped tests selftests: membarrier: return Kselftest Skip code for skipped tests selftests: media_tests: return Kselftest Skip code for skipped tests selftests: locking: return Kselftest Skip code for skipped tests selftests: locking: add Makefile for locking test selftests: lib: return Kselftest Skip code for skipped tests selftests: lib: add prime_numbers.sh test to Makefile ...
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- tools/testing/selftests/Makefile 4 additions, 1 deletiontools/testing/selftests/Makefile
- tools/testing/selftests/android/Makefile 0 additions, 8 deletionstools/testing/selftests/android/Makefile
- tools/testing/selftests/android/ion/ion_test.sh 5 additions, 2 deletionstools/testing/selftests/android/ion/ion_test.sh
- tools/testing/selftests/breakpoints/step_after_suspend_test.c 5 additions, 1 deletion...s/testing/selftests/breakpoints/step_after_suspend_test.c
- tools/testing/selftests/cgroup/Makefile 10 additions, 0 deletionstools/testing/selftests/cgroup/Makefile
- tools/testing/selftests/cgroup/cgroup_util.c 331 additions, 0 deletionstools/testing/selftests/cgroup/cgroup_util.c
- tools/testing/selftests/cgroup/cgroup_util.h 41 additions, 0 deletionstools/testing/selftests/cgroup/cgroup_util.h
- tools/testing/selftests/cgroup/test_memcontrol.c 1015 additions, 0 deletionstools/testing/selftests/cgroup/test_memcontrol.c
- tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh 8 additions, 6 deletionstools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh
- tools/testing/selftests/cpufreq/main.sh 4 additions, 1 deletiontools/testing/selftests/cpufreq/main.sh
- tools/testing/selftests/efivarfs/efivarfs.sh 5 additions, 2 deletionstools/testing/selftests/efivarfs/efivarfs.sh
- tools/testing/selftests/exec/execveat.c 4 additions, 2 deletionstools/testing/selftests/exec/execveat.c
- tools/testing/selftests/filesystems/Makefile 1 addition, 0 deletionstools/testing/selftests/filesystems/Makefile
- tools/testing/selftests/filesystems/devpts_pts.c 9 additions, 6 deletionstools/testing/selftests/filesystems/devpts_pts.c
- tools/testing/selftests/firmware/fw_fallback.sh 2 additions, 2 deletionstools/testing/selftests/firmware/fw_fallback.sh
- tools/testing/selftests/firmware/fw_filesystem.sh 3 additions, 1 deletiontools/testing/selftests/firmware/fw_filesystem.sh
- tools/testing/selftests/firmware/fw_lib.sh 5 additions, 2 deletionstools/testing/selftests/firmware/fw_lib.sh
- tools/testing/selftests/futex/Makefile 0 additions, 12 deletionstools/testing/selftests/futex/Makefile
- tools/testing/selftests/gpio/gpio-mockup.sh 8 additions, 4 deletionstools/testing/selftests/gpio/gpio-mockup.sh
Loading
Please register or sign in to comment