Re: [PATCH] bootlogd: make isconsole() more lenient

2021-07-27 Thread Matthias Schiffer
Hi Jesse, for my concrete usecase I'm not interested in devices without a number, but in serial devices that have additional characters before the number (for example ttymxc0 for the i.MX UART driver). With my patch, the "tty" entry in the list of prefixes will now match this device name. If we g

Re: [PATCH] bootlogd: make isconsole() more lenient

2021-07-23 Thread Jesse Smith
Matthias, As I understand it, you're hoping to make it possible to have bootlogd work in situations where the kernel "console=" parameter can be used even if it doesn't contain a number.  And, with a little modification, we can use any "console=" device, even if it's not a normal device name lik