Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/security/apparmor/
H A Ddomain.c796 bool *unsafe) in handle_onexec() argument
810 bprm, buffer, cond, unsafe)); in handle_onexec()
816 cond, unsafe)); in handle_onexec()
822 buffer, cond, unsafe)); in handle_onexec()
829 cond, unsafe)); in handle_onexec()
860 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
879 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_creds_for_exec()
893 bprm, buffer, &cond, &unsafe); in apparmor_bprm_creds_for_exec()
897 &cond, &unsafe)); in apparmor_bprm_creds_for_exec()
916 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && in apparmor_bprm_creds_for_exec()
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/
H A Dfix_qa-issue_include.patch4 cc1: warning: include location "/usr/include" is unsafe for
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch6 Forbid unsafe protocol URLs in Repo.clone{,_from}()
66 + Check for unsafe protocols.
84 + Check for unsafe options.
137 + """Thrown if unsafe protocols are passed without being explicitly allowed."""
141 + """Thrown if unsafe options are passed without being explicitly allowed."""
449 + :param unsafe_protocols: Allow unsafe protocols to be used, like ex
474 + :param unsafe_protocols: Allow unsafe protocols to be used, like ext
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A Duse-env-for-perl.patch8 makes it unsafe to use the direct path for perl. In our case we know
/OK3568_Linux_fs/buildroot/package/snort/
H A D0001-configure.in-Avoid-path-poisoning-with-libpcap.patch6 Prevent usage of unsafe libpcap header path when cross compiling.
H A D0007-Fix-error-when-building-on-a-Fedora-host-machine.patch6 Remove the code that adds unsafe header/library path when
/OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/
H A DMakefile38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0001-config_os_headers-Error-Fix.patch8 cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-syste…
/OK3568_Linux_fs/kernel/include/linux/
H A Dbinfmts.h52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/OK3568_Linux_fs/buildroot/package/boost/
H A D0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch43 …atform appears to have no atomic integers. If you are happy with thread-unsafe code, then you may…
61 …atform appears to have no atomic integers. If you are happy with thread-unsafe code, then you may…
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A DMakefile31 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/package/irrlicht/
H A D0003-makefile-override-LDFLAGS-and-remove-obsolete-X11R6-.patch13 …linux-gnueabihf/bin/ld: warning: library search path "/usr/X11R6/lib" is unsafe for cross-compilat…
/OK3568_Linux_fs/kernel/drivers/memstick/core/
H A DKconfig9 bool "Allow unsafe resume (DANGEROUS)"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/poke/poke/
H A D0002-jitter-jitter-config.in-avoit-host-poisoning-while-c.patch8 return an unsafe path "-I /usr/include".
/OK3568_Linux_fs/external/linux-rga/
H A DAndroid.go25 sdkVersionInt, err := strconv.Atoi(*(*string)(unsafe.Pointer(&sdkVersion)))
/OK3568_Linux_fs/buildroot/package/gnuradio/
H A D0003-gnuradio-runtime_pmt-dont-hardcode-INTERFACE_INCLUDE_DIRECTORIES.patch14 arm-linux-gnueabihf-g++: ERROR: unsafe header/library path used in cross-compilation: '-isystem' '/…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/cpufreq/
H A Dcpufreq-st.txt42 Example [unsafe]
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.kgdb28 bool "KGDB: use kprobe blocklist to prohibit unsafe breakpoints"
35 identify symbols where it is unsafe to set breakpoints.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Dconfigure.in-disable-tirpc-checking-for-fedora.patch13 cc1: warning: include location "/usr/include/tirpc" is unsafe for

12345