Re: [PATCH] detour TTY driver - now ttyprintk

From: Greg KH
Date: Wed Aug 25 2010 - 13:17:37 EST


On Wed, Aug 25, 2010 at 06:11:08PM +0100, Alan Cox wrote:
> > Would that work for this driver in use as a console?
>
> Yes
>
> > exec < /dev/console > /dev/kmsg 2>&1
> >
> > That's one extra process, not that much, right?
>
> About 150K or so way too much and its not robust.

Fair enough. So, with this driver, would it make sense for the distros
to switch over to using it instead of the above line in their initrd?

> > > You also want errors to get out (or stored) even if there are crashes -
> > > which the Fedora one is not very good at. To be fair in the Fedora world
> > > its not a big deal to say 'Oh dear, boot with ....'. Embedded isn't the
> > > same, and you want to capture the odd rare error reliably.
> >
> > again, the above exec line should work for what the embedded people
> > want, right?
>
> We didn't *need* devtmpfs either - that was a little bit of user space.
> It's a similar thing - you can do the job better in 1.5K of kernel code
> than 150K or more of user space - which is not trivial on a box with no
> swap.

Ok, I didn't realize it really was that big.

Samo, care to resend the patch?

thanks,

greg k-h
--
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/