Re: [PATCH 4/6] exit: Factor coredump_exit_mm out of exit_mm

From: Kees Cook
Date: Fri Sep 24 2021 - 14:28:39 EST


On Thu, Sep 23, 2021 at 07:11:08PM -0500, Eric W. Biederman wrote:
>
> Separate the coredump logic from the ordinary exit_mm logic
> by moving the coredump logic out of exit_mm into it's own
> function coredump_exit_mm.
>
> Signed-off-by: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>

Yup -- mechanical refactoring looks good.

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook