| /kernel/linux/linux-6.6/tools/testing/selftests/landlock/ |
| D | base_test.c | 33 /* Checks copy_from_user(). */ in TEST() 53 /* Checks minimal valid attribute size. */ in TEST() 63 /* Checks non-zero value. */ in TEST() 145 /* Tests ordering of syscall argument checks. */ 155 /* Checks priority for invalid flags. */ in TEST() 171 /* Checks too big ruleset_attr size. */ in TEST() 175 /* Checks too small ruleset_attr size. */ in TEST() 181 /* Checks valid call. */ in TEST() 188 /* Tests ordering of syscall argument checks. */ 203 /* Checks invalid flags. */ in TEST() [all …]
|
| D | fs_test.c | 482 /* Checks unhandled allowed_access. */ in TEST_F_FORK() 728 * Checks that it is not possible to add nsfs-like filesystem in TEST_F_FORK() 805 /* Checks effective read and write actions. */ in TEST_F_FORK() 814 /* Just in case, double-checks effective actions. */ in TEST_F_FORK() 871 /* Checks s1d1 hierarchy. */ in TEST_F_FORK() 877 /* Checks s1d2 hierarchy. */ in TEST_F_FORK() 883 /* Checks s1d3 hierarchy. */ in TEST_F_FORK() 927 /* Checks s1d1 hierarchy with layer1. */ in TEST_F_FORK() 933 /* Checks s1d2 hierarchy with layer1. */ in TEST_F_FORK() 939 /* Checks s1d3 hierarchy with layer1. */ in TEST_F_FORK() [all …]
|
| /kernel/linux/linux-6.6/scripts/clang-tools/ |
| D | run-clang-tools.py | 47 # Disable all checks, then re-enable the ones we want 48 checks = [] 49 checks.append("-checks=-*") 51 checks.append("linuxkernel-*") 53 checks.append("clang-analyzer-*") 54 checks.append("-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling") 55 p = subprocess.run(["clang-tidy", "-p", args.path, ",".join(checks), entry["file"]],
|
| /kernel/linux/linux-6.6/Documentation/virt/kvm/x86/ |
| D | cpuid.rst | 65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit 69 KVM_FEATURE_PV_TLB_FLUSH 9 guest checks this feature bit 77 KVM_FEATURE_PV_SEND_IPI 11 guest checks this feature bit 85 KVM_FEATURE_PV_SCHED_YIELD 13 guest checks this feature bit 89 KVM_FEATURE_ASYNC_PF_INT 14 guest checks this feature bit 95 KVM_FEATURE_MSI_EXT_DEST_ID 15 guest checks this feature bit 99 KVM_FEATURE_HC_MAP_GPA_RANGE 16 guest checks this feature bit before 103 KVM_FEATURE_MIGRATION_CONTROL 17 guest checks this feature bit before 120 KVM_HINTS_REALTIME 0 guest checks this feature bit to
|
| /kernel/linux/linux-5.10/fs/ubifs/ |
| D | debug.h | 52 * @chk_gen: if general extra checks are enabled 53 * @chk_index: if index xtra checks are enabled 54 * @chk_orph: if orphans extra checks are enabled 55 * @chk_lprops: if lprops extra checks are enabled 56 * @chk_fs: if UBIFS contents extra checks are enabled 64 * @dfs_chk_gen: debugfs knob to enable UBIFS general extra checks 65 * @dfs_chk_index: debugfs knob to enable UBIFS index extra checks 66 * @dfs_chk_orph: debugfs knob to enable UBIFS orphans extra checks 67 * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks 68 * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks [all …]
|
| /kernel/linux/linux-6.6/fs/ubifs/ |
| D | debug.h | 52 * @chk_gen: if general extra checks are enabled 53 * @chk_index: if index xtra checks are enabled 54 * @chk_orph: if orphans extra checks are enabled 55 * @chk_lprops: if lprops extra checks are enabled 56 * @chk_fs: if UBIFS contents extra checks are enabled 64 * @dfs_chk_gen: debugfs knob to enable UBIFS general extra checks 65 * @dfs_chk_index: debugfs knob to enable UBIFS index extra checks 66 * @dfs_chk_orph: debugfs knob to enable UBIFS orphans extra checks 67 * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks 68 * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks [all …]
|
| /kernel/linux/linux-5.10/scripts/clang-tools/ |
| D | run-clang-tools.py | 48 # Disable all checks, then re-enable the ones we want 49 checks = "-checks=-*," 51 checks += "linuxkernel-*" 53 checks += "clang-analyzer-*" 54 p = subprocess.run(["clang-tidy", "-p", args.path, checks, entry["file"]],
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/ |
| D | bounds_mix_sign_unsign.c | 2 "bounds checks mixing signed and unsigned, positive bounds", 26 "bounds checks mixing signed and unsigned", 50 "bounds checks mixing signed and unsigned, variant 2", 76 "bounds checks mixing signed and unsigned, variant 3", 101 "bounds checks mixing signed and unsigned, variant 4", 124 "bounds checks mixing signed and unsigned, variant 5", 149 "bounds checks mixing signed and unsigned, variant 6", 173 "bounds checks mixing signed and unsigned, variant 7", 196 "bounds checks mixing signed and unsigned, variant 8", 222 "bounds checks mixing signed and unsigned, variant 9", [all …]
|
| /kernel/linux/linux-5.10/Documentation/virt/kvm/ |
| D | cpuid.rst | 65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit 69 KVM_FEATURE_PV_TLB_FLUSH 9 guest checks this feature bit 77 KVM_FEATURE_PV_SEND_IPI 11 guest checks this feature bit 85 KVM_FEATURE_PV_SCHED_YIELD 13 guest checks this feature bit 89 KVM_FEATURE_ASYNC_PF_INT 14 guest checks this feature bit 95 KVM_FEATURE_MSI_EXT_DEST_ID 15 guest checks this feature bit 113 KVM_HINTS_REALTIME 0 guest checks this feature bit to
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | verifier_bounds_mix_sign_unsign.c | 16 __description("bounds checks mixing signed and unsigned, positive bounds") 48 __description("bounds checks mixing signed and unsigned") 80 __description("bounds checks mixing signed and unsigned, variant 2") 114 __description("bounds checks mixing signed and unsigned, variant 3") 147 __description("bounds checks mixing signed and unsigned, variant 4") 178 __description("bounds checks mixing signed and unsigned, variant 5") 211 __description("bounds checks mixing signed and unsigned, variant 6") 242 __description("bounds checks mixing signed and unsigned, variant 7") 274 __description("bounds checks mixing signed and unsigned, variant 8") 308 __description("bounds checks mixing signed and unsigned, variant 9") [all …]
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | sections.h | 81 * memory_contains - checks if an object is contained within a memory region 98 * memory_intersects - checks if the region occupied by an object intersects 120 * init_section_contains - checks if an object is contained within the init 134 * init_section_intersects - checks if the region occupied by an object 148 * is_kernel_core_data - checks if the pointer address is located in the 170 * is_kernel_rodata - checks if the pointer address is located in the 184 * is_kernel_inittext - checks if the pointer address is located in the 198 * __is_kernel_text - checks if the pointer address is located in the 213 * __is_kernel - checks if the pointer address is located in the kernel range
|
| /kernel/liteos_m/testsuites/unittest/posix/src/ctype/ |
| D | isxdigit_test.c | 69 * @tc.name : Checks whether a parameter is a hexadecimal digit 87 * @tc.name : Checks whether a parameter is a hexadecimal digit 105 * @tc.name : Checks whether a parameter is a hexadecimal digit 123 * @tc.name : Checks whether a parameter is a hexadecimal digit 141 * @tc.name : Checks whether a parameter is a hexadecimal digit 159 * @tc.name : Checks whether a parameter is a hexadecimal digit 177 * @tc.name : Checks whether a parameter is a hexadecimal digit 195 * @tc.name : Checks whether a parameter is a hexadecimal digit 213 * @tc.name : Checks whether a parameter is a hexadecimal digit 231 * @tc.name : Checks whether a parameter is a hexadecimal digit
|
| D | islower_test.c | 69 * @tc.name : Checks whether a parameter is a lowercase letter 87 * @tc.name : Checks whether a parameter is a lowercase letter 105 * @tc.name : Checks whether a parameter is a lowercase letter 123 * @tc.name : Checks whether a parameter is a lowercase letter 141 * @tc.name : Checks whether a parameter is a lowercase letter 159 * @tc.name : Checks whether a parameter is a lowercase letter
|
| D | isdigit_test.c | 69 * @tc.name : Checks whether a parameter is a decimal digit (0-9) 88 * @tc.name : Checks whether a parameter is a decimal digit (0-9) 107 * @tc.name : Checks whether a parameter is a decimal digit (0-9) 126 * @tc.name : Checks whether a parameter is a decimal digit (0-9) 145 * @tc.name : Checks whether a parameter is a decimal digit (0-9)
|
| /kernel/linux/linux-6.6/security/landlock/ |
| D | syscalls.c | 63 /* Checks buffer inconsistencies. */ in copy_min_struct_from_user() 68 /* Checks size ranges. */ in copy_min_struct_from_user() 92 * For each user space ABI structures, first checks that there is no in build_check_abi() 93 * hole in them, then checks that all architectures have the same in build_check_abi() 183 /* Build-time checks. */ in SYSCALL_DEFINE3() 210 /* Checks content (and 32-bits cast). */ in SYSCALL_DEFINE3() 215 /* Checks arguments and transforms to kernel struct. */ in SYSCALL_DEFINE3() 244 /* Checks FD type and access right. */ in get_ruleset_from_fd() 347 /* Gets and checks the ruleset. */ in SYSCALL_DEFINE4() 374 * Checks that allowed_access matches the @ruleset constraints in SYSCALL_DEFINE4() [all …]
|
| /kernel/linux/linux-6.6/tools/usb/usbip/ |
| D | configure.ac | 23 # Checks for programs. 28 # Checks for header files. 34 # Checks for typedefs, structures, and compiler characteristics. 42 # Checks for library functions. 53 # Checks for libwrap library.
|
| /kernel/linux/linux-5.10/tools/usb/usbip/ |
| D | configure.ac | 23 # Checks for programs. 28 # Checks for header files. 34 # Checks for typedefs, structures, and compiler characteristics. 42 # Checks for library functions. 53 # Checks for libwrap library.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
| D | i40e_ddp.c | 9 * i40e_ddp_profiles_eq - checks if DDP profiles are the equivalent 13 * checks if DDP profiles are the equivalent. 25 * i40e_ddp_does_profile_exist - checks if DDP profile loaded already 29 * checks if DDP profile loaded already. 56 * i40e_ddp_profiles_overlap - checks if DDP profiles overlap. 60 * checks if DDP profiles overlap. 80 * i40e_ddp_does_profile_overlap - checks if DDP overlaps with existing one. 84 * checks if DDP profile overlaps with existing one. 192 * i40e_ddp_is_pkg_hdr_valid - performs basic pkg header integrity checks 197 * Checks correctness of pkg header: Version, size too big/small, and [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
| D | i40e_ddp.c | 9 * i40e_ddp_profiles_eq - checks if DDP profiles are the equivalent 13 * checks if DDP profiles are the equivalent. 25 * i40e_ddp_does_profile_exist - checks if DDP profile loaded already 29 * checks if DDP profile loaded already. 56 * i40e_ddp_profiles_overlap - checks if DDP profiles overlap. 60 * checks if DDP profiles overlap. 80 * i40e_ddp_does_profiles_ - checks if DDP overlaps with existing one. 84 * checks if DDP profile overlaps with existing one. 192 * i40e_ddp_is_pkg_hdr_valid - performs basic pkg header integrity checks 197 * Checks correctness of pkg header: Version, size too big/small, and [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig.ubsan | 65 bool "Enable all other Undefined Behavior sanity checks" 68 This option enables all sanity checks that don't have their 70 individually selected checks. 89 bool "Enable checks for pointers alignment"
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | Kconfig.debug | 28 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 48 bool "Always insert extra checks around mmio access by default" 51 By default, always enables the extra sanity checks (extra register 61 bool "Insert extra checks into the GEM internals" 65 Enable extra sanity checks (including BUGs) along the GEM driver
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| D | Kconfig.debug | 30 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 53 bool "Always insert extra checks around mmio access by default" 56 By default, always enables the extra sanity checks (extra register 66 bool "Insert extra checks into the GEM internals" 70 Enable extra sanity checks (including BUGs) along the GEM driver
|
| /kernel/linux/linux-6.6/lib/ |
| D | Kconfig.ubsan | 93 This option enables -fsanitize=shift which checks for bit-shift 104 This option enables -fsanitize=integer-divide-by-zero which checks 116 This option enables -fsanitize=unreachable which checks for control 124 This option enables -fsanitize=bool which checks for boolean values being 132 This option enables -fsanitize=enum which checks for values being loaded
|
| /kernel/linux/linux-5.10/include/asm-generic/ |
| D | sections.h | 98 * memory_contains - checks if an object is contained within a memory region 115 * memory_intersects - checks if the region occupied by an object intersects 137 * init_section_contains - checks if an object is contained within the init 151 * init_section_intersects - checks if the region occupied by an object 165 * is_kernel_rodata - checks if the pointer address is located in the
|
| /kernel/linux/linux-6.6/ |
| D | Kbuild | 61 atomic-checks += $(addprefix $(obj)/.checked-, \ 66 targets += $(atomic-checks) 67 $(atomic-checks): $(obj)/.checked-%: include/linux/atomic/% FORCE 73 prepare: $(offsets-file) missing-syscalls $(atomic-checks)
|