Home
last modified time | relevance | path

Searched refs:uninitialized (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.1.9/Documentation/dev-tools/
Dkmsan.rst8 KMSAN is a dynamic error detector aimed at finding uses of uninitialized
53 Bytes 4-7 of 8 are uninitialized
60 The report says that the local variable ``uninit`` was created uninitialized in
66 uninitialized in the local variable, as well as the stack where the value was
69 A use of uninitialized value ``v`` is reported by KMSAN in the following cases:
85 ignore uninitialized values in that function and mark its output as initialized.
130 kernel memory byte is uninitialized. Marking the memory uninitialized (i.e.
158 ``c`` are uninitialized, while the lower byte is initialized.
164 This origin describes the point in program execution at which the uninitialized
166 stack (for heap-allocated memory), or the function containing the uninitialized
[all …]
/linux-6.1.9/drivers/macintosh/
Dvia-pmu.c123 uninitialized = 0, enumerator
290 if (pmu_state != uninitialized) in find_via_pmu()
380 pmu_state = uninitialized; in find_via_pmu()
398 pmu_state = uninitialized; in find_via_pmu()
409 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_probe()
414 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_init()
429 if (pmu_state == uninitialized) in via_pmu_start()
509 if (pmu_state == uninitialized) in via_pmu_dev_init()
982 if (pmu_state == uninitialized || !pmu_fully_inited) { in pmu_send_request()
1076 if (pmu_state == uninitialized || !pmu_fully_inited || !pmu_has_adb) in pmu_adb_autopoll()
[all …]
/linux-6.1.9/security/
DKconfig.hardening52 uninitialized variables. The selected class of variable will be
60 classes of uninitialized stack variable exploits
71 uninitialized stack variable exploits and information
85 of uninitialized stack variable exploits and information
104 of uninitialized stack variable exploits and information
119 all classes of uninitialized stack variable exploits and
121 having been left uninitialized.
124 related to uninitialized locals, e.g. pointers receive
138 classes of uninitialized stack variable exploits and
140 about having been left uninitialized.
[all …]
/linux-6.1.9/lib/
DKconfig.kmsan12 bool "KMSAN: detector of uninitialized values use"
20 uninitialized values in the kernel. It is based on compiler
37 bool "Check for uninitialized values passed to and returned from functions"
/linux-6.1.9/scripts/coccinelle/misc/
Duninitialized_var.cocci7 /// For any compiler warnings about uninitialized variables, just add
11 /// is uninitialized, either simply initialize the variable or make compiler
/linux-6.1.9/Documentation/filesystems/
Dhfsplus.rst23 that have uninitialized permissions structures.
28 that have uninitialized permissions structures.
Ddax.rst235 exposure of uninitialized data through mmap.
/linux-6.1.9/drivers/staging/greybus/tools/
DMakefile11 -Wmaybe-uninitialized \
/linux-6.1.9/mm/kmsan/
DMakefile28 CFLAGS_kmsan_test.o += $(call cc-disable-warning, uninitialized)
/linux-6.1.9/arch/parisc/math-emu/
DMakefile8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
/linux-6.1.9/tools/virtio/
DMakefile7 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wn…
/linux-6.1.9/tools/testing/selftests/powerpc/tm/
DMakefile24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
/linux-6.1.9/tools/tracing/rtla/
DMakefile29 … -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -Wno-maybe-uninitialized
/linux-6.1.9/scripts/
DMakefile.extrawarn82 KBUILD_CFLAGS += $(call cc-option, -Wmaybe-uninitialized)
Dspelling.txt1554 unintialized||uninitialized
1555 unitialized||uninitialized
/linux-6.1.9/Documentation/filesystems/ext4/
Difork.rst153 the extent is uninitialized and the actual extent length is ``ee_len`` -
155 blocks, and the maximum length of an uninitialized extent is 32767.
Dsuper.rst591 - “Lazy BG”. Not in Linux kernel, seems to have been for uninitialized
693 this is useful for lazy formatting with uninitialized groups
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-fs-ext4105 out in preference to creating a new uninitialized
/linux-6.1.9/arch/powerpc/kernel/
DMakefile23 CFLAGS_prom_init.o += $(call cc-option, -ftrivial-auto-var-init=uninitialized)
/linux-6.1.9/drivers/android/
Dbinder_alloc.c923 goto uninitialized; in binder_alloc_print_pages()
937 uninitialized: in binder_alloc_print_pages()
/linux-6.1.9/Documentation/driver-api/nvdimm/
Dbtt.rst140 operation, with 00 indicating an uninitialized state.
/linux-6.1.9/Documentation/core-api/
Ddebug-objects.rst15 - Activation of uninitialized objects
/linux-6.1.9/Documentation/process/
Dmaintainer-tip.rst180 potential use of an uninitialized value of now in the following block.
192 of the uninitialized variable 'now'. This is not a runtime issue as all
/linux-6.1.9/Documentation/admin-guide/
Dext4.rst342 Do not initialize any uninitialized inode table blocks in the
373 dioread_nolock option is specified ext4 will allocate uninitialized
/linux-6.1.9/Documentation/x86/
Dsgx.rst269 Architectural behavior is to restore all EPC pages to an uninitialized

12