/Linux-v5.15/drivers/misc/lkdtm/ |
D | refcount.c | 31 pr_info("attempting good refcount_inc() without overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW() 35 pr_info("attempting bad refcount_inc() overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW() 47 pr_info("attempting good refcount_add() without overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW() 54 pr_info("attempting bad refcount_add() overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW() 65 pr_info("attempting bad refcount_inc_not_zero() overflow\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW() 77 pr_info("attempting bad refcount_add_not_zero() overflow\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW() 110 pr_info("attempting good refcount_dec()\n"); in lkdtm_REFCOUNT_DEC_ZERO() 113 pr_info("attempting bad refcount_dec() to zero\n"); in lkdtm_REFCOUNT_DEC_ZERO() 149 pr_info("attempting bad refcount_dec() below zero\n"); in lkdtm_REFCOUNT_DEC_NEGATIVE() 163 pr_info("attempting bad refcount_dec_and_test() below zero\n"); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() [all …]
|
D | perms.c | 50 pr_info("attempting ok execution at %px\n", do_nothing); in execute_location() 58 pr_info("attempting bad execution at %px\n", func); in execute_location() 70 pr_info("attempting ok execution at %px\n", do_nothing); in execute_user_location() 77 pr_info("attempting bad execution at %px\n", func); in execute_user_location() 87 pr_info("attempting bad rodata write at %px\n", ptr); in lkdtm_WRITE_RO() 106 pr_info("attempting bad ro_after_init write at %px\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT() 119 pr_info("attempting bad %zu byte write at %px\n", size, ptr); in lkdtm_WRITE_KERN() 198 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_USERSPACE() 203 pr_info("attempting bad write at %px\n", ptr); in lkdtm_ACCESS_USERSPACE() 215 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_NULL() [all …]
|
D | usercopy.c | 78 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack() 85 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack() 99 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack() 106 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack() 152 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_heap_size() 158 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_heap_size() 164 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_heap_size() 170 pr_info("attempting bad copy_from_user of too large size\n"); in do_usercopy_heap_size() 229 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_heap_whitelist() 235 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_heap_whitelist() [all …]
|
D | heap.c | 33 pr_info("Attempting vmalloc linear overflow ...\n"); in lkdtm_VMALLOC_LINEAR_OVERFLOW() 52 pr_info("Attempting slab linear overflow ...\n"); in lkdtm_SLAB_LINEAR_OVERFLOW() 72 pr_info("Attempting bad write to freed memory at %p\n", in lkdtm_WRITE_AFTER_FREE() 114 pr_info("Attempting bad read from freed memory\n"); in lkdtm_READ_AFTER_FREE() 139 pr_info("Attempting bad write to the buddy page after free\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE() 171 pr_info("Attempting to read from freed memory\n"); in lkdtm_READ_BUDDY_AFTER_FREE() 261 pr_info("Attempting double slab free ...\n"); in lkdtm_SLAB_FREE_DOUBLE() 278 pr_info("Attempting cross-cache slab free ...\n"); in lkdtm_SLAB_FREE_CROSS() 286 pr_info("Attempting non-Slab slab free ...\n"); in lkdtm_SLAB_FREE_PAGE()
|
D | bugs.c | 285 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD() 296 pr_info("attempting corrupted list addition\n"); in lkdtm_CORRUPT_LIST_ADD() 322 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL() 325 pr_info("attempting corrupted list removal\n"); in lkdtm_CORRUPT_LIST_DEL() 347 pr_info("attempting bad read from page below current stack\n"); in lkdtm_STACK_GUARD_PAGE_LEADING() 361 pr_info("attempting bad read from page above current stack\n"); in lkdtm_STACK_GUARD_PAGE_TRAILING()
|
/Linux-v5.15/drivers/char/tpm/ |
D | tpm-sysfs.c | 53 "attempting to read the PUBEK")) in pubek_show() 95 "attempting to determine the number of PCRS", in pcrs_show() 128 "attempting to determine the permanent enabled state", in enabled_show() 150 "attempting to determine the permanent active state", in active_show() 172 "attempting to determine the owner state", in owned_show() 194 "attempting to determine the temporary state", in temp_deactivated_show() 218 "attempting to determine the manufacturer", in caps_show() 227 "attempting to determine the 1.2 version", in caps_show() 235 "attempting to determine the 1.1 version", in caps_show()
|
D | tpm1-cmd.c | 337 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM"); in tpm1_startup() 356 "attempting to determine the timeouts", in tpm1_get_timeouts() 361 dev_err(&chip->dev, "A TPM error (%zd) occurred attempting to determine the timeouts\n", in tpm1_get_timeouts() 418 "attempting to determine the durations", in tpm1_get_timeouts() 548 "attempting get random"); in tpm1_get_random() 596 "attempting to read a pcr value"); in tpm1_pcr_read()
|
D | tpm2-cmd.c | 198 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to read a pcr value"); in tpm2_pcr_read() 265 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting extend a PCR value"); in tpm2_pcr_extend() 312 "attempting get random"); in tpm2_get_random() 459 "attempting the self test"); in tpm2_do_selftest() 710 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM"); in tpm2_startup()
|
/Linux-v5.15/Documentation/networking/device_drivers/atm/ |
D | cxacru.rst | 76 - "attempting to activate" 83 Changes between "down" and "attempting to activate" 116 [4942249.665075] ATM dev 0: ADSL line: attempting to activate
|
/Linux-v5.15/arch/powerpc/platforms/pseries/ |
D | pmem.c | 35 pr_debug("Attempting to add pmem node, drc index: %x\n", drc_index); in pmem_drc_add_node() 82 pr_err("Attempting to remove unused DRC index %x\n", drc_index); in pmem_drc_remove_node() 86 pr_debug("Attempting to remove %pOF, drc index: %x\n", dn, drc_index); in pmem_drc_remove_node()
|
D | hotplug-memory.c | 408 pr_info("Attempting to hot-remove %d LMB(s)\n", lmbs_to_remove); in dlpar_memory_remove_by_count() 490 pr_debug("Attempting to hot-remove LMB, drc index %x\n", drc_index); in dlpar_memory_remove_by_index() 521 pr_info("Attempting to hot-remove %u LMB(s) at %x\n", in dlpar_memory_remove_by_ic() 678 pr_info("Attempting to hot-add %d LMB(s)\n", lmbs_to_add); in dlpar_memory_add_by_count() 766 pr_info("Attempting to hot-add LMB, drc index %x\n", drc_index); in dlpar_memory_add_by_index() 800 pr_info("Attempting to hot-add %u LMB(s) at index %x\n", in dlpar_memory_add_by_ic()
|
/Linux-v5.15/fs/ecryptfs/ |
D | file.c | 73 "%s: Error attempting to decode and decrypt filename [%s]; rc = [%d]\n", in ecryptfs_filldir() 205 "Error attempting to allocate memory\n"); in ecryptfs_open() 220 printk(KERN_ERR "%s: Error attempting to initialize " in ecryptfs_open() 273 "Error attempting to allocate memory\n"); in ecryptfs_dir_open() 279 printk(KERN_ERR "%s: Error attempting to initialize " in ecryptfs_dir_open()
|
D | mmap.c | 159 printk(KERN_ERR "%s: Error attempting to read " in ecryptfs_copy_up_encrypted_with_header() 196 printk(KERN_ERR "%s: Error attempting to copy " in ecryptfs_readpage() 289 printk(KERN_ERR "%s: Error attempting to read " in ecryptfs_write_begin() 301 printk(KERN_ERR "%s: Error attempting " in ecryptfs_write_begin() 434 printk(KERN_ERR "Error whilst attempting to write inode size " in ecryptfs_write_inode_size_to_xattr() 498 ecryptfs_printk(KERN_WARNING, "Error attempting to fill " in ecryptfs_write_end()
|
D | main.c | 287 printk(KERN_ERR "Error attempting to register " in ecryptfs_parse_options() 339 printk(KERN_ERR "Error attempting to register " in ecryptfs_parse_options() 428 printk(KERN_ERR "Error attempting to initialize " in ecryptfs_parse_options() 446 printk(KERN_ERR "Error attempting to initialize " in ecryptfs_parse_options() 846 printk(KERN_ERR "Failure occurred while attempting to " in ecryptfs_init() 853 printk(KERN_ERR "Failure whilst attempting to init crypto; " in ecryptfs_init() 887 printk(KERN_ERR "Failure whilst attempting to destroy crypto; " in ecryptfs_exit()
|
D | crypto.c | 135 ecryptfs_printk(KERN_WARNING, "Error attempting to compute " in ecryptfs_derive_iv() 162 ecryptfs_printk(KERN_ERR, "Error attempting to " in ecryptfs_init_crypt_stat() 390 ecryptfs_printk(KERN_ERR, "Error attempting to derive IV for " in crypt_extent() 407 printk(KERN_ERR "%s: Error attempting to crypt page with " in crypt_extent() 474 "Error attempting to write lower page; rc = [%d]\n", in ecryptfs_encrypt_page() 523 "Error attempting to read lower page; rc = [%d]\n", in ecryptfs_decrypt_page() 647 ecryptfs_printk(KERN_WARNING, "Error attempting to compute " in ecryptfs_compute_root_iv() 784 printk(KERN_ERR "Error attempting to copy mount-wide key sigs " in ecryptfs_new_file_context() 1086 printk(KERN_ERR "%s: Error attempting to write header " in ecryptfs_write_metadata_to_contents() 1337 printk(KERN_INFO "Error attempting to read the [%s] " in ecryptfs_read_xattr_region() [all …]
|
D | keystore.c | 638 printk(KERN_ERR "%s: Error attempting to find auth tok for " in ecryptfs_write_tag_70_packet() 647 printk(KERN_ERR "Internal error whilst attempting to get " in ecryptfs_write_tag_70_packet() 689 printk(KERN_ERR "%s: Out of kernel memory whilst attempting to " in ecryptfs_write_tag_70_packet() 745 printk(KERN_ERR "%s: Error attempting to " in ecryptfs_write_tag_70_packet() 795 printk(KERN_ERR "%s: Internal error whilst attempting to " in ecryptfs_write_tag_70_packet() 804 printk(KERN_ERR "%s: Internal error whilst attempting to " in ecryptfs_write_tag_70_packet() 832 printk(KERN_ERR "%s: Error attempting to encrypt filename; " in ecryptfs_write_tag_70_packet() 965 printk(KERN_ERR "%s: Error attempting to find auth tok for " in ecryptfs_parse_tag_70_packet() 974 printk(KERN_ERR "Internal error whilst attempting to get " in ecryptfs_parse_tag_70_packet() 983 printk(KERN_ERR "%s: Internal error whilst attempting to " in ecryptfs_parse_tag_70_packet() [all …]
|
/Linux-v5.15/security/integrity/ima/ |
D | ima_template.c | 324 pr_err("attempting to initialize the template \"%s\" failed\n", in restore_template_fmt() 432 pr_err("attempting to restore a incompatible measurement list"); in ima_restore_measurement_list() 437 pr_err("attempting to restore too many measurements"); in ima_restore_measurement_list() 461 pr_err("attempting to restore a template name that is too long\n"); in ima_restore_measurement_list() 472 pr_err("attempting to restore an unsupported template \"%s\" failed\n", in ima_restore_measurement_list() 493 pr_err("attempting to restore the template fmt \"%s\" failed\n", in ima_restore_measurement_list()
|
/Linux-v5.15/include/uapi/linux/ |
D | falloc.h | 25 * Attempting to collapse a range that crosses the end of the file is 56 * Attempting to insert space using this flag at OR beyond the end of
|
/Linux-v5.15/drivers/mtd/tests/ |
D | oobtest.c | 504 pr_info("attempting to start write past end of OOB\n"); in mtd_oobtest_init() 523 pr_info("attempting to start read past end of OOB\n"); in mtd_oobtest_init() 549 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init() 568 pr_info("attempting to read past end of device\n"); in mtd_oobtest_init() 594 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init() 613 pr_info("attempting to read past end of device\n"); in mtd_oobtest_init()
|
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/ |
D | freezer-subsystem.rst | 15 image of the tasks by attempting to force the tasks in a cgroup into a 29 attempting to use SIGSTOP and SIGCONT to stop and resume tasks. We can
|
/Linux-v5.15/drivers/acpi/acpica/ |
D | hwacpi.c | 73 "Attempting to enable ACPI mode\n")); in acpi_hw_set_mode() 84 "Attempting to enable Legacy (non-ACPI) mode\n")); in acpi_hw_set_mode()
|
/Linux-v5.15/Documentation/admin-guide/device-mapper/ |
D | dm-dust.rst | 119 With the device in "fail read on bad block" mode, attempting to read a 143 Attempting to add a bad block that already exists in the list will 150 Attempting to remove a bad block that doesn't exist in the list will
|
/Linux-v5.15/Documentation/arm64/ |
D | elf_hwcaps.rst | 34 attempting to make use of the feature. 37 is not available, attempting to use it may result in unpredictable
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | imx6dl-colibri-v1_1-eval-v3.dts | 25 * the MMC/SD signals to 3.3 volt before attempting to activate
|
/Linux-v5.15/tools/bpf/bpftool/Documentation/ |
D | common_options.rst | 21 logs from libbpf as well as from the verifier, when attempting to
|