Searched refs:uninitialized (Results 1 – 25 of 35) sorted by relevance
12
/linux-6.1.9/Documentation/dev-tools/ |
D | kmsan.rst | 8 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/ |
D | via-pmu.c | 123 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/ |
D | Kconfig.hardening | 52 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/ |
D | Kconfig.kmsan | 12 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/ |
D | uninitialized_var.cocci | 7 /// 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/ |
D | hfsplus.rst | 23 that have uninitialized permissions structures. 28 that have uninitialized permissions structures.
|
D | dax.rst | 235 exposure of uninitialized data through mmap.
|
/linux-6.1.9/drivers/staging/greybus/tools/ |
D | Makefile | 11 -Wmaybe-uninitialized \
|
/linux-6.1.9/mm/kmsan/ |
D | Makefile | 28 CFLAGS_kmsan_test.o += $(call cc-disable-warning, uninitialized)
|
/linux-6.1.9/arch/parisc/math-emu/ |
D | Makefile | 8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
|
/linux-6.1.9/tools/virtio/ |
D | Makefile | 7 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wn…
|
/linux-6.1.9/tools/testing/selftests/powerpc/tm/ |
D | Makefile | 24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
|
/linux-6.1.9/tools/tracing/rtla/ |
D | Makefile | 29 … -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -Wno-maybe-uninitialized
|
/linux-6.1.9/scripts/ |
D | Makefile.extrawarn | 82 KBUILD_CFLAGS += $(call cc-option, -Wmaybe-uninitialized)
|
D | spelling.txt | 1554 unintialized||uninitialized 1555 unitialized||uninitialized
|
/linux-6.1.9/Documentation/filesystems/ext4/ |
D | ifork.rst | 153 the extent is uninitialized and the actual extent length is ``ee_len`` - 155 blocks, and the maximum length of an uninitialized extent is 32767.
|
D | super.rst | 591 - “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/ |
D | sysfs-fs-ext4 | 105 out in preference to creating a new uninitialized
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | Makefile | 23 CFLAGS_prom_init.o += $(call cc-option, -ftrivial-auto-var-init=uninitialized)
|
/linux-6.1.9/drivers/android/ |
D | binder_alloc.c | 923 goto uninitialized; in binder_alloc_print_pages() 937 uninitialized: in binder_alloc_print_pages()
|
/linux-6.1.9/Documentation/driver-api/nvdimm/ |
D | btt.rst | 140 operation, with 00 indicating an uninitialized state.
|
/linux-6.1.9/Documentation/core-api/ |
D | debug-objects.rst | 15 - Activation of uninitialized objects
|
/linux-6.1.9/Documentation/process/ |
D | maintainer-tip.rst | 180 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/ |
D | ext4.rst | 342 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/ |
D | sgx.rst | 269 Architectural behavior is to restore all EPC pages to an uninitialized
|
12