Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/include/linux/
H A Dbug.h73 bool corruption = unlikely(condition); \
74 if (corruption) { \
81 corruption; \
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/lkdtm/
H A Dtests.txt10 CORRUPT_LIST_ADD list_add corruption
11 CORRUPT_LIST_DEL list_del corruption
/OK3568_Linux_fs/kernel/drivers/ras/
H A DKconfig26 correctly, including avoiding data corruption, whereas Availability
30 data corruption.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dxfs-self-describing-metadata.rst25 determine the root cause of a corruption problem, but it is still mainly a
27 weren't the ultimate cause of a corruption event. It may take a few hours to a
107 determine the scope of the corruption. For example, if we have a extent btree
109 filesystem to find the owner of the block. Worse, the corruption could mean that
111 in the metadata we have no idea of the scope of the corruption. If we have an
126 whether the corruptions are related, whether there's been multiple corruption
144 modification occurred between the corruption being written and when it was
158 As such, we cannot catch all types of corruption that can occur within a block
160 metadata, or there may be corruption of interblock relationships (e.g. corrupted
/OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/
H A Dsysfs-firmware-acpi7 the offline failure might lead to memory corruption and crashes)
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm-cursor.conf.sample10 # num-surfaces=8 # num of egl surfaces to avoid edge moving corruption
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A 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
/OK3568_Linux_fs/buildroot/package/lz4/
H A D0001-Fix-potential-memory-corruption-with-negative-memmov.patch4 Subject: [PATCH] Fix potential memory corruption with negative memmove() size
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dslub.rst233 INFO: <corruption start>-<corruption_end> <more info>
250 Can be useful if the corruption does not stop with the start of the
256 corruption by a write after free.
276 of the corruption is may be more likely found by looking at the function that
309 may be optimized further by locating the slab that experiences corruption
316 If the corruption occurs by writing after the end of the object then it
/OK3568_Linux_fs/kernel/Documentation/sparc/
H A 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
/OK3568_Linux_fs/kernel/mm/
H A 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/tgt/files/
H A Dtgtd.service24 # NOTE: Shutdown of the iscsi target may cause data corruption
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch11 sh_address value instead can cause library corruption in these
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0100-video-readers-jpeg-Catch-OOB-reads-writes-in-grub_jp.patch16 That leads to various unpleasant memory corruption conditions.
H A D0097-commands-menuentry-Fix-quoting-in-setparams_prefix.patch14 that have been observed to cause heap corruption.
H A D0095-lib-arg-Block-repeated-short-options-that-require-an.patch18 This fixes a OOB write which can cause heap corruption.
/OK3568_Linux_fs/kernel/Documentation/block/
H A 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
/OK3568_Linux_fs/kernel/drivers/memstick/core/
H A DKconfig15 in most cases result in data corruption.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpackagedata.bbclass22 …ate package %s which was already written by recipe %s. This will cause corruption, please resolve …
/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0017-gstreamer-Support-choosing-playbin2-and-playbin3.patch12 The playbin3 (decodebin3) might cause memory corruption or ghostpad
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dextents.patch18 Note that e2fsck is currently unable to spot and fix such corruption in
/OK3568_Linux_fs/u-boot/doc/
H A DI2C_Edge_Conditions5 and the CPU was reset. This may result in EEPROM data corruption.
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Drecovery.c720 int corruption = first_non_ff(buf, len); in ubifs_recover_leb() local
727 lnum, offs, corruption); in ubifs_recover_leb()
729 offs += corruption; in ubifs_recover_leb()
730 buf += corruption; in ubifs_recover_leb()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Drecovery.c696 int corruption = first_non_ff(buf, len); in ubifs_recover_leb() local
703 lnum, offs, corruption); in ubifs_recover_leb()
705 offs += corruption; in ubifs_recover_leb()
706 buf += corruption; in ubifs_recover_leb()

1234567