Searched refs:uninitialized (Results 1 – 25 of 34) sorted by relevance
12
| /kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
| D | uninitialized_var.cocci | 5 /// For any compiler warnings about uninitialized variables, just add 9 /// is uninitialized, either simply initialize the variable or make compiler 44 … is deprecated (https://www.kernel.org/doc/html/latest/process/deprecated.html#uninitialized-var)") 51 … is deprecated (https://www.kernel.org/doc/html/latest/process/deprecated.html#uninitialized-var)")
|
| /kernel/linux/linux-5.10/security/ |
| D | Kconfig.hardening | 52 uninitialized variables. The selected class of variable will be 60 classes of uninitialized stack variable exploits 70 uninitialized stack variable exploits and information 83 of uninitialized stack variable exploits and information 101 of uninitialized stack variable exploits and information 115 all classes of uninitialized stack variable exploits and 117 having been left uninitialized. 120 related to uninitialized locals, e.g. pointers receive 133 classes of uninitialized stack variable exploits and 135 about having been left uninitialized. [all …]
|
| /kernel/linux/linux-5.10/drivers/macintosh/ |
| D | via-pmu.c | 124 uninitialized = 0, enumerator 292 if (pmu_state != uninitialized) in find_via_pmu() 384 pmu_state = uninitialized; in find_via_pmu() 404 pmu_state = uninitialized; in find_via_pmu() 415 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_probe() 420 return pmu_state == uninitialized ? -ENODEV : 0; in pmu_init() 435 if (pmu_state == uninitialized) in via_pmu_start() 515 if (pmu_state == uninitialized) in via_pmu_dev_init() 988 if (pmu_state == uninitialized || !pmu_fully_inited) { in pmu_send_request() 1082 if (pmu_state == uninitialized || !pmu_fully_inited || !pmu_has_adb) in pmu_adb_autopoll() [all …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | hfsplus.rst | 23 that have uninitialized permissions structures. 28 that have uninitialized permissions structures.
|
| D | dax.txt | 210 exposure of uninitialized data through mmap.
|
| /kernel/liteos_a/testsuites/build/ |
| D | los_test_config.mk | 40 LITEOS_GCOV_OPTS := -fprofile-arcs -ftest-coverage -Wno-maybe-uninitialized
|
| /kernel/linux/linux-5.10/drivers/staging/greybus/tools/ |
| D | Makefile | 11 -Wmaybe-uninitialized \
|
| /kernel/linux/linux-5.10/arch/parisc/math-emu/ |
| D | Makefile | 8 -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
|
| /kernel/linux/linux-5.10/scripts/ |
| D | Makefile.ubsan | 36 CFLAGS_UBSAN += $(call cc-option, -Wno-maybe-uninitialized)
|
| D | Makefile.extrawarn | 74 KBUILD_CFLAGS += $(call cc-option, -Wmaybe-uninitialized)
|
| D | spelling.txt | 1455 unintialized||uninitialized 1456 unitialized||uninitialized
|
| /kernel/linux/linux-5.10/tools/virtio/ |
| D | Makefile | 7 CFLAGS += -g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wn…
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
| D | Makefile | 24 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | Makefile | 22 subdir-ccflags-y += $(call cc-disable-warning, sometimes-uninitialized) 24 subdir-ccflags-y += $(call cc-disable-warning, uninitialized)
|
| /kernel/linux/linux-5.10/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 | 587 - “Lazy BG”. Not in Linux kernel, seems to have been for uninitialized 684 this is useful for lazy formatting with uninitialized groups
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-fs-ext4 | 105 out in preference to creating a new uninitialized
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | Makefile | 23 CFLAGS_prom_init.o += $(call cc-option, -ftrivial-auto-var-init=uninitialized)
|
| /kernel/liteos_a/tools/build/ |
| D | liteos.ld | 178 /* uninitialized data (in same segment as writable data) */
|
| D | liteos_llvm.ld | 183 /* uninitialized data (in same segment as writable data) */
|
| /kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/ |
| D | btt.rst | 140 operation, with 00 indicating an uninitialized state.
|
| /kernel/linux/linux-5.10/ |
| D | Makefile | 670 $(call cc-disable-warning,maybe-uninitialized,) 980 KBUILD_CFLAGS += $(call cc-disable-warning, maybe-uninitialized)
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | debug-objects.rst | 15 - Activation of uninitialized objects
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-5.10/Documentation/security/ |
| D | self-protection.rst | 308 free. This frustrates many uninitialized variable attacks, stack content
|
12