linux-kernel-newbies mailing list

FromSubjectsort iconDate
Peter Teoh
"Testing event" messages in dmesg
Got all these messages in my dmesg - can I know who wrote these to dmesg, and for what purposes? What kind of event is being tested? (this is 2.6.30's kernel) [ 2.670078] Testing event block_rq_abort: OK [ 2.674228] Testing event block_rq_insert: OK [ 2.762235] Testing event workqueue_insertion: OK [ 2.875413] Testing event block_rq_abort: OK [ 2.879372] Testing event block_rq_insert: OK [ 2.967371] Testing event workqueue_insertion: OK -- Regards, Peter Teoh -- T...
Jul 3, 12:04 pm 2009
SandeepKsinha
Re: "Testing event" messages in dmesg
Hi Peter, This might be of some help. http://lxr.linux.no/linux+v2.6.30/include/linux/tracepoint.h#L79 /* 5 * Kernel Tracepoint API. 6 * 7 * See Documentation/tracepoint.txt. 8 * 9 * (C) Copyright 2008 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> 10 * 11 * Heavily inspired from the Linux Kernel Markers. 12 * 13 * This file is released under the GPLv2. 14 * See the file COPYING for more details. 15 */ Not sure, what it is all about. -- Re...
Jul 3, 12:59 pm 2009
Microbit_P43000
RE: more kernel newbie goodness, part deux
Just to post that I solved this in the interim. Turns out that the script uses fstab to determine the "extension" of the fsck executable. Since fstab has type JFFS2 in it, fsck.jffs2 is called - which of course doesn't exist. Best Regards, .org/FAQ -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ
Jul 3, 2:33 pm 2009
previous daytodaynext day
July 2, 2009July 3, 2009None