Home
last modified time | relevance | path

Searched full:attempting (Results 1 – 25 of 922) sorted by relevance

12345678910>>...37

/OK3568_Linux_fs/kernel/drivers/misc/lkdtm/
H A Drefcount.c31 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 …]
H A Dperms.c50 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 …]
H A Dusercopy.c89 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 …]
H A Dheap.c45 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()
H A Dbugs.c272 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()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm-sysfs.c53 "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()
H A Dtpm1-cmd.c337 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()
H A Dtpm2-cmd.c198 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()
468 "attempting the self test"); in tpm2_do_selftest()
719 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM"); in tpm2_startup()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst76 - "attempting to activate"
83 Changes between "down" and "attempting to activate"
116 [4942249.665075] ATM dev 0: ADSL line: attempting to activate
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_template.c282 pr_err("attempting to initialize the template \"%s\" failed\n", in restore_template_fmt()
390 pr_err("attempting to restore a incompatible measurement list"); in ima_restore_measurement_list()
395 pr_err("attempting to restore too many measurements"); in ima_restore_measurement_list()
419 pr_err("attempting to restore a template name that is too long\n"); in ima_restore_measurement_list()
430 pr_err("attempting to restore an unsupported template \"%s\" failed\n", in ima_restore_measurement_list()
451 pr_err("attempting to restore the template fmt \"%s\" failed\n", in ima_restore_measurement_list()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dfile.c73 "%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()
H A Dmmap.c158 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()
H A Dmain.c287 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()
840 printk(KERN_ERR "Failure occurred while attempting to " in ecryptfs_init()
847 printk(KERN_ERR "Failure whilst attempting to init crypto; " in ecryptfs_init()
881 printk(KERN_ERR "Failure whilst attempting to destroy crypto; " in ecryptfs_exit()
H A Dcrypto.c135 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()
392 ecryptfs_printk(KERN_ERR, "Error attempting to derive IV for " in crypt_extent()
409 printk(KERN_ERR "%s: Error attempting to crypt page with " in crypt_extent()
476 "Error attempting to write lower page; rc = [%d]\n", in ecryptfs_encrypt_page()
525 "Error attempting to read lower page; rc = [%d]\n", in ecryptfs_decrypt_page()
650 ecryptfs_printk(KERN_WARNING, "Error attempting to compute " in ecryptfs_compute_root_iv()
787 printk(KERN_ERR "Error attempting to copy mount-wide key sigs " in ecryptfs_new_file_context()
1089 printk(KERN_ERR "%s: Error attempting to write header " in ecryptfs_write_metadata_to_contents()
1340 printk(KERN_INFO "Error attempting to read the [%s] " in ecryptfs_read_xattr_region()
[all …]
H A Dkeystore.c637 printk(KERN_ERR "%s: Error attempting to find auth tok for " in ecryptfs_write_tag_70_packet()
646 printk(KERN_ERR "Internal error whilst attempting to get " in ecryptfs_write_tag_70_packet()
688 printk(KERN_ERR "%s: Out of kernel memory whilst attempting to " in ecryptfs_write_tag_70_packet()
744 printk(KERN_ERR "%s: Error attempting to " in ecryptfs_write_tag_70_packet()
794 printk(KERN_ERR "%s: Internal error whilst attempting to " in ecryptfs_write_tag_70_packet()
803 printk(KERN_ERR "%s: Internal error whilst attempting to " in ecryptfs_write_tag_70_packet()
831 printk(KERN_ERR "%s: Error attempting to encrypt filename; " in ecryptfs_write_tag_70_packet()
964 printk(KERN_ERR "%s: Error attempting to find auth tok for " in ecryptfs_parse_tag_70_packet()
973 printk(KERN_ERR "Internal error whilst attempting to get " in ecryptfs_parse_tag_70_packet()
982 printk(KERN_ERR "%s: Internal error whilst attempting to " in ecryptfs_parse_tag_70_packet()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dpmem.c35 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()
H A Dhotplug-memory.c408 pr_info("Attempting to hot-remove %d LMB(s)\n", lmbs_to_remove); in dlpar_memory_remove_by_count()
482 pr_info("Attempting to hot-remove LMB, drc index %x\n", drc_index); in dlpar_memory_remove_by_index()
514 pr_info("Attempting to hot-remove %u LMB(s) at %x\n", in dlpar_memory_remove_by_ic()
657 pr_info("Attempting to hot-add %d LMB(s)\n", lmbs_to_add); in dlpar_memory_add_by_count()
735 pr_info("Attempting to hot-add LMB, drc index %x\n", drc_index); in dlpar_memory_add_by_index()
770 pr_info("Attempting to hot-add %u LMB(s) at index %x\n", in dlpar_memory_add_by_ic()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libreport/files/
H A D0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch30 - [echo "Then run configure again before attempting to build libreport."]
39 - [echo "Then run configure again before attempting to build libreport."]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfalloc.h25 * 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
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfalloc.h25 * 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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfalloc.h25 * 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
/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Doobtest.c504 pr_info("attempting to start write past end of OOB\n"); in mtd_oobtest_init()
524 pr_info("attempting to start read past end of OOB\n"); in mtd_oobtest_init()
551 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init()
571 pr_info("attempting to read past end of device\n"); in mtd_oobtest_init()
598 pr_info("attempting to write past end of device\n"); in mtd_oobtest_init()
618 pr_info("attempting to read past end of device\n"); in mtd_oobtest_init()
/OK3568_Linux_fs/external/rkwifibt-app/rv1109_1126/
HDlibrkwifibt.so__gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize memset strlen strcat syslog strcmp strncpy __stack_chk_fail __stack_chk_guard strcpy strtoul RK_wifi_register_callback strncmp __ctype_b_loc memmove exec_command ...
/OK3568_Linux_fs/external/rkwifibt-app/lib32/
HDlibrkwifibt.so__gmon_start__ _fini _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize _Jv_RegisterClasses memset strlen strcat syslog strcmp strncpy strcpy strtoul RK_wifi_register_callback strncmp __ctype_b_loc memmove exec_command ...
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst119 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

12345678910>>...37