Alexander Bluhm wrote: > This also gets me closer to my goal of reliable logging. > > Do we want this feature?
yes, and I'd say always.
> +#ifndef SMALL_KERNEL
> + if (mbp->msg_bufd > 0) {
> + char buf[64];
This is not so much code that I'm worried about it on small kernels. Rather,
now you have the same problem where some kernels print correct information and
some don't. I guess there's no syslog on ramdisk, so moot point? But I've been
aggravated before by unexpected small kernel differences.
