Home
last modified time | relevance | path

Searched refs:corruption (Results 1 – 74 of 74) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Dcheck.c121 int corruption = 0; in check_for_bios_corruption() local
135 corruption = 1; in check_for_bios_corruption()
140 WARN_ONCE(corruption, KERN_ERR "Memory corruption detected in low memory\n"); in check_for_bios_corruption()
/linux-4.1.27/mm/
DKconfig.debug20 of memory corruption.
26 that would result in incorrect warnings of memory corruption after
/linux-4.1.27/Documentation/vm/
Dslub.txt194 INFO: <corruption start>-<corruption_end> <more info>
211 Can be useful if the corruption does not stop with the start of the
217 corruption by a write after free.
237 of the corruption is may be more likely found by looking at the function that
270 may be optimized further by locating the slab that experiences corruption
277 If the corruption occurs by writing after the end of the object then it
Dhwpoison.txt16 * When the current CPU tries to consume corruption the currently
19 * just ignore it because no corruption has been consumed yet. Instead
Dpagemap.txt96 hardware detected memory corruption on this page: don't touch the data!
/linux-4.1.27/Documentation/filesystems/
Dxfs-self-describing-metadata.txt22 determine the root cause of a corruption problem, but it is still mainly a
24 weren't the ultimate cause of a corruption event. It may take a few hours to a
104 determine the scope of the corruption. For example, if we have a extent btree
106 filesystem to find the owner of the block. Worse, the corruption could mean that
108 in the metadata we have no idea of the scope of the corruption. If we have an
123 whether the corruptions are related, whether there's been multiple corruption
141 modification occurred between the corruption being written and when it was
155 As such, we cannot catch all types of corruption that can occur within a block
157 metadata, or there may be corruption of interblock relationships (e.g. corrupted
Dceph.txt119 must rely on TCP's error correction to detect data corruption
Dubifs.txt88 of this option is that corruption of the contents
Dbtrfs.txt155 filesystem corruption on a system crash or power loss.
Dext4.txt85 * extent format more robust in face of on-disk corruption due to magics,
139 kernel to detect corruption in the kernel. It is a
Dvfat.txt169 potentially causing data corruption. For this reason, this
Dporting226 anything from oops to silent memory corruption.
Dext2.txt346 Tweedie. It avoids the risks of metadata corruption and the need to
/linux-4.1.27/drivers/memstick/core/
DKconfig14 in most cases result in data corruption.
/linux-4.1.27/Documentation/block/
Ddata-integrity.txt5 protect against data corruption. However, the detection of the
6 corruption is done at read time which could potentially be months
27 integrity of the I/O and reject it if corruption is detected. This
28 allows not only corruption prevention but also isolation of the point
/linux-4.1.27/Documentation/
Dio_ordering.txt47 possible data corruption.
Dstable_kernel_rules.txt12 marked CONFIG_BROKEN), an oops, a hang, data corruption, a real
Dmd.txt58 undetectable data corruption. This is because the fact that it is
65 despite possible corruption. This is normally done with
Dkernel-parameters.txt394 (may crash computer or cause data corruption)
827 of catching random memory corruption, but reduce the
831 memory corruption problems caused by bugs in kernel or
2012 looking for corruption. Enabling this will
2013 both detect corruption and prevent the kernel
2016 repeatable BIOS-originated corruption always
2021 By default it checks for corruption in the low
2024 corruption in more or less memory.
2027 By default it checks for corruption every 60
2250 doing this risks data corruption, since there are
DDMA-API-HOWTO.txt135 sharing problems (data corruption) on CPUs with DMA-incoherent caches.
559 from panics to silent data corruption. A couple of examples of incorrect ways
Dbcache.txt106 filesystem corruption, though ext4's fsck does work miracles.
Dedac.txt464 corruption. If the kernel has MCE configured, then EDAC will never
Dapplying-patches.txt417 tree is to weed out regressions, crashes, data corruption bugs, build
DDMA-API.txt583 result in data corruption up to destroyed filesystems.
/linux-4.1.27/fs/ubifs/
Drecovery.c699 int corruption = first_non_ff(buf, len); in ubifs_recover_leb() local
706 lnum, offs, corruption); in ubifs_recover_leb()
708 offs += corruption; in ubifs_recover_leb()
709 buf += corruption; in ubifs_recover_leb()
/linux-4.1.27/drivers/block/drbd/
DKconfig63 512 insert data corruption on receiving side
/linux-4.1.27/Documentation/hwmon/
Dmax1606569 power loss, board resets, and/or Flash corruption. Worst case, your board may
Dzl610084 and/or Flash corruption. Worst case, your board may turn into a brick.
Dlm93122 achieved despite the signal corruption. In smart tach mode all
/linux-4.1.27/Documentation/x86/x86_64/
Dmachinecheck56 with the risk of a crash or even corruption (for tolerant >= 3).
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt117 suspend to see if there has been any corruption of the contents.
/linux-4.1.27/arch/arm/kernel/
Dasm-offsets.c55 #error and result in filesystem corruption and oopses.
/linux-4.1.27/Documentation/cdrom/
Dpacket-writing.txt82 filesystem corruption if the disc wears out.
Dide-cd331 f. Data corruption.
333 - Random data corruption was occasionally observed with the Hitachi
334 CDR-7730 CDROM. If you experience data corruption, using "hdx=slow"
Dcdrom-standard.tex730 system corruption. If the drive is opened for audio ($O_NONBLOCK$ is
/linux-4.1.27/Documentation/i2c/busses/
Di2c-piix460 crashes, data corruption, etc.). Try this only as a last resort (try BIOS
/linux-4.1.27/Documentation/networking/
Dskfp.txt218 - data corruption with kernel versions below 2.0.33.
De1000e.txt236 GbE region in the ICHx NVM (in order to prevent accidental corruption of the
Dcxgb.txt275 is operating at 133 Mhz", causing data corruption.
Dcs89x0.txt313 corruption you should use your PC's BIOS to slow the EISA bus clock.
Dip-sysctl.txt150 from different IP datagrams, which could result in data corruption.
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt19 corruption; for example, to halt system memory corruption due to DMA's
289 may result in hung devices, kernel panics, or silent data corruption.
Dpci.txt462 corruption, hangs, and on some chip-sets a hard crash.
/linux-4.1.27/arch/arm64/
DKconfig323 on the AMBA 5 CHI interface, which can cause data corruption if the
357 bool "Cortex-A53: 819472: Store exclusive instructions might cause data corruption"
367 cause data corruption.
/linux-4.1.27/drivers/scsi/arm/
Dfas216.c229 int corruption = 0; in __fas216_checkmagic() local
232 corruption++; in __fas216_checkmagic()
236 corruption++; in __fas216_checkmagic()
238 if (corruption) { in __fas216_checkmagic()
/linux-4.1.27/Documentation/powerpc/
Deeh-pci-error-recovery.txt24 can lead to data corruption, both of user data or of kernel data,
47 corruption caused by the bad DMA. A number of device driver
/linux-4.1.27/arch/arm/plat-samsung/
DKconfig294 corruption over suspend and resume. A smaller value will mean that
/linux-4.1.27/drivers/net/ethernet/8390/
DKconfig173 such as some BusLogic models) causes corruption problems with many
/linux-4.1.27/Documentation/input/
Diforce-protocol.txt26 data corruption is handled or unsignificant.
/linux-4.1.27/Documentation/scsi/
Daic79xx.txt77 SCB corruption on some PCI-33 busses.
164 - Correct data corruption issue that occurred under
Dncr53c8xx.txt68 14.4 Possible data corruption during a Memory Write and Invalidate
1199 14.4 Possible data corruption during a Memory Write and Invalidate
1211 the transfer, leaving to data corruption the remainder of this cache line.
DChangeLog.megaraid396 i. Fix data corruption. Because of a typo in the driver, the IO packets
DChangeLog.lpfc1649 * Fixed a memory corruption bug. This was caused by a memory
/linux-4.1.27/arch/arm/
DKconfig1094 bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption"
1117 it behave as intended and avoiding data corruption.
1132 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
1139 corruption. This workaround sets a specific bit in the diagnostic
1179 bool "ARM errata: Possible cache data corruption with hit-under-miss enabled"
1183 r0p2 erratum (possible cache data corruption with
/linux-4.1.27/fs/affs/
DChanges34 - fix for a possible bitmap corruption
/linux-4.1.27/arch/arm/mach-shmobile/include/mach/
Dhead-kzm9g.txt397 LIST "Magic to avoid hangs and corruption on DRAM writes."
/linux-4.1.27/Documentation/usb/
Dpersist.txt155 data corruption and to crash your system. You'll have no one to blame
/linux-4.1.27/lib/
DKconfig.debug659 corruption, especially if it appears in 'struct thread_info'
816 corruption or other issues.
857 bool "Detect stack corruption on calls to schedule()"
865 data corruption or a sporadic crash at a later stage once the region
1692 accessed by the cpu in a way that could cause data corruption. For
/linux-4.1.27/Documentation/ide/
Dide.txt19 *** to prevent data corruption possible due to hardware design flaws.
DChangeLog.ide-tape.1995-2002153 * corruption, which could occur if the total number
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES158 bigendian architectures. Fix possible memory corruption when
218 Fix file corruption which could occur on some large file
862 Fix data corruption (in partial page after truncate) that caused fsx to
1011 Fixed major problem with dentry corruption (missing call to dput)
/linux-4.1.27/arch/x86/
DKconfig952 kernel if it detects a problem (e.g. overheating, data corruption).
1445 bool "Check for low memory corruption"
1447 Periodically check for memory corruption in low memory, which
1458 of memory and scans it infrequently. It both detects corruption
1462 BIOS-originated corruption always affects the same memory,
1499 typical corruption patterns.
/linux-4.1.27/Documentation/RCU/
Drcu_dereference.txt13 will complain. Worse yet, your code can see random memory-corruption
Dchecklist.txt106 the following measures to prevent memory-corruption problems:
DRTFP.txt78 memory corruption can ensue, with no reasonable means of diagnosis.
422 but subject to random memory corruption under heavy load.
/linux-4.1.27/drivers/ide/
DKconfig235 design flaws that can cause severe data corruption under many common
339 severe data corruption under many conditions. Say Y here to include
/linux-4.1.27/Documentation/device-mapper/
Dthin-provisioning.txt178 must suspend it before creating the snapshot to avoid corruption.
/linux-4.1.27/drivers/atm/
DKconfig73 in the PCI chipset and cause data corruption. In such cases, large
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt306 NOTE: Video corruption will occur if video window is shifted off the right
/linux-4.1.27/arch/arm/mm/
DKconfig922 bool "PL310 errata: Background Clean & Invalidate by Way operation can cause data corruption"
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1850 from a shared disk. It will result in filesystem corruption.
3170 apparent reason, and the cause looked like stack corruption. In hopes
3680 is not a case of data corruption. It happened on purpose somehow.
3785 the stack corruption problem disappeared.
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt640 and, on the X40, video corruption. By disabling automatic switching,
641 the flickering or video corruption can be avoided.
/linux-4.1.27/Documentation/sysctl/
Dvm.txt397 as soon as the corruption is detected. Note this is not supported
/linux-4.1.27/Documentation/trace/
Dftrace.txt2792 can be in danger of a stack overflow, and corruption will occur,