Searched full:echo (Results 1 – 25 of 1676) sorted by relevance
12345678910>>...68
/Linux-v6.1/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 66 echo -n "Checking production write strict setting ... " 68 echo "FAIL, but skip in case of old kernel" >&2 72 echo "ok" 74 echo "FAIL, strict value is 0 but force to 1 to continue" >&2 75 echo "1" > ${WRITES_STRICT} 97 echo $msg must be run as root >&2 102 echo "$0: You need perl installed" 106 echo "$0: You need getconf installed" 110 echo "$0: You need diff installed" 119 echo "$0: module $TEST_DRIVER not found [SKIP]" [all …]
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | test_vmalloc.sh | 34 echo "$0: Must be run as root" 39 echo "$0: You need modprobe installed" 44 echo "$0: You must have the following enabled in your kernel:" 45 echo "CONFIG_TEST_VMALLOC=m" 52 echo "Run performance tests to evaluate how fast vmalloc allocation is." 53 echo "It runs all test cases on one single CPU with sequential order." 56 echo "Done." 57 echo "Ccheck the kernel message buffer to see the summary." 62 echo "Run stability tests. In order to stress vmalloc subsystem all" 63 echo "available test cases are run by NUM_CPUS workers simultaneously." [all …]
|
D | hugetlb_reparenting_test.sh | 10 echo "This test must be run as root. Skipping..." 29 echo "+hugetlb +memory" >$CGROUP_ROOT/cgroup.subtree_control 44 echo $mb 50 echo cleanup 58 echo 0 >/proc/sys/vm/nr_hugepages 78 echo actual a = $((${actual_a%% *} / 1024 / 1024)) MB 79 echo expected a = $((${expected_a%% *} / 1024 / 1024)) MB 80 echo fail 90 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB 91 echo expected a hugetlb = $((${expected_a_hugetlb%% *} / 1024 / 1024)) MB [all …]
|
D | charge_reserved_hugetlb.sh | 10 echo "This test must be run as root. Skipping..." 34 echo "+hugetlb" >$cgroup_path/cgroup.subtree_control 47 echo $$ >$cgroup_path/cgroup.procs 49 echo $$ >$cgroup_path/tasks 54 umount /mnt/huge || echo error 66 echo 0 >/proc/sys/vm/nr_hugepages 67 echo CLEANUP DONE 76 echo "expected ($expected) != actual ($actual): $3" 86 echo $mb 98 echo writing cgroup limit: "$cgroup_limit" [all …]
|
/Linux-v6.1/tools/testing/selftests/media_tests/ |
D | media_dev_allocator.sh | 6 echo "Media Device Allocator testing: unbind and bind" 7 echo "media driver $1 audio driver $2" 17 echo "==================================" 18 echo "Test unbind both devices - start" 19 echo "Running unbind of $MDEV from $MDRIVER" 20 echo $MDEV > $MDRIVER/unbind; 22 echo "Media device should still be present!" 25 echo "sound driver is at: $ADRIVER" 26 echo "Device is: $ADEV" 28 echo "Running unbind of $ADEV from $ADRIVER" [all …]
|
/Linux-v6.1/tools/ |
D | Makefile | 10 @echo 'Possible targets:' 11 @echo '' 12 @echo ' acpi - ACPI tools' 13 @echo ' bpf - misc BPF tools' 14 @echo ' cgroup - cgroup tools' 15 @echo ' counter - counter tools' 16 @echo ' cpupower - a tool for all things x86 CPU power' 17 @echo ' debugging - tools for debugging' 18 @echo ' firewire - the userspace part of nosy, an IEEE-1394 traffic sniffer' 19 @echo ' firmware - Firmware tools' [all …]
|
/Linux-v6.1/tools/testing/selftests/firmware/ |
D | fw_filesystem.sh | 26 echo 1 >/sys/class/firmware/timeout 30 echo "$0: empty filename should not succeed" >&2 35 echo "$0: empty filename: async trigger not present, ignoring test" >&2 39 echo "$0: empty filename should not succeed (async)" >&2 45 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then 46 echo "$0: firmware shouldn't have loaded" >&2 50 echo "$0: firmware was not expected to match" >&2 54 echo "$0: timeout works" 60 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then 61 echo "$0: could not trigger request" >&2 [all …]
|
D | fw_fallback.sh | 27 echo -n "$name" >"$DIR"/trigger_request & 35 echo "$0: firmware interface never appeared" >&2 40 echo 1 >"$DIR"/"$name"/loading 42 echo 0 >"$DIR"/"$name"/loading 54 echo -n "$name" >"$DIR"/trigger_request 2>/dev/null & 62 echo "$0: firmware interface never appeared" >&2 67 echo -1 >"$DIR"/"$name"/loading 76 echo "$0: custom fallback trigger not present, ignoring test" >&2 83 echo -n "$name" >"$DIR"/trigger_custom_fallback 2>/dev/null & 91 echo "$0: firmware interface never appeared" >&2 [all …]
|
/Linux-v6.1/tools/testing/selftests/kmod/ |
D | kmod.sh | 75 echo "$0: $DIR not present" >&2 76 echo "You must have the following enabled in your kernel:" >&2 114 echo "$0: You need modprobe installed" >&2 119 echo "$0: You need kmod installed" >&2 131 echo "$0: You need at least kmod 20" >&2 132 echo "kmod <= 19 is buggy, for details see:" >&2 133 …echo "https://git.kernel.org/cgit/utils/kernel/kmod/kmod.git/commit/libkmod/libkmod-module.c?id=fd… 139 echo $msg must be run as root >&2 156 echo "$MODPROBE" > /proc/sys/kernel/modprobe 157 echo "Test completed" [all …]
|
/Linux-v6.1/tools/bootconfig/ |
D | test-bootconfig.sh | 4 echo "Boot config test script" 29 echo "test case $NO ($*)... " 30 if ! ($@ && echo "\t\t[OK]"); then 31 echo "\t\t[NG]"; NG=$((NG + 1)) 37 echo "test case $NO ($*)... " 38 if ! (! $@ && echo "\t\t[OK]"); then 39 echo "\t\t[NG]"; NG=$((NG + 1)) 44 echo "Basic command test" 47 echo "Delete command should success without bootconfig" 51 echo "key = value;" > $TEMPCONF [all …]
|
/Linux-v6.1/tools/testing/selftests/drivers/usb/usbip/ |
D | usbip_test.sh | 7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; } 31 echo "Running USB over IP Testing on $busid"; 36 echo "Please run usbip_test as root [SKIP]" 37 echo $test_end_msg 41 echo "Load usbip_host module" 43 echo "usbip_test: module usbip_host is not found [SKIP]" 44 echo $test_end_msg 49 echo "usbip_test: module usbip_host is loaded [OK]" 51 echo "usbip_test: module usbip_host failed to load [FAIL]" 52 echo $test_end_msg [all …]
|
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 15 echo "$1" | grep -q "torture\.onoff_" 25 echo $1 needs argument $2 matching \"$5\" 28 if echo "$4" | grep -q -e "$5" 32 echo $1 $2 \"$4\" must match \"$5\" 35 if echo "$4" | grep -q -e "$6" 37 echo $1 $2 \"$4\" must not match \"$6\" 48 echo $1 `grep -v '^#' "$2.boot" | tr '\012' ' '` 50 echo $1 60 if echo "${bootargs}" | grep -q 'nr_cpus=[0-9]' 62 nr_cpus="`echo "${bootargs}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`" [all …]
|
D | kvm-test-1-run.sh | 36 config_dir=`echo $config_template | sed -e 's,/[^/]*$,,'` 37 title=`echo $config_template | sed -e 's/^.*\///'` 41 echo "kvm-test-1-run.sh :$resdir: Not a writable directory, cannot store results into it" 44 echo ' ---' `date`: Starting build, PID $$ 45 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log 56 echo $3 | sed -e 's/^ *//' -e 's/ *$//' | tr -s " " "\012" > $T/Kconfig_args 57 echo " --- $1" >> $resdir/ConfigFragment.input 65 echo > $T/KcList 74 base_resdir=`echo $resdir | sed -e 's/\.[0-9]\+$//'` 90 echo Initial build failed, not running KVM, see $resdir. [all …]
|
/Linux-v6.1/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 20 echo "Usage: $0 [OPTIONS] LOCAL_DEV REMOTE_DEV" 21 echo "Run tests on a pair of NTB endpoints." 22 echo 23 echo "If the NTB device loops back to the same host then," 24 echo "just specifying the two PCI ids on the command line is" 25 echo "sufficient. Otherwise, if the NTB link spans two hosts" 26 echo "use the -r option to specify the hostname for the remote" 27 echo "device. SSH will then be used to test the remote side." 28 echo "An SSH key between the root users of the host would then" 29 echo "be highly recommended." [all …]
|
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
D | trigger-synthetic-event-syntax.tc | 8 echo > set_event 14 echo $1 21 echo "Test synthetic_events syntax parser" 23 echo > synthetic_events 26 ! echo "myevent" >> synthetic_events 27 echo "myevent u64 var1" >> synthetic_events 33 ! echo "myevent u64 var2" >> synthetic_events 36 echo "!myevent" >> synthetic_events 37 echo "myevent u64 var1" >> synthetic_events 40 echo "myevent u64 var2" > synthetic_events [all …]
|
/Linux-v6.1/samples/bpf/ |
D | do_hbm_test.sh | 11 echo "Script for testing HBM (Host Bandwidth Manager) framework." 12 echo "It creates a cgroup to use for testing and load a BPF program to limit" 13 echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create" 14 echo "loads. The output is the goodput in Mbps (unless -D was used)." 15 echo "" 16 echo "USAGE: $name [out] [-b=<prog>|--bpf=<prog>] [-c=<cc>|--cc=<cc>]" 17 echo " [-D] [-d=<delay>|--delay=<delay>] [--debug] [-E] [--edt]" 18 echo " [-f=<#flows>|--flows=<#flows>] [-h] [-i=<id>|--id=<id >]" 19 echo " [-l] [-N] [--no_cn] [-p=<port>|--port=<port>] [-P]" 20 echo " [-q=<qdisc>] [-R] [-s=<server>|--server=<server]" [all …]
|
/Linux-v6.1/tools/bootconfig/scripts/ |
D | ftrace.sh | 4 echo > trace 8 echo 0 > tracing_on 12 echo 1 > tracing_on 16 echo nop > current_tracer 23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 24 file=`echo $line | cut -f1 -d:` 25 echo "!$cmd" >> $file 29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 30 file=`echo $line | cut -f1 -d:` 31 echo "!$cmd" > $file [all …]
|
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/ |
D | functions | 2 echo > trace 6 echo 0 > tracing_on 10 echo 1 > tracing_on 14 echo nop > current_tracer 21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 22 file=`echo $line | cut -f1 -d:` 23 echo "!$cmd" >> $file 27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 28 file=`echo $line | cut -f1 -d:` 29 echo "!$cmd" > $file [all …]
|
/Linux-v6.1/tools/testing/selftests/zram/ |
D | zram_lib.sh | 28 echo $msg must be run as root >&2 49 echo "zram cleanup" 60 echo 1 > /sys/block/zram${i}/reset 66 echo $i > /sys/class/zram-control/hot_remove 77 echo "create '$dev_num' zram device(s)" 81 echo "zram modules already loaded, kernel supports" \ 91 echo "all zram devices (/dev/zram$dev_start~$dev_end" \ 102 echo "zram module is being used on old kernel" \ 107 echo "test needs CONFIG_ZRAM=m on old kernel without" \ 116 echo "all zram devices (/dev/zram0~$dev_end) successfully created" [all …]
|
/Linux-v6.1/scripts/ |
D | rust_is_available.sh | 21 echo $((100000 * $1 + 100 * $2 + $3)) 27 echo >&2 "***" 28 echo >&2 "*** Rust compiler '$RUSTC' could not be found." 29 echo >&2 "***" 37 echo >&2 "***" 38 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found." 39 echo >&2 "***" 57 echo >&2 "***" 58 echo >&2 "*** Rust compiler '$RUSTC' is too old." 59 echo >&2 "*** Your version: $rust_compiler_version" [all …]
|
/Linux-v6.1/tools/testing/selftests/ |
D | kselftest_deps.sh | 13 echo -e "Usage: $0 -[p] <compiler> [test_name]\n" 14 echo -e "\tkselftest_deps.sh [-p] gcc" 15 echo -e "\tkselftest_deps.sh [-p] gcc vm" 16 echo -e "\tkselftest_deps.sh [-p] aarch64-linux-gnu-gcc" 17 echo -e "\tkselftest_deps.sh [-p] aarch64-linux-gnu-gcc vm\n" 18 echo "- Should be run in selftests directory in the kernel repo." 19 echo "- Checks if Kselftests can be built/cross-built on a system." 20 echo "- Parses all test/sub-test Makefile to find library dependencies." 21 echo "- Runs compile test on a trivial C file with LDLIBS specified" 22 echo " in the test Makefiles to identify missing library dependencies." [all …]
|
/Linux-v6.1/tools/usb/ |
D | hcd-tests.sh | 42 echo "testing ALL recognized usbtest devices" 43 echo "" 53 echo "FAIL" 74 echo "assuming $CONFIG configuration" 81 echo "** device must be in $1 config, but it's $CONFIG instead" 86 echo "TESTING: $ARGS" 90 echo $(date) 106 echo '** Control test cases:' 108 echo "test 9: ch9 postconfig" 110 echo "test 10: control queueing" [all …]
|
/Linux-v6.1/tools/testing/selftests/drivers/net/netdevsim/ |
D | udp_tunnel_nic.sh | 18 echo "ERROR:" $@ 37 echo $NSIM_ID > /sys/bus/netdevsim/del_device 112 echo $((port << 16 | type)) 118 echo -e "port: $((val >> 16))\ttype: $((val & 0xffff))" 141 echo "port $port, $type_name" 152 echo "check_table: BAD NUMBER OF ITEMS" 162 echo " check_table: ethtool does not contain '$pp_expected'" 172 echo " check_table: wrong entry $i" 173 echo " expected: `pre ${expected[i]}`" 174 echo " have: `pre ${have[i]}`" [all …]
|
/Linux-v6.1/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 14 echo $msg must be run as root >&2 21 echo $msg sysfs is not mounted >&2 26 echo $msg memory hotplug is not supported >&2 31 echo $msg no hot-pluggable memory >&2 46 echo ${memory##/*/memory} 73 echo online > $SYSFS/devices/system/memory/memory$1/state 78 echo offline > $SYSFS/devices/system/memory/memory$1/state 86 echo $FUNCNAME $memory: unexpected fail >&2 89 echo $FUNCNAME $memory: unexpected offline >&2 100 echo $FUNCNAME $memory: unexpected success >&2 [all …]
|
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | kprobe_ftrace.tc | 7 echo nop > current_tracer 8 echo $FUNCTION_FORK > set_ftrace_filter 9 echo "p:testprobe $FUNCTION_FORK" > kprobe_events 12 echo 1 > events/kprobes/testprobe/enable 13 echo > trace 14 ( echo "forked") 19 echo function > current_tracer 20 echo > trace 21 ( echo "forked") 26 echo 0 > events/kprobes/testprobe/enable [all …]
|
12345678910>>...68