Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tainted
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/security/
H
A
D
mitigation-patching.sh
37
tainted
=$(cat /proc/sys/kernel/
tainted
)
38
if [[ "$
tainted
" -ne 0 ]]; then
39
echo "Error: kernel already
tainted
!" >&2
71
tainted
=$(cat /proc/sys/kernel/
tainted
)
72
if [[ "$
tainted
" -ne 0 ]]; then
73
echo "Error: kernel became
tainted
!" >&2
/kernel/linux/linux-5.10/tools/debugging/
H
A
D
kernel-chktaint
13
Call without parameters to decode /proc/sys/kernel/
tainted
.
16
retrieved from /proc/sys/kernel/
tainted
on another system.
32
TAINTFILE="/proc/sys/kernel/
tainted
"
45
echo "Kernel is \"
tainted
\" for the following reasons:"
199
echo " Documentation/admin-guide/
tainted
-kernels.rst in the the Linux kernel sources"
200
echo " or https://kernel.org/doc/html/latest/admin-guide/
tainted
-kernels.html"
/kernel/linux/linux-6.6/tools/debugging/
H
A
D
kernel-chktaint
13
Call without parameters to decode /proc/sys/kernel/
tainted
.
16
retrieved from /proc/sys/kernel/
tainted
on another system.
32
TAINTFILE="/proc/sys/kernel/
tainted
"
45
echo "Kernel is \"
tainted
\" for the following reasons:"
208
echo " Documentation/admin-guide/
tainted
-kernels.rst in the Linux kernel sources"
209
echo " or https://kernel.org/doc/html/latest/admin-guide/
tainted
-kernels.html"
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_osnoise.c
352
bool
tainted
; /* infor users and developers about a problem */
member
422
if (osnoise_data.
tainted
)
in print_osnoise_headers()
423
seq_puts(s, "# osnoise is
tainted
!\n");
in print_osnoise_headers()
451
if (osnoise_data.
tainted
)
in print_osnoise_headers()
452
seq_puts(s, "# osnoise is
tainted
!\n");
in print_osnoise_headers()
487
osnoise_data.
tainted
= true; \
Completed in 5 milliseconds