/linux-6.14.4/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 | 70 pr_info("attempting ok execution at %px\n", do_nothing_text); in execute_location() 78 pr_info("attempting bad execution at %px\n", dst); in execute_location() 93 pr_info("attempting ok execution at %px\n", do_nothing_text); in execute_user_location() 100 pr_info("attempting bad execution at %px\n", dst); in execute_user_location() 111 pr_info("attempting bad rodata write at %px\n", ptr); in lkdtm_WRITE_RO() 130 pr_info("attempting bad ro_after_init write at %px\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT() 144 pr_info("attempting bad %zu byte write at %px\n", size, ptr); in lkdtm_WRITE_KERN() 161 pr_info("attempting bad %zu bytes write at %px\n", size, do_nothing); in lkdtm_WRITE_OPD() 241 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_USERSPACE() 246 pr_info("attempting bad write at %px\n", ptr); in lkdtm_ACCESS_USERSPACE() [all …]
|
D | usercopy.c | 90 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack() 97 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack() 111 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack() 118 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack() 164 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_slab_size() 170 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_slab_size() 176 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_slab_size() 182 pr_info("attempting bad copy_from_user of too large size\n"); in do_usercopy_slab_size() 241 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_slab_whitelist() 247 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_slab_whitelist() [all …]
|
D | heap.c | 38 pr_info("Attempting vmalloc linear overflow ...\n"); in lkdtm_VMALLOC_LINEAR_OVERFLOW() 60 pr_info("Attempting slab linear overflow ...\n"); in lkdtm_SLAB_LINEAR_OVERFLOW() 81 pr_info("Attempting bad write to freed memory at %p\n", in lkdtm_WRITE_AFTER_FREE() 123 pr_info("Attempting bad read from freed memory\n"); in lkdtm_READ_AFTER_FREE() 174 pr_info("Attempting bad read from freed memory\n"); in lkdtm_KFENCE_READ_AFTER_FREE() 206 pr_info("Attempting bad write to the buddy page after free\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE() 238 pr_info("Attempting to read from freed memory\n"); in lkdtm_READ_BUDDY_AFTER_FREE() 328 pr_info("Attempting double slab free ...\n"); in lkdtm_SLAB_FREE_DOUBLE() 345 pr_info("Attempting cross-cache slab free ...\n"); in lkdtm_SLAB_FREE_CROSS() 353 pr_info("Attempting non-Slab slab free ...\n"); in lkdtm_SLAB_FREE_PAGE()
|
D | bugs.c | 469 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD() 480 pr_info("attempting corrupted list addition\n"); in lkdtm_CORRUPT_LIST_ADD() 506 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL() 509 pr_info("attempting corrupted list removal\n"); in lkdtm_CORRUPT_LIST_DEL() 531 pr_info("attempting bad read from page below current stack\n"); in lkdtm_STACK_GUARD_PAGE_LEADING() 545 pr_info("attempting bad read from page above current stack\n"); in lkdtm_STACK_GUARD_PAGE_TRAILING()
|
D | cfi.c | 118 pr_info("Attempting unchecked stack return address redirection ...\n"); in lkdtm_CFI_BACKWARD() 162 pr_info("Attempting checked stack return address redirection ...\n"); in lkdtm_CFI_BACKWARD()
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/ |
D | exception.json | 12 …attempting to execute an instruction that is UNDEFINED. Attempting to execute instruction bit patt… 24 …hat could cause those exceptions are attempting to read or write memory where the MMU generates a … 44 …s not taken locally and are caused by Instruction Aborts. For example, attempting to execute an in… 48 … cause those exceptions are:\n\n1. Attempting to read or write memory where the MMU generates a fa…
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
D | exception.json | 12 …attempting to execute an instruction that is UNDEFINED. Attempting to execute instruction bit patt… 24 …hat could cause those exceptions are attempting to read or write memory where the MMU generates a … 44 …s not taken locally and are caused by Instruction Aborts. For example, attempting to execute an in… 48 … cause those exceptions are:\n\n1. Attempting to read or write memory where the MMU generates a fa…
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
D | exception.json | 12 …attempting to execute an instruction that is UNDEFINED. Attempting to execute instruction bit patt… 24 …hat could cause those exceptions are attempting to read or write memory where the MMU generates a … 44 …s not taken locally and are caused by Instruction Aborts. For example, attempting to execute an in… 48 … cause those exceptions are:\n\n1. Attempting to read or write memory where the MMU generates a fa…
|
/linux-6.14.4/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()
|
/linux-6.14.4/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-6.14.4/arch/powerpc/platforms/pseries/ |
D | pmem.c | 34 pr_debug("Attempting to add pmem node, drc index: %x\n", drc_index); in pmem_drc_add_node() 81 pr_err("Attempting to remove unused DRC index %x\n", drc_index); in pmem_drc_remove_node() 85 pr_debug("Attempting to remove %pOF, drc index: %x\n", dn, drc_index); in pmem_drc_remove_node()
|
D | hotplug-memory.c | 345 pr_info("Attempting to hot-remove %d LMB(s)\n", lmbs_to_remove); in dlpar_memory_remove_by_count() 427 pr_debug("Attempting to hot-remove LMB, drc index %x\n", drc_index); in dlpar_memory_remove_by_index() 459 pr_info("Attempting to hot-remove %u LMB(s) at %x\n", in dlpar_memory_remove_by_ic() 619 pr_info("Attempting to hot-add %d LMB(s)\n", lmbs_to_add); in dlpar_memory_add_by_count() 707 pr_info("Attempting to hot-add LMB, drc index %x\n", drc_index); in dlpar_memory_add_by_index() 741 pr_info("Attempting to hot-add %u LMB(s) at index %x\n", in dlpar_memory_add_by_ic()
|
/linux-6.14.4/fs/ecryptfs/ |
D | file.c | 99 "%s: Error attempting to decode and decrypt filename [%s]; rc = [%d]\n", in ecryptfs_filldir() 224 "Error attempting to allocate memory\n"); in ecryptfs_open() 239 printk(KERN_ERR "%s: Error attempting to initialize " in ecryptfs_open() 292 "Error attempting to allocate memory\n"); in ecryptfs_dir_open() 298 printk(KERN_ERR "%s: Error attempting to initialize " in ecryptfs_dir_open()
|
D | mmap.c | 141 printk(KERN_ERR "%s: Error attempting to read " in ecryptfs_copy_up_encrypted_with_header() 178 printk(KERN_ERR "%s: Error attempting to copy " in ecryptfs_read_folio() 267 printk(KERN_ERR "%s: Error attempting to read " in ecryptfs_write_begin() 279 printk(KERN_ERR "%s: Error attempting " in ecryptfs_write_begin() 411 printk(KERN_ERR "Error whilst attempting to write inode size " in ecryptfs_write_inode_size_to_xattr() 475 ecryptfs_printk(KERN_WARNING, "Error attempting to fill " in ecryptfs_write_end()
|
D | main.c | 263 printk(KERN_ERR "Error attempting to register " in ecryptfs_parse_param() 299 printk(KERN_ERR "Error attempting to register " in ecryptfs_parse_param() 388 printk(KERN_ERR "Error attempting to initialize " in ecryptfs_validate_options() 406 printk(KERN_ERR "Error attempting to initialize " in ecryptfs_validate_options() 841 printk(KERN_ERR "Failure occurred while attempting to " in ecryptfs_init() 848 printk(KERN_ERR "Failure whilst attempting to init crypto; " in ecryptfs_init() 882 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() 367 ecryptfs_printk(KERN_ERR, "Error attempting to derive IV for " in crypt_extent() 384 printk(KERN_ERR "%s: Error attempting to crypt page with " in crypt_extent() 452 "Error attempting to write lower page; rc = [%d]\n", in ecryptfs_encrypt_page() 501 "Error attempting to read lower page; rc = [%d]\n", in ecryptfs_decrypt_page() 626 ecryptfs_printk(KERN_WARNING, "Error attempting to compute " in ecryptfs_compute_root_iv() 763 printk(KERN_ERR "Error attempting to copy mount-wide key sigs " in ecryptfs_new_file_context() 1065 printk(KERN_ERR "%s: Error attempting to write header " in ecryptfs_write_metadata_to_contents() 1316 printk(KERN_INFO "Error attempting to read the [%s] " in ecryptfs_read_xattr_region() [all …]
|
D | keystore.c | 640 printk(KERN_ERR "%s: Error attempting to find auth tok for " in ecryptfs_write_tag_70_packet() 649 printk(KERN_ERR "Internal error whilst attempting to get " in ecryptfs_write_tag_70_packet() 691 printk(KERN_ERR "%s: Out of kernel memory whilst attempting to " in ecryptfs_write_tag_70_packet() 747 printk(KERN_ERR "%s: Error attempting to " in ecryptfs_write_tag_70_packet() 797 printk(KERN_ERR "%s: Internal error whilst attempting to " in ecryptfs_write_tag_70_packet() 806 printk(KERN_ERR "%s: Internal error whilst attempting to " in ecryptfs_write_tag_70_packet() 834 printk(KERN_ERR "%s: Error attempting to encrypt filename; " in ecryptfs_write_tag_70_packet() 967 printk(KERN_ERR "%s: Error attempting to find auth tok for " in ecryptfs_parse_tag_70_packet() 976 printk(KERN_ERR "Internal error whilst attempting to get " in ecryptfs_parse_tag_70_packet() 985 printk(KERN_ERR "%s: Internal error whilst attempting to " in ecryptfs_parse_tag_70_packet() [all …]
|
/linux-6.14.4/security/integrity/ima/ |
D | ima_template.c | 332 pr_err("attempting to initialize the template \"%s\" failed\n", in restore_template_fmt() 443 pr_err("attempting to restore a incompatible measurement list"); in ima_restore_measurement_list() 448 pr_err("attempting to restore too many measurements"); in ima_restore_measurement_list() 472 pr_err("attempting to restore a template name that is too long\n"); in ima_restore_measurement_list() 483 pr_err("attempting to restore an unsupported template \"%s\" failed\n", in ima_restore_measurement_list() 504 pr_err("attempting to restore the template fmt \"%s\" failed\n", in ima_restore_measurement_list()
|
/linux-6.14.4/drivers/md/dm-vdo/ |
D | cpu.h | 12 * uds_prefetch_address() - Minimize cache-miss latency by attempting to move data into a CPU cache 35 * uds_prefetch_range() - Minimize cache-miss latency by attempting to move a range of addresses
|
/linux-6.14.4/include/uapi/linux/ |
D | falloc.h | 26 * Attempting to collapse a range that crosses the end of the file is 57 * Attempting to insert space using this flag at OR beyond the end of
|
/linux-6.14.4/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-6.14.4/tools/testing/selftests/arm64/fp/ |
D | za-ptrace.c | 107 /* Validate attempting to set the specfied VL via ptrace */ 150 /* Validate attempting to set no ZA data and read it back */ 191 /* Validate attempting to set data and read it back */
|
/linux-6.14.4/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
|