/linux-6.8/scripts/clang-tools/ |
D | run-clang-tools.py | 36 checks_help = "Checks to pass to the analysis" 37 parser.add_argument("-checks", type=str, default=None, help=checks_help) 52 # Disable all checks, then re-enable the ones we want 54 checks = None 55 if args.checks: 56 checks = args.checks.split(',') 58 checks = ["-*"] 60 checks.append("linuxkernel-*") 62 checks.append("clang-analyzer-*") 63 checks.append("-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling") [all …]
|
/linux-6.8/tools/testing/selftests/landlock/ |
D | base_test.c | 32 /* Checks copy_from_user(). */ in TEST() 52 /* Checks minimal valid attribute size. */ in TEST() 62 /* Checks non-zero value. */ in TEST() 100 /* Tests ordering of syscall argument checks. */ 110 /* Checks priority for invalid flags. */ in TEST() 126 /* Checks too big ruleset_attr size. */ in TEST() 130 /* Checks too small ruleset_attr size. */ in TEST() 136 /* Checks valid call. */ in TEST() 143 /* Tests ordering of syscall argument checks. */ 158 /* Checks invalid flags. */ in TEST() [all …]
|
D | fs_test.c | 482 /* Checks unhandled allowed_access. */ in TEST_F_FORK() 779 * Checks that it is not possible to add nsfs-like filesystem in TEST_F_FORK() 856 /* Checks effective read and write actions. */ in TEST_F_FORK() 865 /* Just in case, double-checks effective actions. */ in TEST_F_FORK() 922 /* Checks s1d1 hierarchy. */ in TEST_F_FORK() 928 /* Checks s1d2 hierarchy. */ in TEST_F_FORK() 934 /* Checks s1d3 hierarchy. */ in TEST_F_FORK() 978 /* Checks s1d1 hierarchy with layer1. */ in TEST_F_FORK() 984 /* Checks s1d2 hierarchy with layer1. */ in TEST_F_FORK() 990 /* Checks s1d3 hierarchy with layer1. */ in TEST_F_FORK() [all …]
|
/linux-6.8/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
|
/linux-6.8/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 …]
|
/linux-6.8/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 …]
|
/linux-6.8/security/landlock/ |
D | syscalls.c | 52 /* Checks buffer inconsistencies. */ in copy_min_struct_from_user() 57 /* Checks size ranges. */ in copy_min_struct_from_user() 82 * For each user space ABI structures, first checks that there is no in build_check_abi() 83 * hole in them, then checks that all architectures have the same in build_check_abi() 173 /* Build-time checks. */ in SYSCALL_DEFINE3() 194 /* Checks content (and 32-bits cast). */ in SYSCALL_DEFINE3() 199 /* Checks network content (and 32-bits cast). */ in SYSCALL_DEFINE3() 204 /* Checks arguments and transforms to kernel struct. */ in SYSCALL_DEFINE3() 232 /* Checks FD type and access right. */ in get_ruleset_from_fd() 312 /* Checks that allowed_access matches the @ruleset constraints. */ in add_rule_path_beneath() [all …]
|
D | net.c | 83 /* Checks if it's a (potential) TCP socket. */ in current_check_access_socket() 87 /* Checks for minimal header length to safely read sa_family. */ in current_check_access_socket() 135 * checks, but it is safer to return a proper error and test in current_check_access_socket() 151 * Checks sa_family consistency to not wrongfully return in current_check_access_socket()
|
/linux-6.8/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
|
/linux-6.8/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.
|
/linux-6.8/drivers/net/ethernet/intel/i40e/ |
D | i40e_ddp.c | 27 * i40e_ddp_profiles_eq - checks if DDP profiles are the equivalent 31 * checks if DDP profiles are the equivalent. 43 * i40e_ddp_does_profile_exist - checks if DDP profile loaded already 47 * checks if DDP profile loaded already. 74 * i40e_ddp_profiles_overlap - checks if DDP profiles overlap. 78 * checks if DDP profiles overlap. 98 * i40e_ddp_does_profile_overlap - checks if DDP overlaps with existing one. 102 * checks if DDP profile overlaps with existing one. 210 * i40e_ddp_is_pkg_hdr_valid - performs basic pkg header integrity checks 215 * Checks correctness of pkg header: Version, size too big/small, and [all …]
|
/linux-6.8/Documentation/netlink/specs/ |
D | netdev.yaml | 86 checks: 100 checks: 120 checks: 131 checks: 138 checks: 227 checks: 256 checks:
|
/linux-6.8/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
|
/linux-6.8/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 32 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 56 bool "Always insert extra checks around mmio access by default" 59 By default, always enables the extra sanity checks (extra register 69 bool "Insert extra checks into the GEM internals" 73 Enable extra sanity checks (including BUGs) along the GEM driver
|
D | i915_reg_defs.h | 16 * Local wrapper for BIT() to force u32, with compile time checks. 29 * Local wrapper for BIT() to force u8, with compile time checks. 43 * Local wrapper for GENMASK() to force u32, with compile time checks. 58 * Local wrapper for GENMASK_ULL() to force u64, with compile time checks. 73 * Local wrapper for GENMASK() to force u8, with compile time checks. 151 * checks. 166 * checks.
|
/linux-6.8/ |
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)
|
/linux-6.8/Documentation/dev-tools/ |
D | testing-overview.rst | 132 Smatch extends Sparse and provides additional checks for programming logic 142 available include API tests, tests for correct usage of kernel iterators, checks 162 It's generally easier to write checks in Smatch than it is to write checks in 163 Sparse. Nevertheless, there are some overlaps between Sparse and Smatch checks. 168 Coccinelle is probably the easiest for writing checks. It works before the
|
D | kasan.rst | 53 Software KASAN modes use compile-time instrumentation to insert validity checks 56 these checks but still requires a compiler version that supports the memory 141 register for arm64). The kernel periodically checks the hardware and 142 only reports tag faults during these checks. 155 Note that enabling this parameter makes Hardware Tag-Based KASAN skip checks 288 checks before each memory access. 305 Compile-time instrumentation is used to insert memory access checks. Compiler 333 Software Tag-Based KASAN uses compile-time instrumentation to insert checks 334 before each memory access. These checks make sure that the tag of the memory 341 memory checks inline). With outline instrumentation mode, a bug report is [all …]
|
/linux-6.8/include/linux/ |
D | kcsan.h | 4 * data structures to set up runtime. See kcsan-checks.h for explicit checks and 13 #include <linux/kcsan-checks.h>
|
/linux-6.8/drivers/net/wireless/marvell/mwifiex/ |
D | 11n.h | 68 /* This function checks whether AMPDU is allowed or not for a particular TID. */ 87 * This function checks whether AMSDU is allowed or not for a particular TID. 98 * This function checks whether a space is available for new BA stream or not. 156 * This function checks whether associated station is 11n enabled
|
/linux-6.8/tools/testing/memblock/ |
D | README | 16 consist of a series of checks that exercise both the basic operations and 18 memory allocator is initialized at the build time, so the checks here reuse its 57 The project has one target, main, which calls a group of checks for basic and 95 (...allocation checks...)
|
/linux-6.8/drivers/net/can/spi/mcp251xfd/ |
D | Kconfig | 14 bool "Additional Sanity Checks" 16 This option enables additional sanity checks in the driver,
|
/linux-6.8/drivers/net/dsa/microchip/ |
D | ksz9477_tc_flower.c | 22 * the corresponding ACL entries. It checks for unsupported offloads and 104 * This function checks if the used keys in the flow rule are supported by 147 * This function checks if the actions in the flow rule are supported by 206 * ksz_device. It checks if the ACL offloading is supported and parses the flow 260 * ksz_device. It checks if the ACL is initialized, and if not, returns an
|
/linux-6.8/tools/perf/arch/x86/tests/ |
D | bp-modify.c | 57 * change it and checks it was properly changed. 77 * - waits for the breakpoint to hit and checks in bp_modify1() 133 * change it to bogus value and checks the original 154 * - waits for the breakpoint to hit and checks in bp_modify2()
|
/linux-6.8/arch/parisc/ |
D | Kconfig.debug | 4 bool "Enable lightweight spinlock checks" 8 Add checks with low performance impact to the spinlock functions
|