Home
last modified time | relevance | path

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

12345678910>>...21

/linux/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.c70 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 …]
H A Dusercopy.c90 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 …]
H A Dheap.c38 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()
H A Dbugs.c469 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()
H A Dcfi.c118 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/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
H A Dexception.json12attempting 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/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/
H A Dexception.json12attempting 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/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
H A Dexception.json12attempting 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/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.c202 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to read a pcr value"); in tpm2_pcr_read()
270 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting extend a PCR value"); in tpm2_pcr_extend()
331 "attempting get random"); in tpm2_get_random()
496 "attempting the self test"); in tpm2_do_selftest()
747 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to start the TPM"); in tpm2_startup()
/linux/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
/linux/arch/powerpc/platforms/pseries/
H A Dpmem.c34 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()
H A Dhotplug-memory.c345 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/fs/ecryptfs/
H A Dfile.c99 "%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()
H A Dmmap.c141 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()
H A Dkeystore.c640 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/security/integrity/ima/
H A Dima_template.c332 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/drivers/md/dm-vdo/
H A Dcpu.h12 * 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/include/uapi/linux/
H A Dfalloc.h26 * 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/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c107 /* Validate attempting to set the specfied VL via ptrace */ in ptrace_set_get_vl()
150 /* Validate attempting to set no ZA data and read it back */ in ptrace_set_no_data()
191 /* Validate attempting to set data and read it back */ in ptrace_set_get_data()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst15 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/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
/linux/drivers/acpi/acpica/
H A Dhwacpi.c73 "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()

12345678910>>...21