| /kernel/linux/linux-4.19/drivers/misc/lkdtm/ |
| D | refcount.c | 39 pr_info("attempting good refcount_inc() without overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW() 43 pr_info("attempting bad refcount_inc() overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW() 55 pr_info("attempting good refcount_add() without overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW() 62 pr_info("attempting bad refcount_add() overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW() 73 pr_info("attempting bad refcount_inc_not_zero() overflow\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW() 85 pr_info("attempting bad refcount_add_not_zero() overflow\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW() 118 pr_info("attempting good refcount_dec()\n"); in lkdtm_REFCOUNT_DEC_ZERO() 121 pr_info("attempting bad refcount_dec() to zero\n"); in lkdtm_REFCOUNT_DEC_ZERO() 157 pr_info("attempting bad refcount_dec() below zero\n"); in lkdtm_REFCOUNT_DEC_NEGATIVE() 171 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() 69 pr_info("attempting ok execution at %px\n", do_nothing); in execute_user_location() 76 pr_info("attempting bad execution at %px\n", func); in execute_user_location() 85 pr_info("attempting bad rodata write at %px\n", ptr); in lkdtm_WRITE_RO() 103 pr_info("attempting bad ro_after_init write at %px\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT() 115 pr_info("attempting bad %zu byte write at %px\n", size, ptr); in lkdtm_WRITE_KERN() 193 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_USERSPACE() 197 pr_info("attempting bad write at %px\n", ptr); in lkdtm_ACCESS_USERSPACE() 208 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() 227 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_heap_whitelist() 233 pr_info("attempting bad copy_to_user outside whitelist\n"); in do_usercopy_heap_whitelist() [all …]
|
| D | bugs.c | 170 pr_info("attempting good list addition\n"); in lkdtm_CORRUPT_LIST_ADD() 181 pr_info("attempting corrupted list addition\n"); in lkdtm_CORRUPT_LIST_ADD() 205 pr_info("attempting good list removal\n"); in lkdtm_CORRUPT_LIST_DEL() 208 pr_info("attempting corrupted list removal\n"); in lkdtm_CORRUPT_LIST_DEL() 238 pr_info("attempting bad read from page below current stack\n"); in lkdtm_STACK_GUARD_PAGE_LEADING() 252 pr_info("attempting bad read from page above current stack\n"); in lkdtm_STACK_GUARD_PAGE_TRAILING()
|
| D | heap.c | 41 pr_info("Attempting bad write to freed memory at %p\n", in lkdtm_WRITE_AFTER_FREE() 82 pr_info("Attempting bad read from freed memory\n"); in lkdtm_READ_AFTER_FREE() 106 pr_info("Attempting bad write to the buddy page after free\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE() 138 pr_info("Attempting to read from freed memory\n"); in lkdtm_READ_BUDDY_AFTER_FREE()
|
| /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 | 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() 227 pr_info("attempting good copy_to_user inside whitelist\n"); in do_usercopy_heap_whitelist() 233 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-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-4.19/drivers/char/tpm/ |
| D | tpm-sysfs.c | 59 "attempting to read the PUBEK")) in pubek_show() 113 "attempting to determine the number of PCRS", in pcrs_show() 145 "attempting to determine the permanent enabled state", in enabled_show() 167 "attempting to determine the permanent active state", in active_show() 189 "attempting to determine the owner state", in owned_show() 211 "attempting to determine the temporary state", in temp_deactivated_show() 234 "attempting to determine the manufacturer", in caps_show() 243 "attempting to determine the 1.2 version", in caps_show() 255 "attempting to determine the 1.1 version", in caps_show()
|
| /kernel/linux/linux-4.19/kernel/locking/ |
| D | rwsem-xadd.c | 28 * 0x0000000X (1) X readers active or attempting lock, no writer waiting 29 * X = #active_readers + #readers attempting to lock 33 * attempting to read lock or write lock. 35 * 0xffff000X (1) X readers active or attempting lock, with waiters for lock 36 * X = #active readers + # readers attempting lock 38 * (2) 1 writer attempting lock, no waiters for lock 39 * X-1 = #active readers + #readers attempting lock 42 * X-1 = #active readers + #readers attempting lock 45 * 0xffff0001 (1) 1 reader active or attempting lock, waiters for lock 47 * (2) 1 writer active or attempting lock, no waiters for lock [all …]
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | cxacru.txt | 61 "attempting to activate" 68 Changes between "down" and "attempting to activate" 96 [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-4.19/security/integrity/ima/ |
| D | ima_template.c | 254 pr_err("attempting to initialize the template \"%s\" failed\n", in restore_template_fmt() 351 pr_err("attempting to restore a incompatible measurement list"); in ima_restore_measurement_list() 356 pr_err("attempting to restore too many measurements"); in ima_restore_measurement_list() 380 pr_err("attempting to restore a template name that is too long\n"); in ima_restore_measurement_list() 391 pr_err("attempting to restore an unsupported template \"%s\" failed\n", in ima_restore_measurement_list() 412 pr_err("attempting to restore the template fmt \"%s\" failed\n", in ima_restore_measurement_list()
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | ima_template.c | 278 pr_err("attempting to initialize the template \"%s\" failed\n", in restore_template_fmt() 386 pr_err("attempting to restore a incompatible measurement list"); in ima_restore_measurement_list() 391 pr_err("attempting to restore too many measurements"); in ima_restore_measurement_list() 415 pr_err("attempting to restore a template name that is too long\n"); in ima_restore_measurement_list() 426 pr_err("attempting to restore an unsupported template \"%s\" failed\n", in ima_restore_measurement_list() 447 pr_err("attempting to restore the template fmt \"%s\" failed\n", in ima_restore_measurement_list()
|
| /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-4.19/fs/ecryptfs/ |
| D | file.c | 87 "%s: Error attempting to decode and decrypt filename [%s]; rc = [%d]\n", in ecryptfs_filldir() 219 "Error attempting to allocate memory\n"); in ecryptfs_open() 234 printk(KERN_ERR "%s: Error attempting to initialize " in ecryptfs_open() 287 "Error attempting to allocate memory\n"); in ecryptfs_dir_open() 293 printk(KERN_ERR "%s: Error attempting to initialize " in ecryptfs_dir_open()
|
| D | mmap.c | 172 printk(KERN_ERR "%s: Error attempting to read " in ecryptfs_copy_up_encrypted_with_header() 209 printk(KERN_ERR "%s: Error attempting to copy " in ecryptfs_readpage() 302 printk(KERN_ERR "%s: Error attempting to read " in ecryptfs_write_begin() 314 printk(KERN_ERR "%s: Error attempting " in ecryptfs_write_begin() 447 printk(KERN_ERR "Error whilst attempting to write inode size " in ecryptfs_write_inode_size_to_xattr() 511 ecryptfs_printk(KERN_WARNING, "Error attempting to fill " in ecryptfs_write_end()
|
| /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-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-4.19/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-4.19/arch/mips/lasat/ |
| D | lasat_board.c | 115 "not match calculated, attempting to soldier on...\n"); in lasat_init_board_info() 120 "%d, wanted version %d, attempting to soldier on...\n", in lasat_init_board_info() 130 "Invalid configuration read from EEPROM, attempting to " in lasat_init_board_info()
|