/linux/security/landlock/ |
H A D | audit.c | 190 access_mask_t missing = 0; in get_denied_layer() local 204 missing = BIT(access_bit); in get_denied_layer() 206 missing |= BIT(access_bit); in get_denied_layer() 210 *access_request = missing; in get_denied_layer() 280 access_mask_t missing = 0; in get_layer_from_deny_masks() local 297 missing = BIT(access_bit); in get_layer_from_deny_masks() 299 missing |= BIT(access_bit); in get_layer_from_deny_masks() 305 *access_request = missing; in get_layer_from_deny_masks() 396 access_mask_t missing; in landlock_log_denial() local 405 missing in landlock_log_denial() [all...] |
/linux/kernel/gcov/ |
H A D | Makefile | 6 CFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations 8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
|
/linux/tools/tracing/rtla/ |
H A D | Makefile.config | 27 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel) 43 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel) 52 $(info libcpupower is missing, building without --deepest-idle-state support.) 70 $(info libbpf is missing, building without BPF skeleton support.) 79 $(info clang is missing or does not support BPF CO-RE, building without BPF skeleton support.) 88 $(info bpftool is missing or not supporting skeletons, building without BPF skeleton support.)
|
/linux/arch/riscv/include/asm/vendor_extensions/ |
H A D | vendor_hwprobe.h | 16 missing |= RISCV_HWPROBE_VENDOR_EXT_##ext; \ 24 * and missing. It should be filled with VENDOR_EXT_KEY expressions. 29 u64 missing = 0; \ 34 (pair)->value &= ~missing; \
|
/linux/ |
H A D | Kbuild | 37 # Check for missing system calls 42 PHONY += missing-syscalls 43 missing-syscalls: scripts/checksyscalls.sh $(offsets-file) 51 echo "warning: cannot check the header due to sha1sum missing"; \ 73 prepare: $(offsets-file) missing-syscalls $(atomic-checks)
|
/linux/scripts/coccinelle/misc/ |
H A D | add_namespace.cocci | 3 /// Adds missing MODULE_IMPORT_NS statements to source files 6 /// add a missing namespace tag to a module source file. 18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
|
/linux/Documentation/admin-guide/media/ |
H A D | rcar-fdp1.rst | 27 recover missing lines. This method is also known as blending or Line 30 - The previous and next fields are averaged to recover lines missing from 34 field is used to fill missing lines from the current field. This method 38 used to fill missing lines from the current field. This method is also
|
/linux/Documentation/ |
H A D | Kconfig | 6 bool "Warn if there's a missing documentation file" 9 This option makes the Kernel to check for missing dependencies, 10 warning when something is missing. Works only if the Kernel
|
/linux/scripts/ |
H A D | verify_builtin_ranges.awk | 307 # object belongs to built-in modules, count it as missing. 348 missing++; 365 printf " Missing: %6d (%d%% of total)\n", missing, 100 * missing / total; 367 if (mismatches || missing)
|
H A D | Makefile.modpost | 105 missing-input := vmlinux.o 125 missing-input := $(objtree)/Module.symvers 137 $(if $(missing-input), \ 138 echo >&2 "WARNING: $(missing-input) is missing."; \
|
H A D | spdxcheck.py | 34 self.missing = 0 40 self.missing += miss 78 raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic)) 84 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception) 405 if not di.missing: 421 missing = parser.checked - parser.spdx_valid variable 422 mpc = int(100 * missing / parser.checked) 423 sys.stderr.write('Files without SPDX:%12d %3d%%\n' %(missing, mpc)) 437 if di.missing: 438 valid = di.total - di.missing [all...] |
H A D | sphinx-pre-install | 19 my %missing; 92 foreach my $prog (sort keys %missing) { 93 my $is_optional = $missing{$prog}; 128 $missing{$package} = $is_optional; 697 print "There are likely missing dependencies.\n"; 877 %missing = (); 970 die "Can't build as $need mandatory dependency is missing"; 972 die "Can't build as $need mandatory dependencies are missing"; 988 die "Can't build as $need mandatory dependency is missing"; 990 die "Can't build as $need mandatory dependencies are missing"; [all...] |
/linux/tools/testing/selftests/drivers/net/lib/py/ |
H A D | env.py | 193 missing = [] 200 missing.append(choice) 203 missing.append(["LOCAL_V6", "REMOTE_V6"]) 205 missing.append(["LOCAL_V4", "REMOTE_V4"]) 206 if missing: 207 raise Exception("Invalid environment, missing configuration:", missing,
|
/linux/scripts/coccinelle/free/ |
H A D | pci_free_consistent.cocci | 2 /// Find missing pci_free_consistent for every pci_alloc_consistent. 43 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freeing on line %s" % (p1[0].line,p2[0].line) 51 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freeing on line %s" % (p1[0].line,p2[0].line)
|
H A D | clk_put.cocci | 2 /// Find missing clk_puts. 4 //# This only signals a missing clk_put when there is a clk_put later 67 msg = "ERROR: missing clk_put; clk_get on line %s and execution via conditional on line %s" % (p1[0].line,p2[0].line)
|
H A D | iounmap.cocci | 2 /// Find missing iounmaps. 4 //# This only signals a missing iounmap when there is an iounmap later 67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0].line,p2[0].line)
|
H A D | put_device.cocci | 2 /// Find missing put_device for every of_find_device_by_node. 45 "ERROR: missing put_device; call of_find_device_by_node on line "
|
/linux/tools/tracing/latency/ |
H A D | Makefile.config | 17 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel) 26 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
|
/linux/arch/parisc/math-emu/ |
H A D | Makefile | 9 -Wno-implicit-int -Wno-missing-prototypes -Wno-missing-declarations \
|
/linux/Documentation/translations/zh_CN/process/ |
H A D | researcher-guidelines.rst | 92 Subject: [PATCH] drivers/foo_bar: Add missing kfree() 104 path/to/foo_bar.c:187: missing kfree() call? 106 Add the missing kfree() to the error path. No other references to
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bind6_prog.c | 36 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local 54 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
|
H A D | connect4_prog.c | 93 char missing[IFNAMSIZ] = "nonexistent_dev"; in bind_to_device() local 103 &missing, sizeof(missing)) != -ENODEV) in bind_to_device()
|
/linux/tools/verification/rv/ |
H A D | Makefile.config | 27 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel) 43 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
|
/linux/tools/testing/selftests/pcie_bwctrl/ |
H A D | set_pcie_cooling_state.sh | 29 echo $skipmsg thermal cooling devices missing >&2 35 echo $skipmsg pcie cooling devices missing >&2
|
/linux/tools/cgroup/ |
H A D | iocost_coef_gen.py | 118 missing = False variable 121 print(f'Required command "{cmd}" is missing', file=sys.stderr) 122 missing = True variable 123 if missing:
|