/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/ |
H A D | 0003-Adapt-check_cxx_compiler_flag-to-cmake-3.0.2.patch | 37 -check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 38 +CHECK_CXX_COMPILER_FLAG("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 41 target_compile_options(gsl_tests_config INTERFACE "-Wno-unsafe-buffer-usage") 46 -check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 47 +CHECK_CXX_COMPILER_FLAG("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 50 target_compile_options(gsl_tests_config_noexcept INTERFACE "-Wno-unsafe-buffer-usage")
|
H A D | 0001-Fix-initialization-in-test-1140.patch | 6 * Suppress unsafe-buffer-usage 26 +// Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks 52 +// Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks 78 +check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 81 + target_compile_options(gsl_tests_config INTERFACE "-Wno-unsafe-buffer-usage") 90 +check_cxx_compiler_flag("-Wno-unsafe-buffer-usage" WARN_UNSAFE_BUFFER) 93 + target_compile_options(gsl_tests_config_noexcept INTERFACE "-Wno-unsafe-buffer-usage")
|
H A D | 0002-Fix-gcc-build-problem.patch | 23 // Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks 55 // Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks
|
/openbmc/linux/Documentation/translations/zh_CN/rust/ |
H A D | coding-guidelines.rst | 80 一种特殊的注释是 ``// SAFETY:`` 注释。这些注释必须出现在每个 ``unsafe`` 块之前,它们 86 unsafe { *p = 0; } 121 /// assert_eq!(unsafe { x.unwrap_unchecked() }, "air"); 123 pub unsafe fn unwrap_unchecked(self) -> T { 128 None => unsafe { hint::unreachable_unchecked() }, 150 - 任何 ``unsafe`` 的代码块都必须在前面加上一个 ``// SAFETY:`` 的注释,描述里面
|
/openbmc/linux/arch/x86/boot/ |
H A D | video-mode.c | 31 void probe_cards(int unsafe) in probe_cards() argument 36 if (probed[unsafe]) in probe_cards() 39 probed[unsafe] = 1; in probe_cards() 42 if (card->unsafe == unsafe) { in probe_cards()
|
H A D | video.h | 76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
H A D | video-bios.c | 123 .unsafe = 1,
|
/openbmc/linux/drivers/ntb/test/ |
H A D | ntb_pingpong.c | 91 static unsigned int unsafe; variable 92 module_param(unsafe, uint, 0644); 93 MODULE_PARM_DESC(unsafe, "Run even though ntb operations may be unsafe"); 248 if (!unsafe) in pp_check_ntb() 254 if (!unsafe) in pp_check_ntb()
|
/openbmc/linux/security/apparmor/ |
H A D | domain.c | 812 bool *unsafe) in handle_onexec() argument 826 bprm, buffer, cond, unsafe)); in handle_onexec() 833 cond, unsafe)); in handle_onexec() 839 buffer, cond, unsafe)); in handle_onexec() 847 cond, unsafe)); in handle_onexec() 880 bool unsafe = false; in apparmor_bprm_creds_for_exec() local 902 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_creds_for_exec() 916 bprm, buffer, &cond, &unsafe); in apparmor_bprm_creds_for_exec() 921 &cond, &unsafe)); in apparmor_bprm_creds_for_exec() 940 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && in apparmor_bprm_creds_for_exec() [all …]
|
/openbmc/linux/Documentation/rust/ |
H A D | coding-guidelines.rst | 89 before every ``unsafe`` block, and they explain why the code inside the block is 95 unsafe { *p = 0; } 134 /// assert_eq!(unsafe { x.unwrap_unchecked() }, "air"); 136 pub unsafe fn unwrap_unchecked(self) -> T { 141 None => unsafe { hint::unreachable_unchecked() }, 167 - Any ``unsafe`` block must be preceded by a ``// SAFETY:`` comment
|
/openbmc/linux/Documentation/locking/ |
H A D | lockdep-design.rst | 118 is irq-unsafe means it was ever acquired with irq enabled. 120 A softirq-unsafe lock-class is automatically hardirq-unsafe as well. The 124 <hardirq-safe> or <hardirq-unsafe> 125 <softirq-safe> or <softirq-unsafe> 128 cannot be ever acquired with irq enabled (irq-unsafe). Otherwise, a 159 <hardirq-safe> -> <hardirq-unsafe> 160 <softirq-safe> -> <softirq-unsafe> 163 taken by a hardirq context, interrupting a hardirq-unsafe lock - and 165 lock could be taken by an softirq context, interrupting a softirq-unsafe 176 took any hardirq-unsafe lock in the past. [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 052 | 44 _supported_cache_modes writeback writethrough unsafe
|
H A D | 221 | 43 _supported_cache_modes writeback writethrough unsafe
|
/openbmc/linux/tools/testing/selftests/ |
H A D | lib.mk | 100 rsync -aq --copy-unsafe-links $(TEST_PROGS) $(TEST_PROGS_EXTENDED) $(TEST_FILES) $(OUTPUT); \ 115 $(if $(INSTALL_LIST),rsync -a --copy-unsafe-links $(INSTALL_LIST) $(INSTALL_PATH)/)
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/ |
H A D | preseed.cfg | 24 d-i passwd/user-password password unsafe 25 d-i passwd/user-password-again password unsafe
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/ |
H A D | fix_qa-issue_include.patch | 4 cc1: warning: include location "/usr/include" is unsafe for
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Fedora/ |
H A D | ks.cfg | 36 user --groups=wheel --name=user --password=unsafe --gecos="usr1"
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | use-env-for-perl.patch | 10 makes it unsafe to use the direct path for perl. In our case we know
|
/openbmc/linux/include/linux/ |
H A D | binfmts.h | 52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
|
/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/ |
H A D | 0001-remove-hardcoded-path.patch | 9 | cc1: error: include location "/usr/include" is unsafe for cross-compilation [-Werror=poison-syste…
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | Makefile | 38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
H A D | 0004-config_os_headers-Error-Fix.patch | 8 cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-syste…
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/poison/ |
H A D | poison.bb | 26 if proc.returncode != 0 and "is unsafe for cross-compilation" in proc.stderr:
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver/ |
H A D | fix-cross-compile.patch | 2 configure.ac which causes 'configure-unsafe' QA error. Don't add them for cross
|
/openbmc/linux/drivers/memstick/core/ |
H A D | Kconfig | 9 bool "Allow unsafe resume (DANGEROUS)"
|