| /linux/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("** **\n"); in iommu_debugfs_setup() [all …]
|
| /linux/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_user failed unexpectedly?!\n"); 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("Weird: refcount_sub_and_test() reported zero\n"); in lkdtm_REFCOUNT_SUB_AND_TEST_ZERO() [all …]
|
| H A D | fortify.c | 164 pr_warn("FAIL: strscpy() of 0 length did not return -E2BIG\n"); in lkdtm_FORTIFY_STRSCPY() 168 pr_warn("FAIL: strscpy() did not return -E2BIG while src is truncated\n"); in lkdtm_FORTIFY_STRSCPY() 172 pr_warn("FAIL: after strscpy() dst does not contain \"foob\" but \"%s\"\n", in lkdtm_FORTIFY_STRSCPY() 183 pr_warn("FAIL: strscpy() did not return 3 while src was copied entirely truncated\n"); in lkdtm_FORTIFY_STRSCPY() 187 pr_warn("FAIL: after strscpy() dst does not contain \"foo\" but \"%s\"\n", in lkdtm_FORTIFY_STRSCPY() 194 pr_warn("FAIL: after strscpy() weird_dst does not contain \"hello\" but \"%s\"\n", in lkdtm_FORTIFY_STRSCPY()
|
| /linux/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("error 2\n"); in or51211_setmode() [all …]
|
| /linux/mm/ |
| H A D | debug.c | 80 pr_warn("page: refcount:%d mapcount:%d mapping:%p index:%#lx pfn:%#lx\n", in __dump_folio() 89 pr_warn("head: order:%u mapcount:%d entire_mapcount:%d nr_pages_mapped:%d pincount:%d\n", in __dump_folio() 99 pr_warn("memcg:%lx\n", folio->memcg_data); in __dump_folio() 115 pr_warn("%sflags: %pGp%s\n", type, &folio->flags, in __dump_folio() 118 pr_warn("page_type: %x(%s)\n", folio->page.page_type >> 24, in __dump_folio() 136 pr_warn("page does not match folio\n"); in __dump_page() 144 pr_warn("page:%p is uninitialized and poisoned\n", page); in dump_page() 148 pr_warn("page dumped because: %s\n", reason); in dump_page() 237 pr_warn("vmg %px dumped because: %s\n", vmg, reason); in dump_vmg() 240 pr_warn("vmg %px state: (NULL)\n", vmg); in dump_vmg() [all …]
|
| /linux/drivers/tty/hvc/ |
| H A D | hvc_dcc.c | 286 pr_warn("\n"); in hvc_dcc_init() 287 pr_warn("********************************************************************\n"); in hvc_dcc_init() 288 pr_warn("** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **\n"); in hvc_dcc_init() 289 pr_warn("** **\n"); in hvc_dcc_init() 290 pr_warn("** HVC_DCC_SERIALIZE_SMP SUPPORT HAS BEEN ENABLED IN THIS KERNEL **\n"); in hvc_dcc_init() 291 pr_warn("** **\n"); in hvc_dcc_init() 292 pr_warn("** This means that this is a DEBUG kernel and unsafe for **\n"); in hvc_dcc_init() 293 pr_warn("** production use and has important feature like CPU hotplug **\n"); in hvc_dcc_init() 294 pr_warn("** disabled. **\n"); in hvc_dcc_init() 295 pr_warn("** **\n"); in hvc_dcc_init() [all …]
|
| /linux/kernel/ |
| H A D | crash_reserve.c | 81 pr_warn("crashkernel: Memory value expected\n"); in parse_crashkernel_mem() 86 pr_warn("crashkernel: '-' expected\n"); in parse_crashkernel_mem() 95 pr_warn("crashkernel: Memory value expected\n"); in parse_crashkernel_mem() 100 pr_warn("crashkernel: end <= start\n"); in parse_crashkernel_mem() 106 pr_warn("crashkernel: ':' expected\n"); in parse_crashkernel_mem() 113 pr_warn("crashkernel: Memory value expected\n"); in parse_crashkernel_mem() 118 pr_warn("crashkernel: invalid size\n"); in parse_crashkernel_mem() 136 pr_warn("crashkernel: Memory value expected after '@'\n"); in parse_crashkernel_mem() 161 pr_warn("crashkernel: memory value expected\n"); in parse_crashkernel_simple() 168 pr_warn("crashkernel: unrecognized char: %c\n", *cur); in parse_crashkernel_simple() [all …]
|
| /linux/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__);
|
| /linux/block/partitions/ |
| H A D | efi.c | 486 pr_warn("GPT:Primary header LBA != Alt. header alternate_lba\n"); in compare_gpts() 487 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 493 pr_warn("GPT:Primary header alternate_lba != Alt. header my_lba\n"); in compare_gpts() 494 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 501 pr_warn("GPT:first_usable_lbas don't match.\n"); in compare_gpts() 502 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 509 pr_warn("GPT:last_usable_lbas don't match.\n"); in compare_gpts() 510 pr_warn("GPT:%lld != %lld\n", in compare_gpts() 516 pr_warn("GPT:disk_guids don't match.\n"); in compare_gpts() 521 pr_warn("GPT:num_partition_entries don't match: " in compare_gpts() [all …]
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 318 pr_warn("permission error while running as root; try raising 'ulimit -l'? current value: %s\n", in pr_perm_msg() 844 pr_warn("sec '%s': corrupted program '%s', offset %zu, size %zu\n", in bpf_object__init_prog() 894 pr_warn("sec '%s': failed to allocate memory for prog '%s'\n", sec_name, name); in bpf_object__init_prog() 928 pr_warn("sec '%s': failed to get symbol name for offset %zu\n", in bpf_object__add_programs() 934 pr_warn("sec '%s': program at offset %zu crosses section boundary\n", in bpf_object__add_programs() 940 pr_warn("sec '%s': program '%s' is static and not supported\n", sec_name, name); in bpf_object__add_programs() 954 pr_warn("sec '%s': failed to alloc memory for new program '%s'\n", in bpf_object__add_programs() 1063 pr_warn("struct_ops init_kern: struct %s is not found in kernel BTF\n", stname); in find_struct_ops_kern_types() 1070 pr_warn("struct_ops init_kern: struct %s is not found in kernel BTF\n", tname); in find_struct_ops_kern_types() 1087 pr_warn("struct_ops init_kern: struct %s data is not found in struct %s\n", in find_struct_ops_kern_types() [all …]
|
| H A D | linker.c | 253 pr_warn("failed to create '%s': %d\n", filename, err); in bpf_linker__new() 532 pr_warn("failed to open file '%s': %s\n", filename, errstr(err)); in bpf_linker__add_file() 578 pr_warn("failed to create memfd '%s': %s\n", filename, errstr(ret)); in bpf_linker__add_buf() 587 pr_warn("failed to write '%s': %s\n", filename, errstr(ret)); in bpf_linker__add_buf() 702 pr_warn("unknown byte order of ELF file %s\n", obj->filename); in linker_load_obj_file() 712 pr_warn("byte order mismatch with ELF file %s\n", obj->filename); in linker_load_obj_file() 773 pr_warn("multiple SYMTAB sections found, not supported\n"); in linker_load_obj_file() 786 pr_warn("failed to parse .BTF from %s: %s\n", in linker_load_obj_file() 797 pr_warn("failed to parse .BTF.ext from '%s': %s\n", in linker_load_obj_file() 814 pr_warn("unrecognized section #%zu (%s) in %s\n", in linker_load_obj_file() [all …]
|
| /linux/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()
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 1960 pr_warn("\n"); in print_circular_bug_header() 1961 pr_warn("======================================================\n"); in print_circular_bug_header() 1962 pr_warn("WARNING: possible circular locking dependency detected\n"); in print_circular_bug_header() 1964 pr_warn("------------------------------------------------------\n"); in print_circular_bug_header() 1965 pr_warn("%s/%d is trying to acquire lock:\n", in print_circular_bug_header() 1969 pr_warn("\nbut task is already holding lock:\n"); in print_circular_bug_header() 1972 pr_warn("\nwhich lock already depends on the new lock.\n\n"); in print_circular_bug_header() 1973 pr_warn("\nthe existing dependency chain (in reverse order) is:\n"); in print_circular_bug_header() 2057 pr_warn("Increase LOCKDEP_CIRCULAR_QUEUE_BITS to avoid this warning:\n"); in print_bfs_bug() 2563 pr_warn("\n"); in print_bad_irq_dependency() [all …]
|
| /linux/arch/microblaze/kernel/ |
| H A D | exceptions.c | 44 pr_warn("Oops: %s, sig: %ld\n", str, err); in die() 75 pr_warn("Exception %02x in %s mode, FSR=%08x PC=%08x ESR=%08x\n", in full_exception() 87 pr_warn("Illegal opcode exception in kernel mode.\n"); in full_exception() 96 pr_warn("Instruction bus error exception in kernel mode.\n"); in full_exception() 105 pr_warn("Data bus error exception in kernel mode.\n"); in full_exception() 114 pr_warn("Divide by zero exception in kernel mode.\n"); in full_exception() 139 pr_warn("Unexpected exception %02x PC=%08x in %s mode\n", in full_exception()
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-xtalk.c | 39 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create() 54 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create() 58 pr_warn("xtalk:n%d/%x bridge failed to add platform resources.\n", nasid, widget); in bridge_platform_create() 62 pr_warn("xtalk:n%d/%x bridge failed to add platform data.\n", nasid, widget); in bridge_platform_create() 66 pr_warn("xtalk:n%d/%x bridge failed to add platform device.\n", nasid, widget); in bridge_platform_create() 74 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create() 79 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget); in bridge_platform_create() 102 pr_warn("xtalk:n%d/%x bridge failed to add platform data.\n", nasid, widget); in bridge_platform_create() 106 pr_warn("xtalk:n%d/%x bridge failed to add platform device.\n", nasid, widget); in bridge_platform_create()
|
| /linux/arch/riscv/kernel/ |
| H A D | cpu.c | 36 pr_warn("Found CPU without hart ID\n"); in riscv_of_processor_hartid() 55 pr_warn("Found incompatible CPU\n"); in riscv_early_of_processor_hartid() 61 pr_warn("Found CPU without hart ID\n"); in riscv_early_of_processor_hartid() 72 pr_warn("CPU with hartid=%lu does not support rv32i", *hart); in riscv_early_of_processor_hartid() 77 pr_warn("CPU with hartid=%lu does not support rv64i", *hart); in riscv_early_of_processor_hartid() 87 pr_warn("CPU with hartid=%lu does not support ima", *hart); in riscv_early_of_processor_hartid() 95 pr_warn("CPU with hartid=%lu is invalid: this kernel does not parse \"riscv,isa\"", in riscv_early_of_processor_hartid() 101 pr_warn("CPU with hartid=%lu has no \"riscv,isa-base\" or \"riscv,isa\" property\n", in riscv_early_of_processor_hartid() 107 pr_warn("CPU with hartid=%lu does not support rv32ima", *hart); in riscv_early_of_processor_hartid() 112 pr_warn("CPU with hartid=%lu does not support rv64ima", *hart); in riscv_early_of_processor_hartid() [all …]
|
| /linux/arch/mips/mti-malta/ |
| H A D | malta-dtshim.c | 158 pr_warn("Failed to read the '%s' env variable '%s'\n", in append_memory() 163 pr_warn("The bootloader didn't provide memsize: defaulting to 32MB\n"); in append_memory() 256 pr_warn("malta-dtshim: unable to find DT GIC node: %d\n", in remove_gic() 263 pr_warn("malta-dtshim: unable to nop GIC node\n"); in remove_gic() 267 pr_warn("malta-dtshim: unable to find DT i8259 node: %d\n", in remove_gic() 275 pr_warn("malta-dtshim: unable to find CPU intc node: %d\n", in remove_gic() 282 pr_warn("malta-dtshim: unable to get CPU intc phandle\n"); in remove_gic() 288 pr_warn("malta-dtshim: unable to set i8259 interrupt-parent: %d\n", in remove_gic() 295 pr_warn("malta-dtshim: unable to set i8259 interrupts: %d\n", in remove_gic()
|
| /linux/fs/jffs2/ |
| H A D | gc.c | 102 pr_warn("Eep. ret->gc_node for block at 0x%08x is NULL\n", in jffs2_find_gc_block() 206 pr_warn("Inode #%u is in state %d during CRC check phase!\n", in jffs2_garbage_collect_pass() 239 pr_warn("Returned error for crccheck of ino #%u. Expect badness...\n", in jffs2_garbage_collect_pass() 298 pr_warn("eep. End of raw list while still supposedly nodes to GC\n"); in jffs2_garbage_collect_pass() 299 pr_warn("erase block at 0x%08x. free_size 0x%08x, dirty_size 0x%08x, used_size 0x%08x\n", in jffs2_garbage_collect_pass() 576 pr_warn("Raw node at 0x%08x wasn't in node lists for ino #%u\n", in jffs2_garbage_collect_live() 579 pr_warn("But it's obsolete so we don't mind too much\n"); in jffs2_garbage_collect_live() 636 pr_warn("Header CRC failed on REF_PRISTINE node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine() 645 pr_warn("Node CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine() 654 pr_warn("Data CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine() [all …]
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 233 pr_warn("type: %u invalid\n", type); in mtrr_add_page() 239 pr_warn("your processor doesn't support write-combining\n"); in mtrr_add_page() 244 pr_warn("zero sized request\n"); in mtrr_add_page() 250 pr_warn("base or size exceeds the MTRR width\n"); in mtrr_add_page() 281 pr_warn("0x%lx000,0x%lx000 overlaps existing 0x%lx000,0x%lx000\n", base, size, lbase, in mtrr_add_page() 289 pr_warn("type mismatch for %lx000,%lx000 old: %s new: %s\n", in mtrr_add_page() 327 pr_warn("size and base must be multiples of 4 kiB\n"); in mtrr_check() 424 pr_warn("register: %d too big\n", reg); in mtrr_del_page() 429 pr_warn("MTRR %d not used\n", reg); in mtrr_del_page() 433 pr_warn("reg: %d has count=0\n", reg); in mtrr_del_page() [all …]
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-dvb.c | 90 pr_warn("%s: dvb_register_adapter failed (errno = %d)\n", in vb2_dvb_register_adapter() 110 pr_warn("%s: dvb_register_frontend failed (errno = %d)\n", in vb2_dvb_register_frontend() 126 pr_warn("%s: dvb_dmx_init failed (errno = %d)\n", in vb2_dvb_register_frontend() 137 pr_warn("%s: dvb_dmxdev_init failed (errno = %d)\n", in vb2_dvb_register_frontend() 145 pr_warn("%s: add_frontend failed (DMX_FRONTEND_0, errno = %d)\n", in vb2_dvb_register_frontend() 153 pr_warn("%s: add_frontend failed (DMX_MEMORY_FE, errno = %d)\n", in vb2_dvb_register_frontend() 160 pr_warn("%s: connect_frontend failed (errno = %d)\n", in vb2_dvb_register_frontend() 168 pr_warn("%s: dvb_net_init failed (errno = %d)\n", in vb2_dvb_register_frontend() 207 pr_warn("Unable to register the adapter which has no frontends\n"); in vb2_dvb_register_bus() 215 pr_warn("vb2_dvb_register_adapter failed (errno = %d)\n", res); in vb2_dvb_register_bus() [all …]
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | hotplug-cpu.c | 131 pr_warn("CPU %i (hwid %i) didn't die after 120 seconds\n", in pseries_cpu_die() 140 pr_warn("CPU %i (hwid %i) reported error while dying\n", in pseries_cpu_die() 274 pr_warn("Reusing free CPU ids %d-%d from another node\n", in pseries_add_processor() 360 pr_warn("Unable to remove last online CPU %pOFn\n", dn); in dlpar_offline_cpu() 373 pr_warn("Could not find cpu to offline with physical id 0x%x\n", in dlpar_offline_cpu() 561 pr_warn("Failed to find CPU root node \"/cpus\"\n"); in dlpar_cpu_add() 567 pr_warn("CPU with drc index %x already exists\n", drc_index); in dlpar_cpu_add() 573 pr_warn("Cannot find CPU (drc index %x) to add.\n", drc_index); in dlpar_cpu_add() 579 pr_warn("Failed to acquire DRC, rc: %d, drc index: %x\n", in dlpar_cpu_add() 587 pr_warn("Failed call to configure-connector, drc index: %x\n", in dlpar_cpu_add() [all …]
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-msglog.c | 114 pr_warn("%s property not found, no message log\n", in memcons_init() 121 pr_warn("memory console address is invalid\n"); in memcons_init() 126 pr_warn("memory console version is invalid\n"); in memcons_init() 145 pr_warn("OPAL: memcons failed to load from ibm,opal-memcons\n"); in opal_msglog_init() 155 pr_warn("OPAL: message log initialisation failed, not creating sysfs entry\n"); in opal_msglog_sysfs_init() 160 pr_warn("OPAL: sysfs file creation failed\n"); in opal_msglog_sysfs_init()
|
| /linux/kernel/trace/ |
| H A D | trace_printk.c | 551 pr_warn("\n"); in trace_printk_init_buffers() 552 pr_warn("**********************************************************\n"); in trace_printk_init_buffers() 553 pr_warn("** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **\n"); in trace_printk_init_buffers() 554 pr_warn("** **\n"); in trace_printk_init_buffers() 555 pr_warn("** trace_printk() being used. Allocating extra memory. **\n"); in trace_printk_init_buffers() 556 pr_warn("** **\n"); in trace_printk_init_buffers() 557 pr_warn("** This means that this is a DEBUG kernel and it is **\n"); in trace_printk_init_buffers() 558 pr_warn("** unsafe for production use. **\n"); in trace_printk_init_buffers() 559 pr_warn("** **\n"); in trace_printk_init_buffers() 560 pr_warn("** If you see this message and you are not debugging **\n"); in trace_printk_init_buffers() [all …]
|
| /linux/drivers/staging/octeon/ |
| H A D | ethernet-mem.c | 62 pr_warn("Freeing of pool %u had too many skbuffs (%d)\n", in cvm_oct_free_hw_skbuff() 65 pr_warn("Freeing of pool %u is missing %d skbuffs\n", in cvm_oct_free_hw_skbuff() 96 pr_warn("Unable to allocate %u bytes for FPA pool %d\n", in cvm_oct_fill_hw_memory() 130 pr_warn("Freeing of pool %u had too many buffers (%d)\n", in cvm_oct_free_hw_memory() 133 pr_warn("Warning: Freeing of pool %u is missing %d buffers\n", in cvm_oct_free_hw_memory()
|