Home
last modified time | relevance | path

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

12

/linux-6.6.21/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.6.21/drivers/macintosh/
Dvia-pmu.c123 uninitialized = 0, enumerator
293 if (pmu_state != uninitialized) in find_via_pmu()
375 pmu_state = uninitialized; in find_via_pmu()
393 pmu_state = uninitialized; in find_via_pmu()
404 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_probe()
409 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_init()
424 if (pmu_state == uninitialized) in via_pmu_start()
504 if (pmu_state == uninitialized) in via_pmu_dev_init()
979 if (pmu_state == uninitialized || !pmu_fully_inited) { in pmu_send_request()
1073 if (pmu_state == uninitialized || !pmu_fully_inited || !pmu_has_adb) in pmu_adb_autopoll()
[all …]
/linux-6.6.21/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.6.21/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.6.21/tools/tracing/rtla/
DMakefile29 … -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -Wno-maybe-uninitialized
33 WOPTS := $(filter-out -Wno-maybe-uninitialized, $(WOPTS))
/linux-6.6.21/tools/verification/rv/
DMakefile29 … -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -Wno-maybe-uninitialized
33 WOPTS := $(filter-out -Wno-maybe-uninitialized, $(WOPTS))
/linux-6.6.21/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.6.21/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.6.21/mm/kmsan/
DMakefile34 CFLAGS_kmsan_test.o += $(call cc-disable-warning, uninitialized)
/linux-6.6.21/arch/parisc/math-emu/
DMakefile8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
/linux-6.6.21/scripts/
DMakefile.extrawarn160 KBUILD_CFLAGS += $(call cc-option, -Wmaybe-uninitialized)
179 KBUILD_CFLAGS += -Wno-maybe-uninitialized
Dspelling.txt1616 unintialized||uninitialized
1617 unitialized||uninitialized
/linux-6.6.21/tools/testing/selftests/powerpc/tm/
DMakefile24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
/linux-6.6.21/tools/virtio/
DMakefile17 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wn…
/linux-6.6.21/fs/btrfs/
DMakefile15 $(call cc-option, -Wmaybe-uninitialized)
/linux-6.6.21/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.6.21/Documentation/ABI/testing/
Dsysfs-fs-ext4105 out in preference to creating a new uninitialized
/linux-6.6.21/arch/powerpc/kernel/
DMakefile23 CFLAGS_prom_init.o += $(call cc-option, -ftrivial-auto-var-init=uninitialized)
/linux-6.6.21/Documentation/driver-api/nvdimm/
Dbtt.rst140 operation, with 00 indicating an uninitialized state.
/linux-6.6.21/Documentation/core-api/
Ddebug-objects.rst15 - Activation of uninitialized objects
/linux-6.6.21/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.6.21/Documentation/bpf/
Dkfuncs.rst107 uninitialized.
116 Here, the dynptr will be treated as an uninitialized dynptr. Without this
/linux-6.6.21/Documentation/dev-tools/kunit/
Drunning_tips.rst313 attributes will remain uninitialized and act as though the attribute is set

12