Re: [PATCH 12/13] resume_user_mode: Move to resume_user_mode.h

From: Kees Cook
Date: Wed Mar 09 2022 - 17:54:32 EST


On Wed, Mar 09, 2022 at 10:24:53AM -0600, Eric W. Biederman wrote:
> Move set_notify_resume and tracehook_notify_resume into resume_user_mode.h.
> While doing that rename tracehook_notify_resume to resume_user_mode_work.
>
> Update all of the places that included tracehook.h for these functions to
> include resume_user_mode.h instead.
>
> Update all of the callers of tracehook_notify_resume to call
> resume_user_mode_work.
>
> Signed-off-by: "Eric W. Biederman" <ebiederm@xxxxxxxxxxxx>

Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook