Home
last modified time | relevance | path

Searched refs:selftests (Results 1 – 25 of 101) sorted by relevance

12345

/linux-6.3-rc2/Documentation/networking/devlink/
A Ddevlink-selftests.rst7 The ``devlink-selftests`` API allows executing selftests on the device.
11 The ``devlink-selftests`` command should be run with a mask indicating
33 # Query selftests supported on the devlink device
34 $ devlink dev selftests show DEV
35 # Query selftests supported on all devlink devices
36 $ devlink dev selftests show
37 # Executes selftests on the device
38 $ devlink dev selftests run DEV id flash
/linux-6.3-rc2/Documentation/dev-tools/
A Dkselftest.rst39 $ make -C tools/testing/selftests
43 $ make -C tools/testing/selftests run_tests
78 Running a subset of selftests
119 Running the full range hotplug selftests
124 $ make -C tools/testing/selftests hotplug
133 Install selftests
137 tool) to install selftests in the default location (`tools/testing/selftests/kselftest_install`),
140 To install selftests in default location::
148 Running installed selftests
171 Packaging selftests
[all …]
/linux-6.3-rc2/tools/testing/kunit/test_data/
A Dtest_is_test_passed-kselftest.log3 # selftests: membarrier: membarrier_test_single_thread
8 ok 1 selftests: membarrier: membarrier_test_single_thread
9 # selftests: membarrier: membarrier_test_multi_thread
14 ok 2 selftests: membarrier: membarrier_test_multi_thread
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/
A Dtorture.sh368 …torture_set "rcutorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$dura…
374 …torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus -…
387 …torture_set "rcurttorture" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration "$du…
391 …torture_set "rcurttorture-exp" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration …
457 …torture_set "rcuscale-$prim" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --al…
485 …torture_set "rcuscale-$prim$torture_suffix" tools/testing/selftests/rcutorture/bin/kvm-again.sh "`…
495 …torture_set "rcuscale-kvfree" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --a…
501 …torture_set "clocksourcewd-1" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4…
504 …torture_set "clocksourcewd-2" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4…
510 …torture_set "clocksourcewd-3" tools/testing/selftests/rcutorture/bin/kvm.sh --allcpus --duration 4…
[all …]
A Dkvm-recheck-refscale.sh20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
A Dkvm-recheck-rcuscale.sh20 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
/linux-6.3-rc2/drivers/gpu/drm/i915/
A DMakefile342 gem/selftests/i915_gem_client_blt.o \
343 gem/selftests/igt_gem_utils.o \
345 selftests/i915_random.o \
346 selftests/i915_selftest.o \
347 selftests/igt_atomic.o \
348 selftests/igt_flush_test.o \
349 selftests/igt_live_test.o \
350 selftests/igt_mmap.o \
351 selftests/igt_reset.o \
352 selftests/igt_spinner.o \
[all …]
A DKconfig.debug170 bool "Enable selftests upon driver load"
178 Choose this option to allow the driver to perform selftests upon
180 exit the module after running the selftests (i.e. to prevent normal
188 bool "Enable broken and dangerous selftests"
193 This option enables the execution of selftests that are "dangerous"
/linux-6.3-rc2/drivers/dma-buf/
A Dselftest.c26 } selftests[] = { variable
34 module_param_named(id, selftests[__idx_##n].enabled, bool, 0400);
155 return run_selftests(selftests, ARRAY_SIZE(selftests)); in st_init()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A DREADME.rst4 General instructions on running selftests can be found in
7 __ /Documentation/bpf/bpf_devel_QA.rst#q-how-to-run-bpf-selftests
14 automated fashion. The system runs selftests for each patch in a series. Results
23 file fragments below ``tools/testing/selftests/bpf/`` (e.g., ``config`` and
35 In addition to that, the generic ``tools/testing/selftests/bpf/DENYLIST`` is
52 It's now possible to run the selftests using ``tools/testing/selftests/bpf/vmtest.sh``.
59 your existing Kconfig), recompiles the bpf selftests, runs them (by default
74 $ tools/testing/selftests/bpf/vmtest.sh -h
76 In case of linker errors when running selftests, try using static linking:
242 Some selftests (e.g. kfunc_call and bpf_tcp_ca) require a LLVM support
[all …]
A Dveristat.cfg1 # pre-canned list of rather complex selftests/bpf BPF object files to monitor
/linux-6.3-rc2/Documentation/bpf/
A Dmap_sockmap.rst348 - `tools/testing/selftests/bpf/progs/test_sockmap_kern.h`_
349 - `tools/testing/selftests/bpf/progs/sockmap_parse_prog.c`_
350 - `tools/testing/selftests/bpf/progs/sockmap_verdict_prog.c`_
351 - `tools/testing/selftests/bpf/progs/test_sockmap_listen.c`_
352 - `tools/testing/selftests/bpf/progs/test_sockmap_update.c`_
439 - `tools/testing/selftests/bpf/prog_tests/sockmap_basic.c`_
440 - `tools/testing/selftests/bpf/test_sockmap.c`_
441 - `tools/testing/selftests/bpf/test_maps.c`_
491 …testing/selftests/bpf/progs/test_sockmap_kern.h`: https://git.kernel.org/pub/scm/linux/kernel/git/…
495 …ools/testing/selftests/bpf/test_sockmap.c`: https://git.kernel.org/pub/scm/linux/kernel/git/torval…
[all …]
A Dprog_lsm.rst134 `tools/testing/selftests/bpf/progs/lsm.c`_ and the corresponding
135 userspace code in `tools/testing/selftests/bpf/prog_tests/test_lsm.c`_
140 .. _tools/testing/selftests/bpf/progs/lsm.c:
141 …https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/tools/testing/selftests/bpf/…
142 .. _tools/testing/selftests/bpf/prog_tests/test_lsm.c:
143 …https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/tools/testing/selftests/bpf/…
A Ds390.rst122 -C tools/testing/selftests \
124 INSTALL_PATH=$PWD/tools/testing/selftests/kselftest_install \
162 cd /linux/tools/testing/selftests/kselftest_install
167 cd /linux/tools/testing/selftests/bpf
/linux-6.3-rc2/tools/testing/selftests/rcutorture/doc/
A Dinitrd.txt4 tools/testing/selftests/rcutorture/bin/mkinitrd.sh.
11 cd tools/testing/selftests/rcutorture
A Drcu-test-image.txt5 $ size tools/testing/selftests/rcutorture/initrd/init
7 328 0 8 336 150 tools/testing/selftests/rcutorture/initrd/init
15 tools/testing/selftests/rcutorture/initrd
17 For example, your tools/testing/selftests/rcutorture/initrd/init might
/linux-6.3-rc2/tools/testing/selftests/arm64/
A DREADME16 $ make -C tools/testing/selftests TARGETS=arm64 \
21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
/linux-6.3-rc2/tools/testing/selftests/resctrl/
A DREADME24 $ make -C tools/testing/selftests TARGETS=resctrl
33 $ sudo make -C tools/testing/selftests TARGETS=resctrl run_tests
44 Build executable file "resctrl_tests" from this directory(tools/testing/selftests/resctrl/):
/linux-6.3-rc2/Documentation/fault-injection/
A Dnotifier-error-inject.rst91 There are tools/testing/selftests using the notifier error injection features
94 * tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh
95 * tools/testing/selftests/memory-hotplug/mem-on-off-test.sh
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dprotection-keys.rst72 .. note:: pkey_set()是RDPKRU和WRPKRU指令的一个封装器。在tools/testing/selftests/x86/protection_keys.c中可以找到一个实现实…
73 tools/testing/selftests/x86/protection_keys.c.
/linux-6.3-rc2/tools/testing/selftests/livepatch/
A DREADME29 To run the livepatch selftests, from the top of the kernel source tree:
31 % make -C tools/testing/selftests TARGETS=livepatch run_tests
/linux-6.3-rc2/tools/testing/selftests/rcutorture/
A DMakefile3 ( cd ../../../..; tools/testing/selftests/rcutorture/bin/kvm.sh --duration 10 --configs TREE01 )
/linux-6.3-rc2/net/devlink/
A Ddev.c1171 struct nlattr *selftests; in devlink_nl_selftests_fill() local
1185 selftests = nla_nest_start(msg, DEVLINK_ATTR_SELFTESTS); in devlink_nl_selftests_fill()
1186 if (!selftests) in devlink_nl_selftests_fill()
1198 nla_nest_end(msg, selftests); in devlink_nl_selftests_fill()
1279 struct nlattr *attrs, *selftests; in devlink_nl_cmd_selftests_run() local
1311 selftests = nla_nest_start(msg, DEVLINK_ATTR_SELFTESTS); in devlink_nl_cmd_selftests_run()
1312 if (!selftests) in devlink_nl_cmd_selftests_run()
1335 nla_nest_end(msg, selftests); in devlink_nl_cmd_selftests_run()
1340 nla_nest_cancel(msg, selftests); in devlink_nl_cmd_selftests_run()
/linux-6.3-rc2/Documentation/RCU/
A Dtorture.rst166 Therefore, the tools/testing/selftests/rcutorture/bin/kvm.sh
169 tools/testing/selftests/rcutorture/configs/rcu/CFLIST, with each test
244 tools/testing/selftests/rcutorture/res in timestamped directories. A
248 tools/testing/selftests/rcutorture/bin/kvm-find-errors.sh \
249 tools/testing/selftests/rcutorture/res/2020.01.20-15.54.23
319 tools/testing/selftests/rcutorture/res/2022.11.03-11.26.28
323 kvm-again.sh tools/testing/selftests/rcutorture/res/2022.11.03-11.26.28
328 kvm-again.sh tools/testing/selftests/rcutorture/res/2022.11.03-11.26.28 \
370 tools/testing/selftests/rcutorture/res/2022.11.03-11.26.28-remote \
/linux-6.3-rc2/crypto/asymmetric_keys/
A DKconfig79 bool "Run FIPS selftests on the X.509+PKCS7 signature verification"
81 This option causes some selftests to be run on the signature

Completed in 18 milliseconds

12345