| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | devlink.sh | 47 check_err $? "Failed to flash with status updates on" 50 check_err $? "Failed to flash with component attribute" 56 check_err $? "Failed to change allowed overwrite mask" 59 check_err $? "Failed to flash with settings overwrite enabled" 65 check_err $? "Failed to change allowed overwrite mask" 68 check_err $? "Failed to flash with settings and identifiers overwrite enabled" 71 check_err $? "Failed to disable status updates" 74 check_err $? "Failed to flash with status updates off" 121 check_err $? "Failed to get $name param $attr" 125 check_err $? "Failed t [all...] |
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run_no_header.log | 40 setup_one_line failed for device 1 : Configuration failed 42 setup_one_line failed for device 2 : Configuration failed 44 setup_one_line failed for device 3 : Configuration failed 46 setup_one_line failed for device 4 : Configuration failed 48 setup_one_line failed for device 5 : Configuration failed 50 setup_one_line failed for device 6 : Configuration failed 52 setup_one_line failed for device 7 : Configuration failed 54 setup_one_line failed for device 8 : Configuration failed 56 setup_one_line failed for device 9 : Configuration failed 58 setup_one_line failed for device 10 : Configuration failed [all …]
|
| H A D | test_output_isolated_correctly.log | 62 setup_one_line failed for device 1 : Configuration failed 64 setup_one_line failed for device 2 : Configuration failed 66 setup_one_line failed for device 3 : Configuration failed 68 setup_one_line failed for device 4 : Configuration failed 70 setup_one_line failed for device 5 : Configuration failed 72 setup_one_line failed for device 6 : Configuration failed 74 setup_one_line failed for device 7 : Configuration failed 76 setup_one_line failed for device 8 : Configuration failed 78 setup_one_line failed for device 9 : Configuration failed 80 setup_one_line failed for device 10 : Configuration failed [all …]
|
| /linux/tools/lib/perf/tests/ |
| H A D | test-evlist.c | 50 __T("failed to create cpus", cpus); in test_stat_cpu() 53 __T("failed to create evlist", evlist); in test_stat_cpu() 56 __T("failed to create evsel1", evsel); in test_stat_cpu() 61 __T("failed to create evsel2", evsel); in test_stat_cpu() 66 __T("failed to set leader", leader->leader == leader); in test_stat_cpu() 67 __T("failed to set leader", evsel->leader == leader); in test_stat_cpu() 72 __T("failed to open evlist", err == 0); in test_stat_cpu() 81 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu() 109 __T("failed to create threads", threads); in test_stat_thread() 114 __T("failed to create evlist", evlist); in test_stat_thread() [all …]
|
| H A D | test-evsel.c | 31 __T("failed to create cpus", cpus); in test_stat_cpu() 34 __T("failed to create evsel", evsel); in test_stat_cpu() 37 __T("failed to open evsel", err == 0); in test_stat_cpu() 43 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu() 65 __T("failed to create threads", threads); in test_stat_thread() 70 __T("failed to create evsel", evsel); in test_stat_thread() 73 __T("failed to open evsel", err == 0); in test_stat_thread() 76 __T("failed to read value for evsel", counts.val != 0); in test_stat_thread() 98 __T("failed to create threads", threads); in test_stat_thread_enable() 103 __T("failed to create evsel", evsel); in test_stat_thread_enable() [all …]
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-perf-hwbreak.c | 179 FAIL_IF_MSG(ppc_ptrace_gethwdbginfo(pid, &dbginfo), "PPC_PTRACE_GETHWDBGINFO failed"); in check_watchpoints() 197 FAIL_IF_MSG(1, "Failed to fork child"); in ptrace_fork_child() 200 FAIL_IF_EXIT_MSG(ptrace_traceme(), "PTRACE_TRACEME failed"); in ptrace_fork_child() 201 FAIL_IF_EXIT_MSG(raise(SIGSTOP), "Child failed to raise SIGSTOP"); in ptrace_fork_child() 204 FAIL_IF_MSG(waitpid(*pid, &status, 0) == -1, "Failed to wait for child"); in ptrace_fork_child() 252 FAIL_IF_MSG(perf_fd < 0, "Failed to open perf performance counter"); in same_watch_addr_test() 257 FAIL_IF_MSG(bp_id < 0, "Failed to set ptrace watchpoint"); in same_watch_addr_test() 260 FAIL_IF_MSG(ptrace_cont(pid, 0), "Failed to continue child"); in same_watch_addr_test() 262 FAIL_IF_MSG(waitpid(pid, &status, 0) == -1, "Failed to wait for child"); in same_watch_addr_test() 264 FAIL_IF_MSG(ptrace_getreg_pc(pid, &pc), "Failed to get child PC"); in same_watch_addr_test() [all …]
|
| H A D | ptrace.h | 70 perror("ptrace(PTRACE_ATTACH) failed"); in start_trace() 75 perror("waitpid() failed"); in start_trace() 87 perror("ptrace(PTRACE_DETACH) failed"); in stop_trace() 99 perror("ptrace(PTRACE_CONT) failed"); in cont_trace() 152 perror("malloc() failed"); in show_tar_registers() 160 perror("ptrace(PTRACE_GETREGSET) failed"); in show_tar_registers() 168 perror("ptrace(PTRACE_GETREGSET) failed"); in show_tar_registers() 176 perror("ptrace(PTRACE_GETREGSET) failed"); in show_tar_registers() 198 perror("malloc() failed"); in write_tar_registers() 208 perror("ptrace(PTRACE_SETREGSET) failed"); in write_tar_registers() [all …]
|
| /linux/tools/testing/selftests/coredump/ |
| H A D | coredump_socket_protocol_test.c | 77 fprintf(stderr, "Failed to cleanup coredump test: %s\n", reason); in FIXTURE_TEARDOWN() 105 fprintf(stderr, "socket_request_kernel: create_and_listen_unix_socket failed: %m\n"); in TEST_F() 110 fprintf(stderr, "socket_request_kernel: write_nointr to ipc socket failed: %m\n"); in TEST_F() 118 fprintf(stderr, "socket_request_kernel: accept4 failed: %m\n"); in TEST_F() 124 fprintf(stderr, "socket_request_kernel: get_peer_pidfd failed\n"); in TEST_F() 129 fprintf(stderr, "socket_request_kernel: get_pidfd_info failed\n"); in TEST_F() 145 fprintf(stderr, "socket_request_kernel: creat coredump file failed: %m\n"); in TEST_F() 150 fprintf(stderr, "socket_request_kernel: read_coredump_req failed\n"); in TEST_F() 157 fprintf(stderr, "socket_request_kernel: check_coredump_req failed\n"); in TEST_F() 163 fprintf(stderr, "socket_request_kernel: send_coredump_ack failed\n"); in TEST_F() [all …]
|
| /linux/fs/btrfs/tests/ |
| H A D | delayed-refs-tests.c | 197 test_err("failed ref action %d", ret); in simple_test() 204 test_err("failed to select delayed ref head: %ld", in simple_test() 207 test_err("failed to find delayed ref head"); in simple_test() 219 test_err("failed to select delayed ref"); in simple_test() 258 test_err("single add tree block failed"); in simple_tests() 267 test_err("single add extent data failed"); in simple_tests() 277 test_err("single add shared block failed"); in simple_tests() 286 test_err("single add shared data failed"); in simple_tests() 299 test_err("single drop tree block failed"); in simple_tests() 308 test_err("single drop extent data failed"); in simple_tests() [all …]
|
| /linux/arch/powerpc/kernel/ |
| H A D | signal_32.c | 104 unsafe_put_user(val, &frame->mc_gregs[i], failed); in __unsafe_save_general_regs() 108 failed: in __unsafe_save_general_regs() 121 unsafe_get_user(gregs[i], &sr->mc_gregs[i], failed); in __unsafe_restore_general_regs() 125 failed: in __unsafe_restore_general_regs() 148 unsafe_copy_to_user(&frame->mc_gregs, regs, GP_REGS_SIZE, failed); in __unsafe_save_general_regs() 151 failed: in __unsafe_save_general_regs() 159 unsafe_copy_from_user(regs, &sr->mc_gregs, PT_MSR * sizeof(elf_greg_t), failed); in __unsafe_restore_general_regs() 163 GP_REGS_SIZE - PT_ORIG_R3 * sizeof(elf_greg_t), failed); in __unsafe_restore_general_regs() 167 failed: in __unsafe_restore_general_regs() 274 unsafe_save_general_regs(regs, frame, failed); in __unsafe_save_user_regs() [all …]
|
| /linux/tools/perf/tests/ |
| H A D | maps.c | 50 bool failed = false; in check_maps() local 54 failed = true; in check_maps() 60 failed = maps__for_each_map(maps, check_maps_cb, &args); in check_maps() 62 if (failed) { in check_maps() 71 return failed ? TEST_FAIL : TEST_OK; in check_maps() 105 TEST_ASSERT_VAL("failed to create maps", maps); in test__maps__merge_in() 111 TEST_ASSERT_VAL("failed to create map", map); in test__maps__merge_in() 115 TEST_ASSERT_VAL("failed to insert map", maps__insert(maps, map) == 0); in test__maps__merge_in() 120 TEST_ASSERT_VAL("failed to create map", map_kcore1); in test__maps__merge_in() 123 TEST_ASSERT_VAL("failed to create map", map_kcore2); in test__maps__merge_in() [all …]
|
| H A D | parse-metric.c | 139 TEST_ASSERT_VAL("failed to compute metric", in test_ipc() 142 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc() 158 TEST_ASSERT_VAL("failed to compute metric", in test_frontend() 161 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend() 176 TEST_ASSERT_VAL("failed to compute metric", in test_cache_miss_cycles() 179 TEST_ASSERT_VAL("cache_miss_cycles failed, wrong ratio", in test_cache_miss_cycles() 219 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2() 222 TEST_ASSERT_VAL("DCache_L2_Hits failed, wrong ratio", in test_dcache_l2() 225 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2() 228 TEST_ASSERT_VAL("DCache_L2_Misses failed, wrong ratio", in test_dcache_l2() [all …]
|
| /linux/tools/testing/selftests/mm/ |
| H A D | ksm_functional_tests.c | 84 ksft_print_msg("Disabling (unmerging) KSM failed\n"); in __mmap_and_merge_range() 96 ksft_print_msg("mmap() failed\n"); in __mmap_and_merge_range() 102 ksft_print_msg("MADV_NOHUGEPAGE failed\n"); in __mmap_and_merge_range() 110 ksft_print_msg("mprotect() failed\n"); in __mmap_and_merge_range() 123 ksft_print_msg("PR_SET_MEMORY_MERGE=1 failed\n"); in __mmap_and_merge_range() 129 ksft_print_msg("MADV_MERGEABLE failed\n"); in __mmap_and_merge_range() 139 ksft_print_msg("Running KSM failed\n"); in __mmap_and_merge_range() 166 ksft_test_result_fail("Merging memory failed"); in mmap_and_merge_range() 187 ksft_test_result_fail("MADV_UNMERGEABLE failed\n"); in test_unmerge() 208 ksft_test_result_skip("accessing \"/proc/self/ksm_stat\" failed\n"); in test_unmerge_zero_pages() [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | msr-trace.h | 22 TP_PROTO(unsigned msr, u64 val, int failed), 23 TP_ARGS(msr, val, failed), 27 __field( int, failed ) 32 __entry->failed = failed; 37 __entry->failed ? " #GP" : "") 41 TP_PROTO(unsigned msr, u64 val, int failed), 42 TP_ARGS(msr, val, failed) 46 TP_PROTO(unsigned msr, u64 val, int failed), 47 TP_ARGS(msr, val, failed) 51 TP_PROTO(unsigned msr, u64 val, int failed), [all …]
|
| /linux/tools/testing/selftests/filesystems/binderfs/ |
| H A D | binderfs_test.c | 45 TH_LOG("%s - Failed to unshare mount namespace", in change_mountns() 51 TH_LOG("%s - Failed to mount / as private", in change_mountns() 74 TH_LOG("%s - Failed to create binderfs mountpoint", in __do_binderfs_test() 83 TH_LOG("%s - Failed to mount binderfs", strerror(errno)); in __do_binderfs_test() 94 TH_LOG("%s - Failed to open binder-control device", in __do_binderfs_test() 104 TH_LOG("%s - Failed to allocate new binder device", in __do_binderfs_test() 117 TH_LOG("%s - Failed to open my-binder device", in __do_binderfs_test() 127 TH_LOG("%s - Failed to open perform BINDER_VERSION request", in __do_binderfs_test() 138 TH_LOG("%s - Failed to delete binder device", in __do_binderfs_test() 152 TH_LOG("%s - Failed to delete binder-control device but exited with unexpected error code", in __do_binderfs_test() [all …]
|
| /linux/drivers/soc/fsl/qbman/ |
| H A D | qman_test_api.c | 113 pr_crit("qman_enqueue() failed\n"); in do_enqueues() 135 pr_crit("qman_create_fq() failed\n"); in qman_test_api() 136 goto failed; in qman_test_api() 140 pr_crit("qman_init_fq() failed\n"); in qman_test_api() 141 goto failed; in qman_test_api() 146 goto failed; in qman_test_api() 151 pr_crit("qman_volatile_dequeue() failed\n"); in qman_test_api() 152 goto failed; in qman_test_api() 156 goto failed; in qman_test_api() 161 pr_crit("qman_volatile_dequeue() failed\n"); in qman_test_api() [all …]
|
| /linux/tools/perf/tests/shell/ |
| H A D | record.sh | 62 echo "Per-thread record [Failed record]" 68 echo "Per-thread record [Failed missing output]" 85 echo "Per-thread record [Failed record -p]" 91 echo "Per-thread record [Failed -p missing output]" 116 echo "Register capture test [Failed missing output]" 132 echo "System-wide record [Failed missing output]" 139 echo "System-wide record [Failed record --threads option]" 145 echo "System-wide record [Failed --threads missing output]" 156 echo "Workload record [Failed record]" 162 echo "Workload record [Failed missing output]" [all …]
|
| /linux/tools/testing/selftests/mount/ |
| H A D | nosymfollow-test.c | 50 die("vsnprintf failed: %s\n", strerror(errno)); in vmaybe_write_file() 59 die("open of %s failed: %s\n", filename, strerror(errno)); in vmaybe_write_file() 67 die("write to %s failed: %s\n", in vmaybe_write_file() 73 die("close of %s failed: %s\n", filename, strerror(errno)); in vmaybe_write_file() 100 die("unshare(CLONE_NEWUSER) failed: %s\n", strerror(errno)); in create_and_enter_ns() 107 die("setgid(0) failed %s\n", strerror(errno)); in create_and_enter_ns() 109 die("setuid(0) failed %s\n", strerror(errno)); in create_and_enter_ns() 112 die("unshare(CLONE_NEWNS) failed: %s\n", strerror(errno)); in create_and_enter_ns() 121 die("creat failed: %s\n", strerror(errno)); in setup_symlink() 125 die("symlink failed: %s\n", strerror(errno)); in setup_symlink() [all …]
|
| /linux/tools/testing/selftests/pid_namespace/ |
| H A D | pid_max.c | 45 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_cb() 53 fprintf(stderr, "%m - Failed to mount proc\n"); in pid_max_cb() 59 fprintf(stderr, "%m - Failed to open pid_max\n"); in pid_max_cb() 65 fprintf(stderr, "%m - Failed to write pid_max\n"); in pid_max_cb() 91 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_inner() 99 fprintf(stderr, "%m - Failed to mount proc\n"); in pid_max_nested_inner() 105 fprintf(stderr, "%m - Failed to open pid_max\n"); in pid_max_nested_inner() 112 fprintf(stderr, "%m - Failed to write pid_max\n"); in pid_max_nested_inner() 118 fprintf(stderr, "Failed to create first new process\n"); in pid_max_nested_inner() 166 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_outer() [all …]
|
| /linux/drivers/net/can/softing/ |
| H A D | softing_fw.c | 49 dev_alert(&card->pdev->dev, "firmware %s failed (%i)\n", msg, ret); in _softing_fct_cmd() 90 dev_alert(&card->pdev->dev, "bootloader %s failed (%i)\n", msg, ret); in softing_bootloader_command() 158 goto failed; in softing_load_fw() 160 goto failed; in softing_load_fw() 163 goto failed; in softing_load_fw() 169 goto failed; in softing_load_fw() 179 goto failed; in softing_load_fw() 183 goto failed; in softing_load_fw() 193 goto failed; in softing_load_fw() 201 dev_alert(&card->pdev->dev, "DPRAM readback failed\n"); in softing_load_fw() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | ip_local_port_range.c | 191 ASSERT_GE(fd, 0) TH_LOG("socket failed"); in TEST_F() 212 ASSERT_TRUE(!err) TH_LOG("close failed"); in TEST_F() 241 ASSERT_GE(fd, 0) TH_LOG("#%d: socket failed", i); in TEST_F() 245 ASSERT_TRUE(!err) TH_LOG("#%d: setsockopt(IP_LOCAL_PORT_RANGE) failed", i); in TEST_F() 248 ASSERT_TRUE(!err) TH_LOG("#%d: bind failed", i); in TEST_F() 259 ASSERT_TRUE(close(fds[i]) == 0) TH_LOG("#%d: close failed", i); in TEST_F() 287 ASSERT_GE(fd, 0) TH_LOG("socket failed"); in TEST_F() 291 ASSERT_TRUE(!err) TH_LOG("setsockopt(IP_LOCAL_PORT_RANGE) failed"); in TEST_F() 294 ASSERT_TRUE(!err) TH_LOG("bind failed"); in TEST_F() 300 ASSERT_TRUE(!err) TH_LOG("close failed"); in TEST_F() [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | d_path.c | 50 if (CHECK(pipe(pipefd) < 0, "trigger", "pipe failed\n")) in trigger_fstat_events() 54 if (CHECK(sockfd < 0, "trigger", "socket failed\n")) in trigger_fstat_events() 58 if (CHECK(procfd < 0, "trigger", "open /proc/self/comm failed\n")) in trigger_fstat_events() 61 if (CHECK(devfd < 0, "trigger", "open /dev/urandom failed\n")) in trigger_fstat_events() 64 if (CHECK(localfd < 0, "trigger", "open /tmp/d_path_loadgen.txt failed\n")) in trigger_fstat_events() 69 if (CHECK(indicatorfd < 0, "trigger", "open /tmp/ failed\n")) in trigger_fstat_events() 73 if (CHECK(ret < 0, "trigger", "set_pathname failed for pipe[0]\n")) in trigger_fstat_events() 76 if (CHECK(ret < 0, "trigger", "set_pathname failed for pipe[1]\n")) in trigger_fstat_events() 79 if (CHECK(ret < 0, "trigger", "set_pathname failed for socket\n")) in trigger_fstat_events() 82 if (CHECK(ret < 0, "trigger", "set_pathname failed for proc\n")) in trigger_fstat_events() [all …]
|
| /linux/drivers/misc/lkdtm/ |
| H A D | usercopy.c | 85 pr_warn("Failed to allocate user memory\n"); in do_usercopy_stack() 93 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_stack() 100 pr_warn("copy_to_user failed, but lacked Oops\n"); in do_usercopy_stack() 114 pr_warn("copy_from_user failed unexpectedly?!\n"); in do_usercopy_stack() 121 pr_warn("copy_from_user failed, but lacked Oops\n"); in do_usercopy_stack() 145 pr_warn("Failed to allocate kernel memory\n"); in do_usercopy_slab_size() 153 pr_warn("Failed to allocate user memory\n"); in do_usercopy_slab_size() 166 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_slab_size() 172 pr_warn("copy_to_user failed, but lacked Oops\n"); in do_usercopy_slab_size() 178 pr_warn("copy_from_user failed unexpectedly?!\n"); in do_usercopy_slab_size() [all …]
|
| /linux/tools/testing/selftests/ipc/ |
| H A D | msgque.c | 42 ksft_test_result_fail("Failed to open /proc/sys/kernel/msg_next_id\n"); in restore_queue() 49 ksft_test_result_fail("Failed to write to /proc/sys/kernel/msg_next_id\n"); in restore_queue() 55 ksft_test_result_fail("Failed to create queue\n"); in restore_queue() 69 ksft_test_result_fail("msgsnd failed (%m)\n"); in restore_queue() 78 printf("Failed to destroy queue: %d\n", -errno); in restore_queue() 93 ksft_test_result_fail("Failed to read IPC message: %m\n"); in check_and_destroy_queue() 124 printf("Failed to destroy queue: %d\n", -errno); in check_and_destroy_queue() 141 ksft_test_result_fail("Failed to get stats for IPC queue with id %d\n", in dump_queue() 152 ksft_test_result_fail("Failed to get stats for IPC queue\n"); in dump_queue() 164 ksft_test_result_fail("Failed to copy IPC message: %m (%d)\n", errno); in dump_queue() [all …]
|
| /linux/drivers/scsi/isci/ |
| H A D | isci.h | 178 * This member indicates the calling function failed, because the state 184 * This member indicates the calling function failed, because there is 190 * This member indicates the calling function failed, because the 196 * This member indicates the calling function failed, because the 202 * This member indicates the calling function failed, because the 208 * This member indicates the calling function failed, because the 214 * This member indicates the calling function failed, because the 221 * This member indicates the calling function failed, because the 227 * This member indicates the calling function failed, because the 233 * This member indicates the calling function failed, because adding [all …]
|