Re: [PATCH v9 4/5] core: Add kernel message dumper to call onoopses and panics

From: Ingo Molnar
Date: Fri Oct 16 2009 - 04:11:30 EST



* Simon Kagstrom <simon.kagstrom@xxxxxxxxxxxxxx> wrote:

/**
* kmsg_dump_register - register a kernel log dumper.
* @dump: pointer to the kmsg_dumper structure
*
* Adds a kernel log dumper to the system. The dump callback in the
* structure will be called when the kernel oopses or panics and must be
* set. Returns zero on success and -EINVAL or -EBUSY otherwise.
*/

Small detail - please use the KernelDoc style used in existing printk.c
facilities, i.e. use a single space instead of a tab:

/**
* kmsg_dump_register - register a kernel log dumper.
* @dump: pointer to the kmsg_dumper structure
*
* Adds a kernel log dumper to the system. The dump callback in the
* structure will be called when the kernel oopses or panics and must be
* set. Returns zero on success and -EINVAL or -EBUSY otherwise.
*/

(in the other functions as well)

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/