/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | iommu-debugfs.c | 35 pr_warn("\n"); in iommu_debugfs_setup() 36 pr_warn("*************************************************************\n"); in iommu_debugfs_setup() 37 pr_warn("** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **\n"); in iommu_debugfs_setup() 38 pr_warn("** **\n"); in iommu_debugfs_setup() 39 pr_warn("** IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **\n"); in iommu_debugfs_setup() 40 pr_warn("** **\n"); in iommu_debugfs_setup() 41 pr_warn("** This means that this kernel is built to expose internal **\n"); in iommu_debugfs_setup() 42 pr_warn("** IOMMU data structures, which may compromise security on **\n"); in iommu_debugfs_setup() 43 pr_warn("** your system. **\n"); in iommu_debugfs_setup() 44 pr_warn("** **\ in iommu_debugfs_setup() [all...] |
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | iommu-debugfs.c | 35 pr_warn("\n"); in iommu_debugfs_setup() 36 pr_warn("*************************************************************\n"); in iommu_debugfs_setup() 37 pr_warn("** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **\n"); in iommu_debugfs_setup() 38 pr_warn("** **\n"); in iommu_debugfs_setup() 39 pr_warn("** IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **\n"); in iommu_debugfs_setup() 40 pr_warn("** **\n"); in iommu_debugfs_setup() 41 pr_warn("** This means that this kernel is built to expose internal **\n"); in iommu_debugfs_setup() 42 pr_warn("** IOMMU data structures, which may compromise security on **\n"); in iommu_debugfs_setup() 43 pr_warn("** your system. **\n"); in iommu_debugfs_setup() 44 pr_warn("** **\ in iommu_debugfs_setup() [all...] |
/kernel/linux/linux-5.10/drivers/misc/lkdtm/ |
H A D | usercopy.c | 84 pr_warn("Failed to allocate user memory\n"); in do_usercopy_stack() 92 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_stack() 99 pr_warn("copy_to_user failed, but lacked Oops\n"); in do_usercopy_stack() 113 pr_warn("copy_from_user failed unexpectedly?!\n"); in do_usercopy_stack() 120 pr_warn("copy_from_user failed, but lacked Oops\n"); in do_usercopy_stack() 144 pr_warn("Failed to allocate kernel memory\n"); in do_usercopy_heap_size() 152 pr_warn("Failed to allocate user memory\n"); in do_usercopy_heap_size() 165 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_heap_size() 171 pr_warn("copy_to_user failed, but lacked Oops\n"); in do_usercopy_heap_size() 177 pr_warn("copy_from_use in do_usercopy_heap_size() [all...] |
H A D | refcount.c | 16 pr_warn("Overflow detected: unsafely reset to max\n"); in overflow_check() 67 pr_warn("Weird: refcount_inc_not_zero() reported zero\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW() 79 pr_warn("Weird: refcount_add_not_zero() reported zero\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW() 91 pr_warn("Zero detected: unsafely reset to max\n"); in check_zero() 94 pr_warn("Still at zero: refcount_inc/add() must not inc-from-0\n"); in check_zero() 127 pr_warn("Still at %d: refcount_inc/add() must not inc-from-0\n", in check_negative() 137 pr_warn("Negative detected: unsafely reset to max\n"); in check_negative() 165 pr_warn("Weird: refcount_dec_and_test() reported zero\n"); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() 180 pr_warn("Weird: refcount_sub_and_test() reported zero\n"); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE() 195 pr_warn("Weir in lkdtm_REFCOUNT_SUB_AND_TEST_ZERO() [all...] |
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_dcc.c | 278 pr_warn("\n"); in hvc_dcc_init() 279 pr_warn("********************************************************************\n"); in hvc_dcc_init() 280 pr_warn("** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **\n"); in hvc_dcc_init() 281 pr_warn("** **\n"); in hvc_dcc_init() 282 pr_warn("** HVC_DCC_SERIALIZE_SMP SUPPORT HAS BEEN ENABLED IN THIS KERNEL **\n"); in hvc_dcc_init() 283 pr_warn("** **\n"); in hvc_dcc_init() 284 pr_warn("** This means that this is a DEBUG kernel and unsafe for **\n"); in hvc_dcc_init() 285 pr_warn("** production use and has important feature like CPU hotplug **\n"); in hvc_dcc_init() 286 pr_warn("** disabled. **\n"); in hvc_dcc_init() 287 pr_warn("** **\ in hvc_dcc_init() [all...] |
/kernel/linux/linux-6.6/drivers/misc/lkdtm/ |
H A D | usercopy.c | 85 pr_warn("Failed to allocate user memory\n"); in do_usercopy_stack() 93 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_stack() 100 pr_warn("copy_to_user failed, but lacked Oops\n"); in do_usercopy_stack() 114 pr_warn("copy_from_user failed unexpectedly?!\n"); in do_usercopy_stack() 121 pr_warn("copy_from_user failed, but lacked Oops\n"); in do_usercopy_stack() 145 pr_warn("Failed to allocate kernel memory\n"); in do_usercopy_slab_size() 153 pr_warn("Failed to allocate user memory\n"); in do_usercopy_slab_size() 166 pr_warn("copy_to_user failed unexpectedly?!\n"); in do_usercopy_slab_size() 172 pr_warn("copy_to_user failed, but lacked Oops\n"); in do_usercopy_slab_size() 178 pr_warn("copy_from_use in do_usercopy_slab_size() [all...] |
H A D | refcount.c | 16 pr_warn("Overflow detected: unsafely reset to max\n"); in overflow_check() 67 pr_warn("Weird: refcount_inc_not_zero() reported zero\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW() 79 pr_warn("Weird: refcount_add_not_zero() reported zero\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW() 91 pr_warn("Zero detected: unsafely reset to max\n"); in check_zero() 94 pr_warn("Still at zero: refcount_inc/add() must not inc-from-0\n"); in check_zero() 127 pr_warn("Still at %d: refcount_inc/add() must not inc-from-0\n", in check_negative() 137 pr_warn("Negative detected: unsafely reset to max\n"); in check_negative() 165 pr_warn("Weird: refcount_dec_and_test() reported zero\n"); in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() 180 pr_warn("Weird: refcount_sub_and_test() reported zero\n"); in lkdtm_REFCOUNT_SUB_AND_TEST_NEGATIVE() 195 pr_warn("Zer in check_from_zero() [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | or51211.c | 69 pr_warn("error (addr %02x, err == %i)\n", reg, err); in i2c_writebytes() 86 pr_warn("error (addr %02x, err == %i)\n", reg, err); in i2c_readbytes() 105 pr_warn("error eprom addr\n"); in or51211_load_firmware() 109 pr_warn("error eprom\n"); in or51211_load_firmware() 123 pr_warn("error 1\n"); in or51211_load_firmware() 130 pr_warn("error 2\n"); in or51211_load_firmware() 136 pr_warn("error 3\n"); in or51211_load_firmware() 143 pr_warn("error 4\n"); in or51211_load_firmware() 160 pr_warn("error 1\n"); in or51211_setmode() 167 pr_warn("erro in or51211_setmode() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | or51211.c | 69 pr_warn("error (addr %02x, err == %i)\n", reg, err); in i2c_writebytes() 86 pr_warn("error (addr %02x, err == %i)\n", reg, err); in i2c_readbytes() 105 pr_warn("error eprom addr\n"); in or51211_load_firmware() 109 pr_warn("error eprom\n"); in or51211_load_firmware() 123 pr_warn("error 1\n"); in or51211_load_firmware() 130 pr_warn("error 2\n"); in or51211_load_firmware() 136 pr_warn("error 3\n"); in or51211_load_firmware() 143 pr_warn("error 4\n"); in or51211_load_firmware() 160 pr_warn("error 1\n"); in or51211_setmode() 167 pr_warn("erro in or51211_setmode() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | altera-ci.h | 41 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_init() 47 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_release() 52 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_irq() 58 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_tuner_reset() 67 pr_warn("%s: driver disabled by Kconfig\n", __func__); 73 pr_warn("%s: driver disabled by Kconfig\n", __func__); 79 pr_warn("%s: driver disabled by Kconfig\n", __func__);
|
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/ |
H A D | altera-ci.h | 41 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_init() 47 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_release() 52 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_irq() 58 pr_warn("%s: driver disabled by Kconfig\n", __func__); in altera_ci_tuner_reset() 67 pr_warn("%s: driver disabled by Kconfig\n", __func__); 73 pr_warn("%s: driver disabled by Kconfig\n", __func__); 79 pr_warn("%s: driver disabled by Kconfig\n", __func__);
|
/kernel/linux/linux-5.10/mm/ |
H A D | debug.c | 71 pr_warn("page:%px is uninitialized and poisoned", page); in __dump_page() 102 pr_warn("page:%p refcount:%d mapcount:%d mapping:%p index:%#lx pfn:%#lx\n", in __dump_page() 107 pr_warn("head:%p order:%u compound_mapcount:%d compound_pincount:%d\n", in __dump_page() 112 pr_warn("head:%p order:%u compound_mapcount:%d\n", in __dump_page() 135 pr_warn("failed to read mapping contents, not a valid kernel address?\n"); in __dump_page() 140 pr_warn("aops:%ps\n", a_ops); in __dump_page() 146 pr_warn("aops:%ps with invalid host inode %px\n", in __dump_page() 152 pr_warn("aops:%ps ino:%lx\n", a_ops, ino); in __dump_page() 158 pr_warn("aops:%ps ino:%lx with invalid dentry %px\n", in __dump_page() 166 pr_warn("aop in __dump_page() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | board-da830-evm.c | 115 pr_warn("%s: USB PHY CLK registration failed: %d\n", in da830_evm_usb_init() 123 pr_warn("%s: USB PHY registration failed: %d\n", in da830_evm_usb_init() 128 pr_warn("%s: USB 2.0 PinMux setup failed: %d\n", __func__, ret); in da830_evm_usb_init() 136 pr_warn("%s: USB 2.0 registration failed: %d\n", in da830_evm_usb_init() 142 pr_warn("%s: USB 1.1 PinMux setup failed: %d\n", __func__, ret); in da830_evm_usb_init() 148 pr_warn("%s: Unable to register the vbus supply\n", __func__); in da830_evm_usb_init() 154 pr_warn("%s: USB 1.1 registration failed: %d\n", __func__, ret); in da830_evm_usb_init() 222 pr_warn("%s: mmc/sd mux setup failed: %d\n", __func__, ret); in da830_evm_init_mmc() 230 pr_warn("%s: mmc/sd registration failed: %d\n", __func__, ret); in da830_evm_init_mmc() 393 pr_warn("WARNIN in da830_evm_init_nand() [all...] |
H A D | board-da850-evm.c | 347 pr_warn("%s: NAND mux setup failed: %d\n", in da850_evm_setup_nor_nand() 352 pr_warn("%s: NOR mux setup failed: %d\n", in da850_evm_setup_nor_nand() 357 pr_warn("%s: registering aemif failed: %d\n", in da850_evm_setup_nor_nand() 474 pr_warn("Cannot open UI expander pin %d\n", sel_a); in da850_evm_ui_expander_setup() 480 pr_warn("Cannot open UI expander pin %d\n", sel_b); in da850_evm_ui_expander_setup() 486 pr_warn("Cannot open UI expander pin %d\n", sel_c); in da850_evm_ui_expander_setup() 498 pr_warn("Could not register UI GPIO expander push-buttons"); in da850_evm_ui_expander_setup() 684 pr_warn("Could not register baseboard GPIO expander keys"); in da850_evm_bb_expander_setup() 691 pr_warn("Could not register baseboard GPIO expander LEDs"); in da850_evm_bb_expander_setup() 1128 pr_warn(" in da850_evm_config_emac() [all...] |
H A D | board-omapl138-hawk.c | 59 pr_warn("%s: CPGMAC/MII mux setup failed: %d\n", __func__, ret); in omapl138_hawk_config_emac() 71 pr_warn("%s: EMAC registration failed: %d\n", __func__, ret); in omapl138_hawk_config_emac() 156 pr_warn("%s: MMC/SD0 mux setup failed: %d\n", __func__, ret); in omapl138_hawk_mmc_init() 164 pr_warn("%s: MMC/SD0 registration failed: %d\n", __func__, ret); in omapl138_hawk_mmc_init() 292 pr_warn("%s: NAND mux setup failed: %d\n", __func__, ret); in omapl138_hawk_register_aemif() 360 pr_warn("%s: USB 1.1 PinMux setup failed: %d\n", __func__, ret); in omapl138_hawk_usb_init() 366 pr_warn("%s: USB PHY CLK registration failed: %d\n", in omapl138_hawk_usb_init() 374 pr_warn("%s: USB PHY registration failed: %d\n", in omapl138_hawk_usb_init() 379 pr_warn("%s: Unable to register the vbus supply\n", __func__); in omapl138_hawk_usb_init() 385 pr_warn(" in omapl138_hawk_usb_init() [all...] |
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep.c | 1886 pr_warn("\n"); in print_circular_bug_header() 1887 pr_warn("======================================================\n"); in print_circular_bug_header() 1888 pr_warn("WARNING: possible circular locking dependency detected\n"); in print_circular_bug_header() 1890 pr_warn("------------------------------------------------------\n"); in print_circular_bug_header() 1891 pr_warn("%s/%d is trying to acquire lock:\n", in print_circular_bug_header() 1895 pr_warn("\nbut task is already holding lock:\n"); in print_circular_bug_header() 1898 pr_warn("\nwhich lock already depends on the new lock.\n\n"); in print_circular_bug_header() 1899 pr_warn("\nthe existing dependency chain (in reverse order) is:\n"); in print_circular_bug_header() 2506 pr_warn("\n"); in print_bad_irq_dependency() 2507 pr_warn(" in print_bad_irq_dependency() [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 277 pr_warn("permission error while running as root; try raising 'ulimit -l'? current value: %s\n", in pr_perm_msg() 753 pr_warn("sec '%s': corrupted program '%s', offset %zu, size %zu\n", in bpf_object__init_prog() 802 pr_warn("sec '%s': failed to allocate memory for prog '%s'\n", sec_name, name); in bpf_object__init_prog() 836 pr_warn("sec '%s': failed to get symbol name for offset %zu\n", in bpf_object__add_programs() 842 pr_warn("sec '%s': program at offset %zu crosses section boundary\n", in bpf_object__add_programs() 848 pr_warn("sec '%s': program '%s' is static and not supported\n", sec_name, name); in bpf_object__add_programs() 862 pr_warn("sec '%s': failed to alloc memory for new program '%s'\n", in bpf_object__add_programs() 938 pr_warn("struct_ops init_kern: struct %s is not found in kernel BTF\n", in find_struct_ops_kern_types() 952 pr_warn("struct_ops init_kern: struct %s%s is not found in kernel BTF\n", in find_struct_ops_kern_types() 970 pr_warn("struct_op in find_struct_ops_kern_types() [all...] |
H A D | usdt.c | 265 pr_warn("usdt: failed to find USDT support BPF maps, did you forget to include bpf/usdt.bpf.h?\n"); in usdt_manager_new() 311 pr_warn("usdt: unrecognized ELF kind %d for '%s'\n", elf_kind(elf), path); in sanity_check_usdt_elf() 318 pr_warn("usdt: attaching to 64-bit ELF binary '%s' is not supported\n", path); in sanity_check_usdt_elf() 324 pr_warn("usdt: attaching to 32-bit ELF binary '%s' is not supported\n", path); in sanity_check_usdt_elf() 329 pr_warn("usdt: unsupported ELF class for '%s'\n", path); in sanity_check_usdt_elf() 337 pr_warn("usdt: unsupported type of ELF binary '%s' (%d), only ET_EXEC and ET_DYN are supported\n", in sanity_check_usdt_elf() 350 pr_warn("usdt: ELF endianness mismatch for '%s'\n", path); in sanity_check_usdt_elf() 442 pr_warn("usdt: failed to find PT_LOAD program headers in '%s'\n", path); in parse_elf_segs() 468 pr_warn("usdt: failed to get absolute path of '%s' (err %d), using path as is...\n", in parse_vma_segs() 478 pr_warn("usd in parse_vma_segs() [all...] |
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | cpu.c | 35 pr_warn("Found CPU without hart ID\n"); in riscv_of_processor_hartid() 54 pr_warn("Found incompatible CPU\n"); in riscv_early_of_processor_hartid() 60 pr_warn("Found CPU without hart ID\n"); in riscv_early_of_processor_hartid() 73 pr_warn("CPU with hartid=%lu does not support rv32i", *hart); in riscv_early_of_processor_hartid() 78 pr_warn("CPU with hartid=%lu does not support rv64i", *hart); in riscv_early_of_processor_hartid() 88 pr_warn("CPU with hartid=%lu does not support ima", *hart); in riscv_early_of_processor_hartid() 96 pr_warn("CPU with hartid=%lu is invalid: this kernel does not parse \"riscv,isa\"", in riscv_early_of_processor_hartid() 102 pr_warn("CPU with hartid=%lu has no \"riscv,isa-base\" or \"riscv,isa\" property\n", in riscv_early_of_processor_hartid() 108 pr_warn("CPU with hartid=%lu does not support rv32ima", *hart); in riscv_early_of_processor_hartid() 113 pr_warn("CP in riscv_early_of_processor_hartid() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | voltage.c | 55 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_get_voltage() 77 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_scale() 102 pr_warn("%s: not scaling. OPP voltage for %lu, not found.\n", in voltdm_scale() 128 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_reset() 158 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_volttable() 186 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_voltdata() 191 pr_warn("%s: voltage table does not exist for vdd_%s\n", in omap_voltage_get_voltdata() 220 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_register_pmic() 254 pr_warn("%s: Could not get sys clk.\n", __func__); in omap_voltage_late_init()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | voltage.c | 55 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_get_voltage() 77 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_scale() 102 pr_warn("%s: not scaling. OPP voltage for %lu, not found.\n", in voltdm_scale() 128 pr_warn("%s: VDD specified does not exist!\n", __func__); in voltdm_reset() 158 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_volttable() 186 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_get_voltdata() 191 pr_warn("%s: voltage table does not exist for vdd_%s\n", in omap_voltage_get_voltdata() 220 pr_warn("%s: VDD specified does not exist!\n", __func__); in omap_voltage_register_pmic() 254 pr_warn("%s: Could not get sys clk.\n", __func__); in omap_voltage_late_init()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip30/ |
H A D | ip30-xtalk.c | 49 pr_warn("xtalk:%x bridge create out of memory\n", widget); in bridge_platform_create() 64 pr_warn("xtalk:%x bridge create out of memory\n", widget); in bridge_platform_create() 68 pr_warn("xtalk:%x bridge failed to add platform resources.\n", widget); in bridge_platform_create() 72 pr_warn("xtalk:%x bridge failed to add platform data.\n", widget); in bridge_platform_create() 76 pr_warn("xtalk:%x bridge failed to add platform device.\n", widget); in bridge_platform_create() 84 pr_warn("xtalk:%x bridge create out of memory\n", widget); in bridge_platform_create() 89 pr_warn("xtalk:%x bridge create out of memory\n", widget); in bridge_platform_create() 111 pr_warn("xtalk:%x bridge failed to add platform data.\n", widget); in bridge_platform_create() 115 pr_warn("xtalk:%x bridge failed to add platform device.\n", widget); in bridge_platform_create()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | efi.c | 489 pr_warn("GPT:Primary header LBA != Alt. header alternate_lba\n"); in compare_gpts() 490 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 496 pr_warn("GPT:Primary header alternate_lba != Alt. header my_lba\n"); in compare_gpts() 497 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 504 pr_warn("GPT:first_usable_lbas don't match.\n"); in compare_gpts() 505 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 512 pr_warn("GPT:last_usable_lbas don't match.\n"); in compare_gpts() 513 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 519 pr_warn("GPT:disk_guids don't match.\n"); in compare_gpts() 524 pr_warn("GP in compare_gpts() [all...] |
/kernel/linux/linux-6.6/block/partitions/ |
H A D | efi.c | 487 pr_warn("GPT:Primary header LBA != Alt. header alternate_lba\n"); in compare_gpts() 488 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 494 pr_warn("GPT:Primary header alternate_lba != Alt. header my_lba\n"); in compare_gpts() 495 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 502 pr_warn("GPT:first_usable_lbas don't match.\n"); in compare_gpts() 503 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 510 pr_warn("GPT:last_usable_lbas don't match.\n"); in compare_gpts() 511 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 517 pr_warn("GPT:disk_guids don't match.\n"); in compare_gpts() 522 pr_warn("GP in compare_gpts() [all...] |
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 133 pr_warn("permission error while running as root; try raising 'ulimit -l'? current value: %s\n", in pr_perm_msg() 503 pr_warn("Internal error: instances.nr is %d\n", in bpf_program__unload() 564 pr_warn("sec '%s': corrupted program '%s', offset %zu, size %zu\n", in bpf_object__init_prog() 603 pr_warn("sec '%s': failed to allocate memory for prog '%s'\n", sec_name, name); in bpf_object__init_prog() 625 pr_warn("sec '%s': failed to find program symbol at offset %zu\n", in bpf_object__add_programs() 634 pr_warn("sec '%s': failed to get symbol name for offset %zu\n", in bpf_object__add_programs() 640 pr_warn("sec '%s': program at offset %zu crosses section boundary\n", in bpf_object__add_programs() 655 pr_warn("sec '%s': failed to alloc memory for new program '%s'\n", in bpf_object__add_programs() 734 pr_warn("struct_ops init_kern: struct %s is not found in kernel BTF\n", in find_struct_ops_kern_types() 748 pr_warn("struct_op in find_struct_ops_kern_types() [all...] |