Searched refs:uninitialized (Results  1 – 25 of 26) sorted by relevance
12
| /Linux-v5.4/security/ | 
| D | Kconfig.hardening | 39 	  uninitialized variables. The selected class will be 47 		  classes of uninitialized stack variable exploits 57 		  uninitialized stack variable exploits and information 70 		  of uninitialized stack variable exploits and information 88 		  of uninitialized stack variable exploits and information 97 		  of uninitialized stack variable exploits and information 99 		  left uninitialized. 122 	  potential for uninitialized stack variable exploits or information 125 	  most uninitialized stack variable attacks, with the performance 177 	  many kinds of "uninitialized heap memory" flaws, especially [all …] 
 | 
| /Linux-v5.4/drivers/macintosh/ | 
| D | via-pmu.c | 127 	uninitialized = 0,  enumerator 295 	if (pmu_state != uninitialized)  in find_via_pmu() 387 	pmu_state = uninitialized;  in find_via_pmu() 407 		pmu_state = uninitialized;  in find_via_pmu() 418 	return pmu_state == uninitialized ? -ENODEV : 0;  in pmu_probe() 423 	return pmu_state == uninitialized ? -ENODEV : 0;  in pmu_init() 438 	if (pmu_state == uninitialized)  in via_pmu_start() 518 	if (pmu_state == uninitialized)  in via_pmu_dev_init() 992 	if (pmu_state == uninitialized || !pmu_fully_inited) {  in pmu_send_request() 1086 	if (pmu_state == uninitialized || !pmu_fully_inited || !pmu_has_adb)  in pmu_adb_autopoll() [all …] 
 | 
| /Linux-v5.4/Documentation/filesystems/ | 
| D | hfsplus.txt | 21 	that have uninitialized permissions structures. 26 	that have uninitialized permissions structures.
  | 
| D | dax.txt | 74 exposure of uninitialized data through mmap.
  | 
| D | proc.txt | 410 with the memory region, as the case would be with BSS (uninitialized data).
  | 
| /Linux-v5.4/drivers/staging/greybus/tools/ | 
| D | Makefile | 11 	    -Wmaybe-uninitialized \
  | 
| /Linux-v5.4/scripts/ | 
| D | Makefile.ubsan | 18       CFLAGS_UBSAN += $(call cc-option, -Wno-maybe-uninitialized)
  | 
| D | Makefile.extrawarn | 67 KBUILD_CFLAGS += $(call cc-option, -Wmaybe-uninitialized)
  | 
| D | spelling.txt | 1368 unintialized||uninitialized 1369 unitialized||uninitialized
  | 
| /Linux-v5.4/arch/parisc/math-emu/ | 
| D | Makefile | 8 	-Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \
  | 
| /Linux-v5.4/tools/testing/selftests/powerpc/tm/ | 
| D | Makefile | 22 $(OUTPUT)/tm-unavailable: CFLAGS += -O0 -pthread -m64 -Wno-error=uninitialized -mvsx
  | 
| /Linux-v5.4/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)
  | 
| /Linux-v5.4/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 677        this is useful for lazy formatting with uninitialized groups
  | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | sysfs-fs-ext4 | 105 		out in preference to creating a new uninitialized
  | 
| /Linux-v5.4/ | 
| D | Makefile | 636 	$(call cc-disable-warning,maybe-uninitialized,) 712 KBUILD_CFLAGS   += -Wno-maybe-uninitialized
  | 
| /Linux-v5.4/Documentation/driver-api/nvdimm/ | 
| D | btt.rst | 140 	  operation, with 00 indicating an uninitialized state.
  | 
| /Linux-v5.4/Documentation/core-api/ | 
| D | debug-objects.rst | 15 -  Activation of uninitialized objects
  | 
| /Linux-v5.4/Documentation/admin-guide/ | 
| D | ext4.rst | 337         Do not initialize any uninitialized inode table blocks in the 368         dioread_nolock option is specified ext4 will allocate uninitialized
  | 
| D | md.rst | 172 Then uninitialized devices can be added with ADD_NEW_DISK.  The 176 Once started with RUN_ARRAY, uninitialized spares can be added with
  | 
| /Linux-v5.4/Documentation/security/ | 
| D | self-protection.rst | 308 free. This frustrates many uninitialized variable attacks, stack content
  | 
| /Linux-v5.4/init/ | 
| D | Kconfig | 40 	def_bool $(cc-option,-Wmaybe-uninitialized) 49 	  GCC's -Wmaybe-uninitialized is not reliable by definition. 53 	  to the compiler to suppress maybe-uninitialized warnings. 1902 	bool "Allow mmapped anonymous memory to be uninitialized"
  | 
| /Linux-v5.4/Documentation/driver-api/ | 
| D | mtdnand.rst | 538    the fields pattern, veroffs, offs, len can be left uninitialized
  | 
| /Linux-v5.4/Documentation/admin-guide/sysctl/ | 
| D | kernel.rst | 1054 can reveal and blocks some uninitialized stack variable attacks.
  | 
| /Linux-v5.4/Documentation/networking/ | 
| D | filter.txt | 1350 Program that reads uninitialized register:
  | 
        12