/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink.sh | 44 check_err $? "Failed to flash with status updates on" 47 check_err $? "Failed to flash with component attribute" 53 check_err $? "Failed to change allowed overwrite mask" 56 check_err $? "Failed to flash with settings overwrite enabled" 62 check_err $? "Failed to change allowed overwrite mask" 65 check_err $? "Failed to flash with settings and identifiers overwrite enabled" 68 check_err $? "Failed to disable status updates" 71 check_err $? "Failed to flash with status updates off" 101 check_err $? "Failed to get $name param value" 105 check_err $? "Failed to get $name debugfs value" [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/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/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/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/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/mm/ |
H A D | ksm_functional_tests.c | 167 ksft_print_msg("Disabling (unmerging) KSM failed\n"); in __mmap_and_merge_range() 179 ksft_print_msg("mmap() failed\n"); in __mmap_and_merge_range() 185 ksft_print_msg("MADV_NOHUGEPAGE failed\n"); in __mmap_and_merge_range() 193 ksft_print_msg("mprotect() failed\n"); in __mmap_and_merge_range() 206 ksft_print_msg("PR_SET_MEMORY_MERGE=1 failed\n"); in __mmap_and_merge_range() 212 ksft_print_msg("MADV_MERGEABLE failed\n"); in __mmap_and_merge_range() 222 ksft_print_msg("Running KSM failed\n"); in __mmap_and_merge_range() 249 ksft_test_result_fail("Merging memory failed"); in mmap_and_merge_range() 270 ksft_test_result_fail("MADV_UNMERGEABLE failed\n"); in test_unmerge() 290 ksft_test_result_skip("open(\"/proc/self/ksm_stat\") failed\n"); in test_unmerge_zero_pages() [all …]
|
H A D | mkdirty.c | 47 ksft_test_result_fail("signal() failed\n"); in do_test_write_sigsegv() 56 ksft_test_result_fail("signal() failed\n"); in do_test_write_sigsegv() 70 ksft_test_result_fail("mmap() failed\n"); in mmap_thp_range() 76 ksft_test_result_skip("MADV_HUGEPAGE failed\n"); in mmap_thp_range() 96 ksft_test_result_fail("mmap() failed\n"); in test_ptrace_write() 113 ksft_test_result_fail("write() failed\n"); in test_ptrace_write() 143 ksft_test_result_fail("write() failed\n"); in test_ptrace_write_thp() 167 ksft_test_result_fail("mmap() failed\n"); in test_page_migration() 174 ksft_test_result_fail("mprotect() failed\n"); in test_page_migration() 181 ksft_test_result_skip("mbind() failed\n"); in test_page_migration() [all …]
|
/linux/tools/testing/selftests/pid_namespace/ |
H A D | pid_max.c | 44 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_cb() 52 fprintf(stderr, "%m - Failed to mount proc\n"); in pid_max_cb() 58 fprintf(stderr, "%m - Failed to open pid_max\n"); in pid_max_cb() 64 fprintf(stderr, "%m - Failed to write pid_max\n"); in pid_max_cb() 90 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_inner() 98 fprintf(stderr, "%m - Failed to mount proc\n"); in pid_max_nested_inner() 104 fprintf(stderr, "%m - Failed to open pid_max\n"); in pid_max_nested_inner() 111 fprintf(stderr, "%m - Failed to write pid_max\n"); in pid_max_nested_inner() 117 fprintf(stderr, "Failed to create first new process\n"); in pid_max_nested_inner() 165 fprintf(stderr, "%m - Failed to make rootfs private mount\n"); in pid_max_nested_outer() [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 t in test__maps__merge_in() [all...] |
H A D | parse-metric.c | 146 TEST_ASSERT_VAL("failed to compute metric", in test_ipc() 149 TEST_ASSERT_VAL("IPC failed, wrong ratio", in test_ipc() 165 TEST_ASSERT_VAL("failed to compute metric", in test_frontend() 168 TEST_ASSERT_VAL("Frontend_Bound_SMT failed, wrong ratio", in test_frontend() 183 TEST_ASSERT_VAL("failed to compute metric", in test_cache_miss_cycles() 186 TEST_ASSERT_VAL("cache_miss_cycles failed, wrong ratio", in test_cache_miss_cycles() 226 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2() 229 TEST_ASSERT_VAL("DCache_L2_Hits failed, wrong ratio", in test_dcache_l2() 232 TEST_ASSERT_VAL("failed to compute metric", in test_dcache_l2() 235 TEST_ASSERT_VAL("DCache_L2_Misses failed, wrong ratio", in test_dcache_l2() [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/drivers/gpu/drm/panel/ |
H A D | panel-jdi-lpm102a188a.c | 88 dev_err(panel->dev, "failed to set display off: %d\n", ret); in jdi_panel_unprepare() 92 dev_err(panel->dev, "failed to set display off: %d\n", ret); in jdi_panel_unprepare() 99 dev_err(panel->dev, "failed to enter sleep mode: %d\n", ret); in jdi_panel_unprepare() 102 dev_err(panel->dev, "failed to enter sleep mode: %d\n", ret); in jdi_panel_unprepare() 137 dev_err(&left->dev, "failed to set column address: %d\n", err); in jdi_setup_symmetrical_split() 143 dev_err(&right->dev, "failed to set column address: %d\n", err); in jdi_setup_symmetrical_split() 149 dev_err(&left->dev, "failed to set page address: %d\n", err); in jdi_setup_symmetrical_split() 155 dev_err(&right->dev, "failed to set page address: %d\n", err); in jdi_setup_symmetrical_split() 205 dev_err(panel->dev, "failed to enable supply: %d\n", err); in jdi_panel_prepare() 213 dev_err(panel->dev, "failed to enable ddi_supply: %d\n", err); in jdi_panel_prepare() [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 …]
|
/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta-ipc.c | 123 "%s ipc: failed to open, rpmsg is not initialized\n", in delta_ipc_open() 131 "%s ipc: failed to open, no name given\n", in delta_ipc_open() 138 "%s ipc: failed to open, empty parameter\n", in delta_ipc_open() 145 "%s ipc: failed to open, no size given for ipc buffer\n", in delta_ipc_open() 152 "%s ipc: failed to open, too large ipc parameter (%d bytes while max %d expected)\n", in delta_ipc_open() 188 …"%s ipc: failed to open, rpmsg_send failed (%d) for DELTA_IPC_OPEN (name=%s, size=%d, data=%p)\n… in delta_ipc_open() 198 …"%s ipc: failed to open, timeout waiting for DELTA_IPC_OPEN callback (name=%s, size=%d, data=%p)… in delta_ipc_open() 208 …"%s ipc: failed to open, DELTA_IPC_OPEN completed but with error (%d) (name=%s, size=%d, data=%p… in delta_ipc_open() 239 "%s ipc: failed to set stream, invalid ipc handle\n", in delta_ipc_set_stream() 246 "%s ipc: failed to set stream, rpmsg is not initialized\n", in delta_ipc_set_stream() [all …]
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | acpi.c | 27 ath12k_dbg(ab, ATH12K_DBG_BOOT, "acpi_evaluate_dsm() failed\n"); in ath12k_acpi_dsm_get_data() 137 ath12k_warn(ab, "failed to send ACPI TAS data table: %d\n", ret); in ath12k_acpi_set_power_limit() 156 ath12k_warn(ab, "failed to set ACPI BIOS SAR table: %d\n", ret); in ath12k_acpi_set_bios_sar_power() 180 ath12k_warn(ab, "failed to update ACPI TAS data table: %d\n", ret); in ath12k_acpi_dsm_notify() 186 ath12k_warn(ab, "failed to set ACPI TAS power limit data: %d", ret); in ath12k_acpi_dsm_notify() 195 ath12k_warn(ab, "failed to update BIOS SAR: %d\n", ret); in ath12k_acpi_dsm_notify() 201 ath12k_warn(ab, "failed to set BIOS SAR power limit: %d\n", ret); in ath12k_acpi_dsm_notify() 212 ath12k_warn(ab, "failed to set ACPI BIOS SAR table: %d\n", ret); in ath12k_acpi_set_bios_sar_params() 218 ath12k_warn(ab, "failed to set ACPI BIOS GEO table: %d\n", ret); in ath12k_acpi_set_bios_sar_params() 233 ath12k_warn(ab, "failed to send ACPI TAS config table parameter: %d\n", in ath12k_acpi_set_tas_params() [all …]
|