| /kernel/linux/linux-5.10/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 | 89 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack() 96 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack() 110 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack() 117 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack() 163 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_heap_size() 169 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_heap_size() 175 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_heap_size() 181 pr_info("attempting bad copy_from_user of too large size\n"); in do_usercopy_heap_size() 238 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_heap_whitelist() 244 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_heap_whitelist() [all …]
|
| D | heap.c | 45 pr_info("Attempting bad write to freed memory at %p\n", in lkdtm_WRITE_AFTER_FREE() 87 pr_info("Attempting bad read from freed memory\n"); in lkdtm_READ_AFTER_FREE() 111 pr_info("Attempting bad write to the buddy page after free\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE() 143 pr_info("Attempting to read from freed memory\n"); in lkdtm_READ_BUDDY_AFTER_FREE() 167 pr_info("Attempting double slab free ...\n"); in lkdtm_SLAB_FREE_DOUBLE() 184 pr_info("Attempting cross-cache slab free ...\n"); in lkdtm_SLAB_FREE_CROSS() 192 pr_info("Attempting non-Slab slab free ...\n"); in lkdtm_SLAB_FREE_PAGE()
|
| D | bugs.c | 272 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD() 283 pr_info("attempting corrupted list addition\n"); in lkdtm_CORRUPT_LIST_ADD() 307 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL() 310 pr_info("attempting corrupted list removal\n"); in lkdtm_CORRUPT_LIST_DEL() 330 pr_info("attempting bad read from page below current stack\n"); in lkdtm_STACK_GUARD_PAGE_LEADING() 344 pr_info("attempting bad read from page above current stack\n"); in lkdtm_STACK_GUARD_PAGE_TRAILING()
|
| /kernel/linux/linux-6.6/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…
|
| /kernel/linux/linux-6.6/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…
|
| /kernel/linux/linux-6.6/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 | 76 pr_info("attempting ok execution at %px\n", do_nothing_ptr); in execute_location() 84 pr_info("attempting bad execution at %px\n", dst); in execute_location() 99 pr_info("attempting ok execution at %px\n", do_nothing_text); in execute_user_location() 106 pr_info("attempting bad execution at %px\n", dst); in execute_user_location() 117 pr_info("attempting bad rodata write at %px\n", ptr); in lkdtm_WRITE_RO() 136 pr_info("attempting bad ro_after_init write at %px\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT() 150 pr_info("attempting bad %zu byte write at %px\n", size, ptr); in lkdtm_WRITE_KERN() 167 pr_info("attempting bad %zu bytes write at %px\n", size, do_nothing); in lkdtm_WRITE_OPD() 247 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_USERSPACE() 252 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 | 37 pr_info("Attempting vmalloc linear overflow ...\n"); in lkdtm_VMALLOC_LINEAR_OVERFLOW() 59 pr_info("Attempting slab linear overflow ...\n"); in lkdtm_SLAB_LINEAR_OVERFLOW() 80 pr_info("Attempting bad write to freed memory at %p\n", in lkdtm_WRITE_AFTER_FREE() 122 pr_info("Attempting bad read from freed memory\n"); in lkdtm_READ_AFTER_FREE() 147 pr_info("Attempting bad write to the buddy page after free\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE() 179 pr_info("Attempting to read from freed memory\n"); in lkdtm_READ_BUDDY_AFTER_FREE() 269 pr_info("Attempting double slab free ...\n"); in lkdtm_SLAB_FREE_DOUBLE() 286 pr_info("Attempting cross-cache slab free ...\n"); in lkdtm_SLAB_FREE_CROSS() 294 pr_info("Attempting non-Slab slab free ...\n"); in lkdtm_SLAB_FREE_PAGE()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | ima_template.c | 282 pr_err("attempting to initialize the template \"%s\" failed\n", in restore_template_fmt() 393 pr_err("attempting to restore a incompatible measurement list"); in ima_restore_measurement_list() 398 pr_err("attempting to restore too many measurements"); in ima_restore_measurement_list() 422 pr_err("attempting to restore a template name that is too long\n"); in ima_restore_measurement_list() 433 pr_err("attempting to restore an unsupported template \"%s\" failed\n", in ima_restore_measurement_list() 454 pr_err("attempting to restore the template fmt \"%s\" failed\n", in ima_restore_measurement_list()
|
| /kernel/linux/linux-5.10/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 | 158 printk(KERN_ERR "%s: Error attempting to read " in ecryptfs_copy_up_encrypted_with_header() 195 printk(KERN_ERR "%s: Error attempting to copy " in ecryptfs_readpage() 288 printk(KERN_ERR "%s: Error attempting to read " in ecryptfs_write_begin() 300 printk(KERN_ERR "%s: Error attempting " in ecryptfs_write_begin() 433 printk(KERN_ERR "Error whilst attempting to write inode size " in ecryptfs_write_inode_size_to_xattr() 497 ecryptfs_printk(KERN_WARNING, "Error attempting to fill " in ecryptfs_write_end()
|
| /kernel/linux/linux-6.6/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 | 159 printk(KERN_ERR "%s: Error attempting to read " in ecryptfs_copy_up_encrypted_with_header() 197 printk(KERN_ERR "%s: Error attempting to copy " in ecryptfs_read_folio() 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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|