There was an error fetching the commit references. Please try again later.
Merge tag 'linux_kselftest-next-6.11-rc1' of...
Merge tag 'linux_kselftest-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest Pull kselftest updates from Shuah Khan: - change resctrl test to cleanup resctrl_val() and generalize it by removing test name specific handling from the function. - several clang build failure fixes to framework and tests - add tests to verify IFS (In Field Scan) driver functionality - cleanups to remove unused variables and document changes * tag 'linux_kselftest-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (33 commits) selftests: ifs: verify IFS ARRAY BIST functionality selftests: ifs: verify IFS scan test functionality selftests: ifs: verify test image loading functionality selftests: ifs: verify test interfaces are created by the driver selftests/dma:remove unused variable selftests/breakpoints:Remove unused variable selftests/x86: fix printk warnings reported by clang selftests/x86: remove (or use) unused variables and functions selftests/x86: avoid -no-pie warnings from clang during compilation selftests/x86: build sysret_rip.c with clang selftests/x86: build fsgsbase_restore.c with clang selftests: x86: test_FISTTP: use fisttps instead of ambiguous fisttp selftests/x86: fix Makefile dependencies to work with clang selftests/timers: remove unused irqcount variable selftests: Add information about TAP conformance in tests selftests/resctrl: Remove test name comparing from write_bm_pid_to_resctrl() selftests/resctrl: Remove mongrp from CMT test selftests/resctrl: Remove mongrp from MBA test selftests/resctrl: Convert ctrlgrp & mongrp to pointers selftests/resctrl: Make some strings passed to resctrlfs functions const ...
Showing
- Documentation/dev-tools/kselftest.rst 7 additions, 0 deletionsDocumentation/dev-tools/kselftest.rst
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- tools/testing/selftests/Makefile 1 addition, 0 deletionstools/testing/selftests/Makefile
- tools/testing/selftests/breakpoints/step_after_suspend_test.c 0 additions, 1 deletion...s/testing/selftests/breakpoints/step_after_suspend_test.c
- tools/testing/selftests/dma/dma_map_benchmark.c 0 additions, 1 deletiontools/testing/selftests/dma/dma_map_benchmark.c
- tools/testing/selftests/drivers/platform/x86/intel/ifs/Makefile 6 additions, 0 deletions...testing/selftests/drivers/platform/x86/intel/ifs/Makefile
- tools/testing/selftests/drivers/platform/x86/intel/ifs/test_ifs.sh 494 additions, 0 deletions...ting/selftests/drivers/platform/x86/intel/ifs/test_ifs.sh
- tools/testing/selftests/lib.mk 8 additions, 0 deletionstools/testing/selftests/lib.mk
- tools/testing/selftests/resctrl/cache.c 5 additions, 5 deletionstools/testing/selftests/resctrl/cache.c
- tools/testing/selftests/resctrl/cat_test.c 1 addition, 4 deletionstools/testing/selftests/resctrl/cat_test.c
- tools/testing/selftests/resctrl/cmt_test.c 20 additions, 2 deletionstools/testing/selftests/resctrl/cmt_test.c
- tools/testing/selftests/resctrl/mba_test.c 22 additions, 4 deletionstools/testing/selftests/resctrl/mba_test.c
- tools/testing/selftests/resctrl/mbm_test.c 22 additions, 4 deletionstools/testing/selftests/resctrl/mbm_test.c
- tools/testing/selftests/resctrl/resctrl.h 22 additions, 27 deletionstools/testing/selftests/resctrl/resctrl.h
- tools/testing/selftests/resctrl/resctrl_val.c 169 additions, 202 deletionstools/testing/selftests/resctrl/resctrl_val.c
- tools/testing/selftests/resctrl/resctrlfs.c 30 additions, 37 deletionstools/testing/selftests/resctrl/resctrlfs.c
- tools/testing/selftests/sched/cs_prctl_test.c 5 additions, 5 deletionstools/testing/selftests/sched/cs_prctl_test.c
- tools/testing/selftests/timers/rtcpie.c 1 addition, 2 deletionstools/testing/selftests/timers/rtcpie.c
- tools/testing/selftests/x86/Makefile 25 additions, 6 deletionstools/testing/selftests/x86/Makefile
- tools/testing/selftests/x86/amx.c 0 additions, 16 deletionstools/testing/selftests/x86/amx.c
Please register or sign in to comment