/openbmc/linux/scripts/clang-tools/ |
H A D | run-clang-tools.py | 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"]],
|
/openbmc/linux/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
|
/openbmc/u-boot/tools/patman/ |
H A D | test.py | 225 self.assertEqual(result.checks, 0) 236 self.assertEqual(result.checks, 0) 247 self.assertEqual(result.checks, 0) 258 self.assertEqual(result.checks, 0) 269 self.assertEqual(result.checks, 1)
|
H A D | checkpatch.py | 60 result.errors, result.warning, result.checks = 0, 0, 0 98 result.checks = int(match.group(3)) 152 check_count += result.checks 154 result.warnings, result.checks, col.Color(col.BLUE, fname))) 156 result.checks):
|
/openbmc/openbmc/meta-security/recipes-scanners/buck-security/ |
H A D | buck-security_0.7.bb | 2 …urity scanner for Debian and Ubuntu Linux. It runs a couple of important checks and helps you to h… 22 …sed -i 's!use lib "checks"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)), "bu… 23 …sed -i 's!use lib "checks/lib"!use lib File::Spec->catfile(dirname(File::Spec->rel2abs(__FILE__)),…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/ |
H A D | Skip-AC_RUN_IFELSE-tests.patch | 16 acinclude/lib-checks.m4 | 8 ++++++-- 38 --- a/acinclude/lib-checks.m4 39 +++ b/acinclude/lib-checks.m4
|
/openbmc/linux/ |
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)
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0040-fix-runtime-capsule-update-flags-checks.patch | 4 Subject: [PATCH] fix runtime capsule update flags checks for corstone1000 6 Fixes capsule update flags checks in capsule update as these checks are missing
|
H A D | 0041-scatter-gather-flag-workaround.patch | 6 This workaround passes 1 as scatter_gather_list value to pass the NULL checks 8 (which is introduced lately to align with UEFI specs). Since these flag checks 31 + * the NULL flag checks. This should will be fixed with
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | perf_json_output_lint.py | 45 checks = { 80 if key not in checks: 82 if not checks[key](value):
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | 0005-configure.ac-add-option-for-libcap.patch | 27 +[ --with-licap use licap for debugger checks. (default=yes)], 48 - AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-dir=… 58 + AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-di…
|
/openbmc/linux/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
|
/openbmc/linux/arch/parisc/ |
H A D | Kconfig.debug | 4 bool "Enable lightweight spinlock checks" 8 Add checks with low performance impact to the spinlock functions
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | cross-compiling.patch | 30 # Setup maintainer mode options. Platform checks are 31 # not run with the warning options as to not perturb fragile checks
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/ |
H A D | 0001-configure.ac-Add-an-option-to-disable-host-udev-vers.patch | 5 checks 14 (checks enabled). 32 + [Disable host udev version checks])],
|
/openbmc/linux/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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/ |
H A D | avoid-running-host-binaries-for-sanity.patch | 4 runs the newly built emacs to perform some checks. 32 +# The Makefile will try to call the newly built emacs to perform some checks
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | fou.yaml | 54 checks: 62 checks:
|
/openbmc/linux/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...)
|
/openbmc/linux/scripts/atomic/ |
H A D | gen-atomic-instrumented.sh | 67 local checks="$(gen_params_checks "${meta}" "${order}" "$@")" 77 ${checks}
|
/openbmc/qemu/scripts/qapi/ |
H A D | .flake8 | 2 # Prefer pylint's bare-except checks to flake8's
|
/openbmc/linux/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 124 This option enables -fsanitize=bool which checks for boolean values being 132 This option enables -fsanitize=enum which checks for values being loaded
|
/openbmc/openbmc/meta-security/classes/ |
H A D | check_security.bbclass | 2 … -sysroot ${IMAGE_ROOTFS} -log ${T}/log.do_checksecurity.${PID} -disable-checks "checksum,firewall…
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0001-build-fix-race-in-parallel-builds.patch | 38 # Used by maintainer checks and such. 53 # Used by maintainer checks and such.
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | TODO | 22 * the driver has a habit of using runtime checks where compile time checks are
|