Home
last modified time | relevance | path

Searched refs:unsafe (Results 1 – 25 of 105) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/
H A D0003-Adapt-check_cxx_compiler_flag-to-cmake-3.0.2.patch37 -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 D0001-Fix-initialization-in-test-1140.patch6 * 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 D0002-Fix-gcc-build-problem.patch23 // 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 Dcoding-guidelines.rst80 一种特殊的注释是 ``// 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 Dvideo-mode.c31 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 Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
H A Dvideo-bios.c123 .unsafe = 1,
/openbmc/linux/drivers/ntb/test/
H A Dntb_pingpong.c91 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 Ddomain.c812 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 Dcoding-guidelines.rst89 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 Dlockdep-design.rst118 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 D05244 _supported_cache_modes writeback writethrough unsafe
H A D22143 _supported_cache_modes writeback writethrough unsafe
/openbmc/linux/tools/testing/selftests/
H A Dlib.mk100 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 Dpreseed.cfg24 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 Dfix_qa-issue_include.patch4 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 Dks.cfg36 user --groups=wheel --name=user --password=unsafe --gecos="usr1"
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A Duse-env-for-perl.patch10 makes it unsafe to use the direct path for perl. In our case we know
/openbmc/linux/include/linux/
H A Dbinfmts.h52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/
H A D0001-remove-hardcoded-path.patch9 | cc1: error: include location "/usr/include" is unsafe for cross-compilation [-Werror=poison-syste…
/openbmc/linux/tools/lib/perf/Documentation/
H A DMakefile38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0004-config_os_headers-Error-Fix.patch8 cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-syste…
/openbmc/openbmc/poky/meta-selftest/recipes-test/poison/
H A Dpoison.bb26 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 Dfix-cross-compile.patch2 configure.ac which causes 'configure-unsafe' QA error. Don't add them for cross
/openbmc/linux/drivers/memstick/core/
H A DKconfig9 bool "Allow unsafe resume (DANGEROUS)"

12345