Displaying 2 results from an estimated 2 matches for "kern_xxx".
Did you mean:
kern_pax
2007 Apr 25
2
Strange content in the kernel dmesg traces [SOLVED]
On 4/25/07, Michael D. Kralka <michael.kralka at kvs.com> wrote:
>
> I am going to regret answering this, because it is not the right place
> for such questions. However...
True, but thank you for the post.
> I suspect you are misusing printk and the KERN_XXX prefixes (KERN_DEBUG,
> KERN_ERR, KERN_INFO, etc.) defined in include/linux/kernel.h. Try
> dropping the comma between the prefix and the message. That is:
> printk(KERN_INFO "Hello World!\n");
> rather than:
> printk(KERN_INFO, "Hello World!\n");...
2007 Apr 24
2
Strange content in the kernel dmesg traces
I am experimenting with the kernel (as some of you may know), and I
have added a whole slew of traces in some relatively sensitive code in
the lower levels of the page cache and i/o functions. Most of this
tracing not only works but is highly revealing as to what the kernel
is doing and why.
However, I am now getting this odd content in the trace log (dmesg),
and I cannot figure out what it is