| /linux-6.15/scripts/clang-tools/ |
| H A D | run-clang-tools.py | 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") 69 pargs = ["clang-tidy", "-p", args.path, "-checks=" + ",".join(checks)]
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A 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.15/ |
| H A 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.15/tools/perf/tests/shell/lib/ |
| H A D | perf_json_output_lint.py | 47 checks = { 90 if key not in checks: 92 if not checks[key](value):
|
| /linux-6.15/arch/parisc/ |
| H A D | Kconfig.debug | 4 bool "Enable lightweight spinlock checks" 8 Add checks with low performance impact to the spinlock functions
|
| /linux-6.15/arch/s390/ |
| H A D | Kconfig.debug | 10 This option enables sanity checks in s390 low-level entry code. 11 Some of these sanity checks may slow down kernel entries and
|
| /linux-6.15/Documentation/arch/x86/x86_64/ |
| H A D | machinecheck.rst | 7 Machine checks report internal hardware error conditions detected 11 Machine checks are organized in banks (normally associated with
|
| /linux-6.15/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 129 if self.checks != self._get_real_attr().checks: 367 if 'min' in self.checks and 'max' in self.checks: 414 elif 'range' in self.checks: 416 elif 'min' in self.checks: 418 elif 'max' in self.checks: 469 if 'exact-len' in self.checks: 520 if len(self.checks) == 0: 522 elif len(self.checks) == 1: 529 if len(self.checks) == 0: 2274 if 'min' in attr.checks: [all …]
|
| /linux-6.15/tools/testing/memblock/ |
| H A 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.15/Documentation/netlink/specs/ |
| H A D | tcp_metrics.yaml | 34 checks: 65 checks: 75 checks:
|
| H A D | fou.yaml | 54 checks: 62 checks:
|
| H A D | netdev.yaml | 94 checks: 108 checks: 131 checks: 142 checks: 149 checks: 247 checks: 268 checks: 299 checks: 346 checks: 532 checks: [all …]
|
| /linux-6.15/scripts/atomic/ |
| H A D | gen-atomic-instrumented.sh | 67 local checks="$(gen_params_checks "${meta}" "${order}" "$@")" 77 ${checks}
|
| /linux-6.15/lib/ |
| H A 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 140 This option enables -fsanitize=bool which checks for boolean values being 148 This option enables -fsanitize=enum which checks for values being loaded
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | Kconfig.debug | 50 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 74 bool "Always insert extra checks around mmio access by default" 77 By default, always enables the extra sanity checks (extra register 87 bool "Insert extra checks into the GEM internals" 91 Enable extra sanity checks (including BUGs) along the GEM driver
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | testing-overview.rst | 134 Smatch extends Sparse and provides additional checks for programming logic 144 available include API tests, tests for correct usage of kernel iterators, checks 164 It's generally easier to write checks in Smatch than it is to write checks in 165 Sparse. Nevertheless, there are some overlaps between Sparse and Smatch checks. 170 Coccinelle is probably the easiest for writing checks. It works before the
|
| /linux-6.15/Documentation/admin-guide/LSM/ |
| H A D | index.rst | 6 various security checks to be hooked by new kernel extensions. The name 28 order in which checks are made. The capability module will always
|
| /linux-6.15/lib/kunit/ |
| H A D | assert_test.c | 123 va_list checks; in validate_assert() local 127 va_start(checks, num_checks); in validate_assert() 132 cur_substr_exp = va_arg(checks, char *); in validate_assert()
|
| /linux-6.15/kernel/rcu/ |
| H A D | Kconfig.debug | 64 and bh-disabled checks are to take effect, and that PREEMPT_RCU 65 must be enabled for the RCU-nesting checks to take effect. 66 These checks add overhead, and this Kconfig options is therefore 194 This option provides consistency checks in RCU's handling of 195 NO_HZ. These checks have proven quite helpful in detecting
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | mmp.rst | 9 etc.), the MMP code running on the node (call it node A) checks a 16 code passes all of those checks, a new MMP sequence number is generated
|
| /linux-6.15/fs/ocfs2/ |
| H A D | Kconfig | 73 bool "OCFS2 expensive checks" 77 This option will enable expensive consistency checks. Enable
|
| /linux-6.15/fs/quota/ |
| H A D | Kconfig | 39 bool "Additional quota sanity checks" 44 sanity checks of quota internal structures. If unsure, say N.
|
| /linux-6.15/Documentation/admin-guide/blockdev/drbd/ |
| H A D | conn-states-8.dot | 5 WFReportParams -> StandAllone [ label = "checks in receive_param()" ]
|
| /linux-6.15/drivers/firmware/psci/ |
| H A D | Kconfig | 9 Run the PSCI checker during startup. This checks that hotplug and
|
| /linux-6.15/drivers/net/can/spi/mcp251xfd/ |
| H A D | Kconfig | 16 This option enables additional sanity checks in the driver,
|