| /kernel/linux/linux-5.10/lib/ |
| D | Kconfig.ubsan | 6 bool "Undefined behaviour sanity checker" 8 This option enables the Undefined Behaviour sanity checker. 65 bool "Enable all other Undefined Behavior sanity checks" 68 This option enables all sanity checks that don't have their
|
| /kernel/linux/linux-6.6/block/partitions/ |
| D | sun.c | 40 __be32 sanity; /* To verify vtoc sanity */ in sun_partition() member 94 use_vtoc = ((be32_to_cpu(label->vtoc.sanity) == SUN_VTOC_SANITY) && in sun_partition() 105 use_vtoc = use_vtoc || !(label->vtoc.sanity || in sun_partition()
|
| /kernel/linux/linux-5.10/block/partitions/ |
| D | sun.c | 40 __be32 sanity; /* To verify vtoc sanity */ in sun_partition() member 95 use_vtoc = ((be32_to_cpu(label->vtoc.sanity) == SUN_VTOC_SANITY) && in sun_partition() 106 use_vtoc = use_vtoc || !(label->vtoc.sanity || in sun_partition()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/xfails/ |
| D | rockchip-rk3288-flakes.txt | 7 kms_properties@get_properties-sanity-atomic,Crash 8 kms_properties@get_properties-sanity-non-atomic,Crash
|
| D | meson-g12b-fails.txt | 3 kms_properties@get_properties-sanity-atomic,Fail 4 kms_properties@get_properties-sanity-non-atomic,Fail
|
| D | rockchip-rk3288-fails.txt | 46 kms_properties@get_properties-sanity-atomic,Crash 47 kms_properties@get_properties-sanity-non-atomic,Crash
|
| /kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/ |
| D | Kconfig | 12 bool "Additional Sanity Checks" 14 This option enables additional sanity checks in the driver,
|
| /kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
| D | Kconfig | 14 bool "Additional Sanity Checks" 16 This option enables additional sanity checks in the driver,
|
| /kernel/linux/linux-6.6/arch/x86/ |
| D | Kconfig.debug | 119 This option is useful for checking the sanity of x86 instruction 170 This option enables sanity checks in x86's low-level entry code. 171 Some of these sanity checks may slow down kernel entries and 192 This option enables automated sanity testing of the IMR code. 205 If this option is enabled then there will be extra sanity
|
| /kernel/linux/linux-5.10/arch/x86/ |
| D | Kconfig.debug | 129 This option is useful for checking the sanity of x86 instruction 180 This option enables sanity checks in x86's low-level entry code. 181 Some of these sanity checks may slow down kernel entries and 202 This option enables automated sanity testing of the IMR code. 215 If this option is enabled then there will be extra sanity
|
| /kernel/linux/linux-6.6/arch/s390/ |
| D | Kconfig.debug | 10 This option enables sanity checks in s390 low-level entry code. 11 Some of these sanity checks may slow down kernel entries and
|
| /kernel/linux/linux-5.10/arch/xtensa/ |
| D | Kconfig.debug | 4 bool "Debug TLB sanity" 7 Enable this to turn on TLB sanity check on each entry to userspace.
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | perf-test.txt | 6 perf-test - Runs sanity tests. 15 This command does assorted sanity tests, initially through linked routines but
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | perf-test.txt | 6 perf-test - Runs sanity tests. 15 This command does assorted sanity tests, initially through linked routines but
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | moduleloader.h | 85 * Some architectures (namely x86_64 and ppc64) perform sanity checks when 89 * patched module might trigger the sanity checks. 92 * that might trigger arch-specific sanity checks on a future module reload.
|
| /kernel/linux/linux-6.6/arch/xtensa/ |
| D | Kconfig.debug | 4 bool "Debug TLB sanity" 7 Enable this to turn on TLB sanity check on each entry to userspace.
|
| /kernel/linux/linux-6.6/arch/riscv/kernel/ |
| D | acpi.c | 54 * acpi_fadt_sanity_check() - Check FADT presence and carry out sanity 116 * - ACPI tables are initialized and sanity checks passed 137 * the ACPI tables and carry out sanity checks in acpi_boot_table_init() 142 * If ACPI tables are initialized and FADT sanity checks passed, in acpi_boot_table_init()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
| D | rdrand.c | 24 * Run the instruction a few times as a sanity check. 48 * Stupid sanity-check whether RDRAND does *actually* generate in x86_init_rdrand()
|
| /kernel/linux/linux-6.6/fs/quota/ |
| D | Kconfig | 40 bool "Additional quota sanity checks" 45 sanity checks of quota internal structures. If unsure, say N.
|
| /kernel/linux/linux-5.10/fs/quota/ |
| D | Kconfig | 41 bool "Additional quota sanity checks" 46 sanity checks of quota internal structures. If unsure, say N.
|
| /kernel/linux/linux-5.10/fs/squashfs/ |
| D | super.c | 173 /* Check block size for sanity */ in squashfs_fill_super() 188 /* Check block log for sanity */ in squashfs_fill_super() 197 /* Check the root inode for sanity */ in squashfs_fill_super() 328 /* Sanity check directory_table */ in squashfs_fill_super() 334 /* Sanity check inode_table */ in squashfs_fill_super() 367 errorf(fc, "squashfs image failed sanity check"); in squashfs_fill_super()
|
| /kernel/linux/linux-5.10/Documentation/vm/ |
| D | slub.rst | 51 F Sanity checks on (enables SLAB_DEBUG_CONSISTENCY_CHECKS 63 F.e. in order to boot just with sanity checks and red zoning one would specify:: 78 Red zoning and tracking may realign the slab. We can just apply sanity checks 97 You can also enable options (e.g. sanity checks and poisoning) for all caches 297 Minimal debugging (sanity checks alone) can be enabled by booting with:: 304 Performance will be impacted by the sanity checks and there will be a
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | Kconfig | 73 bool "Btrfs will run sanity tests upon loading" 76 This will run some basic sanity tests on the free space cache
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | Kconfig | 72 bool "Btrfs will run sanity tests upon loading" 75 This will run some basic sanity tests on the free space cache
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | gitlab-ci.yml | 111 - sanity 235 # Sanity checks of MR settings and commit logs 236 sanity: 239 stage: sanity
|