Home
last modified time | relevance | path

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

123

/linux-2.6.39/arch/x86/kernel/
Dcheck.c117 int corruption = 0; in check_for_bios_corruption() local
131 corruption = 1; in check_for_bios_corruption()
136 WARN_ONCE(corruption, KERN_ERR "Memory corruption detected in low memory\n"); in check_for_bios_corruption()
/linux-2.6.39/mm/
DKconfig.debug10 of memory corruption.
16 that would result in incorrect warnings of memory corruption after
/linux-2.6.39/Documentation/vm/
Dslub.txt191 INFO: <corruption start>-<corruption_end> <more info>
208 Can be useful if the corruption does not stop with the start of the
214 corruption by a write after free.
234 of the corruption is may be more likely found by looking at the function that
267 may be optimized further by locating the slab that experiences corruption
274 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.txt92 hardware detected memory corruption on this page: don't touch the data!
/linux-2.6.39/drivers/memstick/core/
DKconfig14 in most cases result in data corruption.
/linux-2.6.39/drivers/mmc/core/
DKconfig12 in most cases result in data corruption.
/linux-2.6.39/Documentation/
Dmemory.txt20 corruption of memory is usually a sign of serious hardware trouble.
Dio_ordering.txt47 possible data corruption.
Dstable_kernel_rules.txt12 marked CONFIG_BROKEN), an oops, a hang, data corruption, a real
/linux-2.6.39/fs/ubifs/
Drecovery.c716 int corruption = first_non_ff(buf, len); in ubifs_recover_leb() local
723 "starts at %d", lnum, offs, corruption); in ubifs_recover_leb()
725 offs += corruption; in ubifs_recover_leb()
726 buf += corruption; in ubifs_recover_leb()
/linux-2.6.39/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-2.6.39/drivers/staging/tidspbridge/
DKconfig58 This can lead to heap corruption. Say Y, to enforce the check for 128
/linux-2.6.39/Documentation/x86/x86_64/
Dmachinecheck56 with the risk of a crash or even corruption (for tolerant >= 3).
/linux-2.6.39/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt117 suspend to see if there has been any corruption of the contents.
/linux-2.6.39/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"
/linux-2.6.39/Documentation/i2c/busses/
Di2c-piix455 crashes, data corruption, etc.). Try this only as a last resort (try BIOS
/linux-2.6.39/Documentation/networking/
Dskfp.txt218 - data corruption with kernel versions below 2.0.33.
/linux-2.6.39/Documentation/filesystems/
Dceph.txt119 must rely on TCP's error correction to detect data corruption
Dubifs.txt88 of this option is that corruption of the contents
/linux-2.6.39/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.
/linux-2.6.39/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-2.6.39/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-2.6.39/arch/arm/plat-samsung/
DKconfig341 corruption over suspend and resume. A smaller value will mean that

123