Home
last modified time | relevance | path

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

12345

/Linux-v5.4/include/linux/
Dbug.h73 bool corruption = unlikely(condition); \
74 if (corruption) { \
81 corruption; \
/Linux-v5.4/arch/x86/kernel/
Dcheck.c143 int corruption = 0; in check_for_bios_corruption() local
156 corruption = 1; in check_for_bios_corruption()
161 WARN_ONCE(corruption, KERN_ERR "Memory corruption detected in low memory\n"); in check_for_bios_corruption()
/Linux-v5.4/drivers/ras/
DKconfig26 correctly, including avoiding data corruption, whereas Availability
30 data corruption.
/Linux-v5.4/Documentation/ABI/obsolete/
Dsysfs-firmware-acpi7 the offline failure might lead to memory corruption and crashes)
/Linux-v5.4/mm/
DKconfig.debug19 slowdown, but helps to find certain types of memory corruption.
23 often happen for same reasons as memory corruption (e.g. double free,
32 incorrect warnings of memory corruption after a resume because free
/Linux-v5.4/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
/Linux-v5.4/Documentation/driver-api/md/
Draid5-ppl.rst9 disks is missing. This can lead to silent data corruption when rebuilding the
36 silent data corruption. If a dirty disk of a stripe is lost, no PPL recovery is
/Linux-v5.4/Documentation/vm/
Dslub.rst212 INFO: <corruption start>-<corruption_end> <more info>
229 Can be useful if the corruption does not stop with the start of the
235 corruption by a write after free.
255 of the corruption is may be more likely found by looking at the function that
288 may be optimized further by locating the slab that experiences corruption
295 If the corruption occurs by writing after the end of the object then it
Dhwpoison.rst23 When the current CPU tries to consume corruption the currently
26 just ignore it because no corruption has been consumed yet. Instead
/Linux-v5.4/Documentation/sparc/
Dadi.rst97 Disrupting memory corruption
103 the corresponding cacheline, a memory corruption trap occurs. By
117 Precise memory corruption
123 the corresponding cacheline, a memory corruption trap occurs. If
/Linux-v5.4/drivers/memstick/core/
DKconfig15 in most cases result in data corruption.
/Linux-v5.4/Documentation/block/
Ddata-integrity.rst9 protect against data corruption. However, the detection of the
10 corruption is done at read time which could potentially be months
31 integrity of the I/O and reject it if corruption is detected. This
32 allows not only corruption prevention but also isolation of the point
/Linux-v5.4/tools/perf/Documentation/
DBuild.txt57 AddressSanitizer (or ASan) is a GCC feature that detects memory corruption bugs
/Linux-v5.4/Documentation/
Dio_ordering.txt51 possible data corruption.
/Linux-v5.4/fs/ubifs/
Drecovery.c687 int corruption = first_non_ff(buf, len); in ubifs_recover_leb() local
694 lnum, offs, corruption); in ubifs_recover_leb()
696 offs += corruption; in ubifs_recover_leb()
697 buf += corruption; in ubifs_recover_leb()
/Linux-v5.4/drivers/block/drbd/
DKconfig63 512 insert data corruption on receiving side
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Ddesignware-pcie.txt38 for data corruption. CDM registers include standard PCIe configuration
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst26 corruption on the disk or in the I/O path.
33 twice, but it is also less reliable, because if data corruption happens
130 will protect the data against accidental corruption.
/Linux-v5.4/Documentation/devicetree/bindings/serial/
Dnvidia,tegra20-hsuart.txt41 corruption/invalid framing errors. Parker errata suggests adjusting baud
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-platform-stratix10-rsu36 0xF003 bitstream corruption
/Linux-v5.4/Documentation/hwmon/
Dmax16065.rst89 power loss, board resets, and/or Flash corruption. Worst case, your board may
/Linux-v5.4/Documentation/x86/x86_64/
Dmachinecheck.rst58 with the risk of a crash or even corruption (for tolerant >= 3).
/Linux-v5.4/arch/arm/kernel/
Dasm-offsets.c44 #error and result in filesystem corruption and oopses.
/Linux-v5.4/drivers/staging/vc04_services/interface/vchi/
DTODO30 leads to data corruption during the following command:
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Dsuspend.rst118 suspend to see if there has been any corruption of the contents.

12345