Re: [PATCH] coredump: Limit what can interrupt coredumps
From: Linus Torvalds
Date: Thu Jun 10 2021 - 17:04:26 EST
On Thu, Jun 10, 2021 at 1:11 PM Eric W. Biederman <ebiederm@xxxxxxxxxxxx> wrote:
>
> Make the coredump code more robust by explicitly testing for all of
> the wakeup conditions the coredump code supports. This prevents
> new wakeup conditions from breaking the coredump code, as well
> as fixing the current issue.
Thanks, applied.
And lots of thanks to Olivier who kept debugging the odd coredump
behavior he saw.
Linus