Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/x86/boot/
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()
Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
Dvideo-bios.c123 .unsafe = 1,
Dboot.h347 void probe_cards(int unsafe);
/kernel/linux/linux-5.10/drivers/ntb/test/
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()
/kernel/linux/linux-5.10/security/apparmor/
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 …]
/kernel/linux/linux-5.10/Documentation/locking/
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 …]
Dpreempt-locking.rst92 But keep in mind that 'irqs disabled' is a fundamentally unsafe way of
/kernel/linux/linux-5.10/include/linux/
Dbinfmts.h52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
DMakefile38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
DMakefile31 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
/kernel/linux/linux-5.10/drivers/memstick/core/
DKconfig9 bool "Allow unsafe resume (DANGEROUS)"
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-st.txt42 Example [unsafe]
/kernel/linux/linux-5.10/lib/
DKconfig.kgdb28 bool "KGDB: use kprobe blocklist to prohibit unsafe breakpoints"
35 identify symbols where it is unsafe to set breakpoints.
DKconfig.kasan120 bool "Enable stack instrumentation (unsafe)" if CC_IS_CLANG && !COMPILE_TEST
DKconfig.kcsan201 default, and also not subject to other unsafe compiler optimizations
/kernel/linux/linux-5.10/arch/arm64/boot/dts/allwinner/
Dsun50i-h6-orangepi.dtsi257 * Using it as anything but a USB host is unsafe.
Dsun50i-h6-orangepi-3.dts330 * unsafe.
/kernel/linux/linux-5.10/Documentation/i2c/
Ddma-considerations.rst28 using an unsafe DMA buffer. To improve this situation, using I2C_M_DMA_SAFE in
/kernel/linux/linux-5.10/security/
Dcommoncap.c862 ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) || in cap_bprm_creds_from_file()
866 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_creds_from_file()
/kernel/linux/linux-5.10/Documentation/driver-api/
Dntb.rst150 * unsafe - Some hardware has known issues with scratchpad and doorbell
153 unsafe=1.
/kernel/linux/linux-5.10/tools/perf/Documentation/
DMakefile51 ASCIIDOC_EXTRA += --unsafe -f asciidoc.conf
/kernel/linux/linux-5.10/fs/
Dexec.c1557 bprm->unsafe |= LSM_UNSAFE_PTRACE; in check_unsafe_exec()
1564 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec()
1577 bprm->unsafe |= LSM_UNSAFE_SHARE; in check_unsafe_exec()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-qbuf.rst176 an error, or even stop capturing. Reusing such buffer may be unsafe
/kernel/linux/linux-5.10/drivers/mtd/
DKconfig55 this is very unsafe, but could be useful for file systems which are

12