Merge tag 'linux-kselftest-next-6.6-rc1' of...
Merge tag 'linux-kselftest-next-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest Pull Kselftest updates from Shuah Khan: "A mix of fixes, enhancements, and new tests. Bulk of the changes enhance and fix rseq and resctrl tests. In addition, user_events, dmabuf-heaps and perf_events are added to default kselftest build and test coverage. A futex test fix, enhance prctl test coverage, and minor fixes are included in this update" * tag 'linux-kselftest-next-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (32 commits) selftests: cachestat: use proper syscall number macro selftests: cachestat: properly link in librt selftests/futex: Order calls to futex_lock_pi selftests: Hook more tests into the build infrastructure selftests/user_events: Reenable build selftests/filesystems: Add six consecutive 'x' characters to mktemp selftests/rseq: Use rseq_unqual_scalar_typeof in macros selftests/rseq: Fix arm64 buggy load-acquire/store-release macros selftests/rseq: Implement rseq_unqual_scalar_typeof selftests/rseq: Fix CID_ID typo in Makefile selftests:prctl: add set-process-name to .gitignore selftests:prctl: Fix make clean override warning selftests/resctrl: Remove test type checks from cat_val() selftests/resctrl: Pass the real number of tests to show_cache_info() selftests/resctrl: Move CAT/CMT test global vars to function they are used in selftests/resctrl: Don't use variable argument list for ->setup() selftests/resctrl: Don't pass test name to fill_buf selftests/resctrl: Improve parameter consistency in fill_buf selftests/resctrl: Remove unnecessary startptr global from fill_buf selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf() ...
No related branches found
No related tags found
Showing
- tools/testing/selftests/Makefile 4 additions, 0 deletionstools/testing/selftests/Makefile
- tools/testing/selftests/cachestat/Makefile 1 addition, 1 deletiontools/testing/selftests/cachestat/Makefile
- tools/testing/selftests/cachestat/test_cachestat.c 3 additions, 4 deletionstools/testing/selftests/cachestat/test_cachestat.c
- tools/testing/selftests/filesystems/fat/run_fat_tests.sh 1 addition, 1 deletiontools/testing/selftests/filesystems/fat/run_fat_tests.sh
- tools/testing/selftests/futex/functional/futex_wait_timeout.c 7 additions, 0 deletions...s/testing/selftests/futex/functional/futex_wait_timeout.c
- tools/testing/selftests/prctl/.gitignore 1 addition, 0 deletionstools/testing/selftests/prctl/.gitignore
- tools/testing/selftests/prctl/Makefile 1 addition, 3 deletionstools/testing/selftests/prctl/Makefile
- tools/testing/selftests/prctl/set-process-name.c 62 additions, 0 deletionstools/testing/selftests/prctl/set-process-name.c
- tools/testing/selftests/resctrl/Makefile 1 addition, 1 deletiontools/testing/selftests/resctrl/Makefile
- tools/testing/selftests/resctrl/cache.c 31 additions, 35 deletionstools/testing/selftests/resctrl/cache.c
- tools/testing/selftests/resctrl/cat_test.c 6 additions, 22 deletionstools/testing/selftests/resctrl/cat_test.c
- tools/testing/selftests/resctrl/cmt_test.c 7 additions, 22 deletionstools/testing/selftests/resctrl/cmt_test.c
- tools/testing/selftests/resctrl/fill_buf.c 31 additions, 56 deletionstools/testing/selftests/resctrl/fill_buf.c
- tools/testing/selftests/resctrl/mba_test.c 1 addition, 8 deletionstools/testing/selftests/resctrl/mba_test.c
- tools/testing/selftests/resctrl/mbm_test.c 5 additions, 12 deletionstools/testing/selftests/resctrl/mbm_test.c
- tools/testing/selftests/resctrl/resctrl.h 7 additions, 10 deletionstools/testing/selftests/resctrl/resctrl.h
- tools/testing/selftests/resctrl/resctrl_tests.c 57 additions, 26 deletionstools/testing/selftests/resctrl/resctrl_tests.c
- tools/testing/selftests/resctrl/resctrl_val.c 1 addition, 6 deletionstools/testing/selftests/resctrl/resctrl_val.c
- tools/testing/selftests/resctrl/resctrlfs.c 31 additions, 33 deletionstools/testing/selftests/resctrl/resctrlfs.c
- tools/testing/selftests/rseq/Makefile 1 addition, 1 deletiontools/testing/selftests/rseq/Makefile
Loading
Please register or sign in to comment