Symbol: ALLOW_ERROR_INJECTION
arch/arm64/include/asm/syscall_wrapper.h
22
ALLOW_ERROR_INJECTION(__arm64_compat_sys##name, ERRNO); \
arch/arm64/include/asm/syscall_wrapper.h
37
ALLOW_ERROR_INJECTION(__arm64_compat_sys_##sname, ERRNO); \
arch/arm64/include/asm/syscall_wrapper.h
51
ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \
arch/arm64/include/asm/syscall_wrapper.h
70
ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
arch/powerpc/include/asm/syscall_wrapper.h
20
ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
arch/powerpc/include/asm/syscall_wrapper.h
39
ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
arch/riscv/include/asm/syscall_wrapper.h
52
ALLOW_ERROR_INJECTION(__riscv_compat_sys##name, ERRNO); \
arch/riscv/include/asm/syscall_wrapper.h
66
ALLOW_ERROR_INJECTION(__riscv_compat_sys_##sname, ERRNO); \
arch/riscv/include/asm/syscall_wrapper.h
80
ALLOW_ERROR_INJECTION(__riscv_sys##name, ERRNO); \
arch/riscv/include/asm/syscall_wrapper.h
98
ALLOW_ERROR_INJECTION(__riscv_sys_##sname, ERRNO); \
arch/s390/include/asm/syscall_wrapper.h
19
ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \
arch/s390/include/asm/syscall_wrapper.h
34
ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
arch/x86/include/asm/syscall_wrapper.h
87
ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
arch/x86/include/asm/syscall_wrapper.h
93
ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
block/blk-core.c
549
ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
drivers/gpu/drm/i915/display/intel_connector.c
167
ALLOW_ERROR_INJECTION(intel_connector_register, ERRNO);
drivers/gpu/drm/i915/display/intel_display_driver.c
314
ALLOW_ERROR_INJECTION(intel_display_driver_probe_noirq, ERRNO);
drivers/gpu/drm/i915/gt/intel_engine_cs.c
1007
ALLOW_ERROR_INJECTION(intel_engines_init_mmio, ERRNO);
drivers/gpu/drm/i915/gt/intel_gt.c
761
ALLOW_ERROR_INJECTION(intel_gt_init, ERRNO);
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c
305
ALLOW_ERROR_INJECTION(intel_guc_ct_init, ERRNO);
drivers/gpu/drm/i915/gt/uc/intel_uc.c
329
ALLOW_ERROR_INJECTION(__uc_init, ERRNO);
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
1189
ALLOW_ERROR_INJECTION(uc_fw_rsa_data_create, ERRNO);
drivers/gpu/drm/i915/i915_driver.c
281
ALLOW_ERROR_INJECTION(i915_driver_early_probe, ERRNO);
drivers/gpu/drm/i915/i915_driver.c
361
ALLOW_ERROR_INJECTION(i915_driver_mmio_probe, ERRNO);
drivers/gpu/drm/i915/i915_driver.c
596
ALLOW_ERROR_INJECTION(i915_driver_hw_probe, ERRNO);
drivers/gpu/drm/i915/i915_pci.c
1016
ALLOW_ERROR_INJECTION(i915_pci_probe, ERRNO);
drivers/gpu/drm/i915/intel_uncore.c
2118
ALLOW_ERROR_INJECTION(__fw_domain_init, ERRNO);
drivers/gpu/drm/xe/xe_device.c
533
ALLOW_ERROR_INJECTION(xe_device_create, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_device.c
756
ALLOW_ERROR_INJECTION(xe_device_probe_early, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_exec_queue.c
378
ALLOW_ERROR_INJECTION(xe_exec_queue_create, ERRNO);
drivers/gpu/drm/xe/xe_exec_queue.c
469
ALLOW_ERROR_INJECTION(xe_exec_queue_create_bind, ERRNO);
drivers/gpu/drm/xe/xe_ggtt.c
395
ALLOW_ERROR_INJECTION(xe_ggtt_init_early, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_guc.c
1164
ALLOW_ERROR_INJECTION(guc_wait_ucode, ERRNO);
drivers/gpu/drm/xe/xe_guc.c
1545
ALLOW_ERROR_INJECTION(xe_guc_mmio_send_recv, ERRNO);
drivers/gpu/drm/xe/xe_guc_ads.c
411
ALLOW_ERROR_INJECTION(xe_guc_ads_init, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_guc_ct.c
1389
ALLOW_ERROR_INJECTION(xe_guc_ct_send_recv, ERRNO);
drivers/gpu/drm/xe/xe_guc_ct.c
2115
ALLOW_ERROR_INJECTION(xe_is_injection_active, ERRNO);
drivers/gpu/drm/xe/xe_guc_ct.c
342
ALLOW_ERROR_INJECTION(xe_guc_ct_init_noalloc, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_guc_ct.c
371
ALLOW_ERROR_INJECTION(xe_guc_ct_init, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_guc_log.c
645
ALLOW_ERROR_INJECTION(xe_guc_log_init, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_guc_relay.c
371
ALLOW_ERROR_INJECTION(xe_guc_relay_init, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_hw_engine_class_sysfs.c
604
ALLOW_ERROR_INJECTION(xe_add_hw_engine_class_defaults, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_hw_engine_group.c
159
ALLOW_ERROR_INJECTION(xe_hw_engine_group_add_exec_queue, ERRNO);
drivers/gpu/drm/xe/xe_mmio.c
111
ALLOW_ERROR_INJECTION(xe_mmio_probe_early, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_oa.c
2298
ALLOW_ERROR_INJECTION(xe_oa_alloc_regs, ERRNO);
drivers/gpu/drm/xe/xe_pcode.c
350
ALLOW_ERROR_INJECTION(xe_pcode_probe_early, ERRNO); /* See xe_pci_probe */
drivers/gpu/drm/xe/xe_pm.c
366
ALLOW_ERROR_INJECTION(xe_pm_init_early, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_pt.c
151
ALLOW_ERROR_INJECTION(xe_pt_create, ERRNO);
drivers/gpu/drm/xe/xe_pt.c
2318
ALLOW_ERROR_INJECTION(xe_pt_update_ops_prepare, ERRNO);
drivers/gpu/drm/xe/xe_pt.c
2687
ALLOW_ERROR_INJECTION(xe_pt_update_ops_run, ERRNO);
drivers/gpu/drm/xe/xe_pxp.c
686
ALLOW_ERROR_INJECTION(xe_pxp_exec_queue_add, ERRNO);
drivers/gpu/drm/xe/xe_sriov.c
129
ALLOW_ERROR_INJECTION(xe_sriov_init, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_sync.c
232
ALLOW_ERROR_INJECTION(xe_sync_entry_parse, ERRNO);
drivers/gpu/drm/xe/xe_tile.c
164
ALLOW_ERROR_INJECTION(xe_tile_init_early, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_tuning.c
178
ALLOW_ERROR_INJECTION(xe_tuning_init, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_uc_fw.c
847
ALLOW_ERROR_INJECTION(xe_uc_fw_init, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_vm.c
1440
ALLOW_ERROR_INJECTION(xe_vm_create_scratch, ERRNO);
drivers/gpu/drm/xe/xe_vm.c
2425
ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_create, ERRNO);
drivers/gpu/drm/xe/xe_vm.c
268
ALLOW_ERROR_INJECTION(xe_vm_add_compute_exec_queue, ERRNO);
drivers/gpu/drm/xe/xe_vm.c
3349
ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_execute, ERRNO);
drivers/gpu/drm/xe/xe_vm.c
598
ALLOW_ERROR_INJECTION(xe_vma_ops_alloc, ERRNO);
drivers/gpu/drm/xe/xe_wa.c
1040
ALLOW_ERROR_INJECTION(xe_wa_gt_init, ERRNO); /* See xe_pci_probe() */
drivers/gpu/drm/xe/xe_wopcm.c
273
ALLOW_ERROR_INJECTION(xe_wopcm_init, ERRNO); /* See xe_pci_probe() */
drivers/mtd/mtdcore.c
1478
ALLOW_ERROR_INJECTION(mtd_erase, ERRNO);
drivers/mtd/mtdcore.c
1578
ALLOW_ERROR_INJECTION(mtd_read, ERRNO);
drivers/mtd/mtdcore.c
1595
ALLOW_ERROR_INJECTION(mtd_write, ERRNO);
drivers/mtd/mtdcore.c
2425
ALLOW_ERROR_INJECTION(mtd_block_markbad, ERRNO);
drivers/platform/surface/aggregator/ssh_packet_layer.c
246
ALLOW_ERROR_INJECTION(ssh_ptl_should_drop_ack_packet, TRUE);
drivers/platform/surface/aggregator/ssh_packet_layer.c
259
ALLOW_ERROR_INJECTION(ssh_ptl_should_drop_nak_packet, TRUE);
drivers/platform/surface/aggregator/ssh_packet_layer.c
273
ALLOW_ERROR_INJECTION(ssh_ptl_should_drop_dsq_packet, TRUE);
drivers/platform/surface/aggregator/ssh_packet_layer.c
285
ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO);
drivers/platform/surface/aggregator/ssh_packet_layer.c
301
ALLOW_ERROR_INJECTION(ssh_ptl_should_corrupt_tx_data, TRUE);
drivers/platform/surface/aggregator/ssh_packet_layer.c
314
ALLOW_ERROR_INJECTION(ssh_ptl_should_corrupt_rx_syn, TRUE);
drivers/platform/surface/aggregator/ssh_packet_layer.c
327
ALLOW_ERROR_INJECTION(ssh_ptl_should_corrupt_rx_data, TRUE);
drivers/platform/surface/aggregator/ssh_request_layer.c
75
ALLOW_ERROR_INJECTION(ssh_rtl_should_drop_response, TRUE);
fs/btrfs/ctree.c
2247
ALLOW_ERROR_INJECTION(btrfs_search_slot, ERRNO);
fs/btrfs/ctree.c
697
ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO);
fs/btrfs/disk-io.c
3736
ALLOW_ERROR_INJECTION(open_ctree, ERRNO);
fs/btrfs/free-space-cache.c
401
ALLOW_ERROR_INJECTION(io_ctl_init, ERRNO);
fs/btrfs/relocation.c
2765
ALLOW_ERROR_INJECTION(btrfs_should_cancel_balance, TRUE);
fs/btrfs/tree-checker.c
2177
ALLOW_ERROR_INJECTION(btrfs_check_leaf, ERRNO);
fs/btrfs/tree-checker.c
2245
ALLOW_ERROR_INJECTION(btrfs_check_node, ERRNO);
include/linux/compat.h
48
ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \
include/linux/compat.h
77
ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
include/linux/syscalls.h
221
ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
include/linux/syscalls.h
252
ALLOW_ERROR_INJECTION(sys##name, ERRNO); \
mm/fail_page_alloc.c
46
ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
mm/failslab.c
48
ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
mm/filemap.c
947
ALLOW_ERROR_INJECTION(__filemap_add_folio, ERRNO);
net/core/page_pool.c
671
ALLOW_ERROR_INJECTION(page_pool_alloc_netmems, NULL);
net/core/skb_fault_injection.c
31
ALLOW_ERROR_INJECTION(should_fail_net_realloc_skb, TRUE);
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
558
ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO);
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
576
ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);