Re: [PATCHSET] printk, netconsole: implement reliable netconsole

From: Tetsuo Handa
Date: Fri Apr 17 2015 - 11:36:45 EST


Tejun Heo wrote:
> * Implement netconsole retransmission support. Matching rx socket on
> the source port is automatically created for extended targets and
> the log receiver can request retransmission by sending reponse
> packets. This is completely decoupled from the main write path and
> doesn't make netconsole less robust when things start go south.

If the sender side can wait for retransmission, why can't we use
userspace programs (e.g. rsyslogd)?

For me, netconsole is mainly for saving kernel messages which cannot be
waited for a few deciseconds (e.g. system reset by softdog's timeout) and
for saving kernel messages (e.g. SysRq-t) during disk I/O hang up.
I have a logger for receiving netconsole messages at
http://sourceforge.jp/projects/akari/scm/svn/tree/head/branches/udplogger/
and things I expect for netconsole are shown below.

(a) spool the message to send up to "1 line" or "adimn configured size"
so that total number of small UDP packets can be reduced

(b) don't hesitate to send the spooled message immediately if either
kernel panic or system reset is in progress

(c) allow different console log level for different console drivers
so that I can send kernel messages via netconsole without making
local console noisy
--
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/