Re: [PATCH] printk/console: Do not suppress information about dropped messages

From: John Ogness
Date: Wed Feb 27 2019 - 03:54:10 EST


On 2019-02-27, Petr Mladek <pmladek@xxxxxxxx> wrote:
>> Imagine a situation where I am expecting a message to come, but don't
>> see it because it was dropped. But if no more non-supressed messages
>> come, I see neither the expected message nor the dropped message.
>
> Good point! There is a simple fix for this. We could print the warning
> also when all messages are proceed and we are about to leave the
> for-cycle.

Yes! That is the piece that was missing!

John Ogness