Searched refs:uninitialized (Results 1 – 25 of 37) sorted by relevance
12
/linux-6.6.21/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.6.21/drivers/macintosh/ |
D | via-pmu.c | 123 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/ |
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.6.21/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.6.21/tools/tracing/rtla/ |
D | Makefile | 29 … -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/ |
D | Makefile | 29 … -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/ |
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.6.21/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.6.21/mm/kmsan/ |
D | Makefile | 34 CFLAGS_kmsan_test.o += $(call cc-disable-warning, uninitialized)
|
/linux-6.6.21/arch/parisc/math-emu/ |
D | Makefile | 8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
|
/linux-6.6.21/scripts/ |
D | Makefile.extrawarn | 160 KBUILD_CFLAGS += $(call cc-option, -Wmaybe-uninitialized) 179 KBUILD_CFLAGS += -Wno-maybe-uninitialized
|
D | spelling.txt | 1616 unintialized||uninitialized 1617 unitialized||uninitialized
|
/linux-6.6.21/tools/testing/selftests/powerpc/tm/ |
D | Makefile | 24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
|
/linux-6.6.21/tools/virtio/ |
D | Makefile | 17 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wn…
|
/linux-6.6.21/fs/btrfs/ |
D | Makefile | 15 $(call cc-option, -Wmaybe-uninitialized)
|
/linux-6.6.21/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.6.21/Documentation/ABI/testing/ |
D | sysfs-fs-ext4 | 105 out in preference to creating a new uninitialized
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | Makefile | 23 CFLAGS_prom_init.o += $(call cc-option, -ftrivial-auto-var-init=uninitialized)
|
/linux-6.6.21/Documentation/driver-api/nvdimm/ |
D | btt.rst | 140 operation, with 00 indicating an uninitialized state.
|
/linux-6.6.21/Documentation/core-api/ |
D | debug-objects.rst | 15 - Activation of uninitialized objects
|
/linux-6.6.21/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.6.21/Documentation/bpf/ |
D | kfuncs.rst | 107 uninitialized. 116 Here, the dynptr will be treated as an uninitialized dynptr. Without this
|
/linux-6.6.21/Documentation/dev-tools/kunit/ |
D | running_tips.rst | 313 attributes will remain uninitialized and act as though the attribute is set
|
12