Re: [PATCH 3/7] exec: Rename the flag called_exec_mmap point_of_no_return

2020-05-05 Thread Kees Cook
On Tue, May 05, 2020 at 02:42:26PM -0500, Eric W. Biederman wrote: > > Update the comments and make the code easier to understand by > renaming this flag. > > Signed-off-by: "Eric W. Biederman" Reviewed-by: Kees Cook -- Kees Cook

[PATCH 3/7] exec: Rename the flag called_exec_mmap point_of_no_return

2020-05-05 Thread Eric W. Biederman
Update the comments and make the code easier to understand by renaming this flag. Signed-off-by: "Eric W. Biederman" --- fs/exec.c | 12 ++-- include/linux/binfmts.h | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fs/exec.c b/fs/exec.c index