[PATCH 2/4] printk: store instead of processing cont parts

Linus Torvalds torvalds at linux-foundation.org
Sun Jul 19 14:27:39 EDT 2020


On Sun, Jul 19, 2020 at 7:35 AM Sergey Senozhatsky
<sergey.senozhatsky at gmail.com> wrote:
>
> Can we merge lines that we don't want to merge?
>
>    pr_cont()  ->  IRQ -> pr_cont() -> NMI -> pr_cont()

That pr_cont in either IRQ or NMI context would be a bug.

You can't validly have a PR_CONT without the non-cont that precedes it.

                Linus



More information about the kexec mailing list