Re: [PATCH 7/7] exec: Rename flush_old_exec begin_new_exec

2020-05-05 Thread Kees Cook
On Tue, May 05, 2020 at 02:46:01PM -0500, Eric W. Biederman wrote: > > There is and has been for a very long time been a lot more going on in > flush_old_exec than just flushing the old state. After the movement > of code from setup_new_exec there is a whole lot more going on than > just flushing

[PATCH 7/7] exec: Rename flush_old_exec begin_new_exec

2020-05-05 Thread Eric W. Biederman
There is and has been for a very long time been a lot more going on in flush_old_exec than just flushing the old state. After the movement of code from setup_new_exec there is a whole lot more going on than just flushing the old executables state. Rename flush_old_exec to begin_new_exec to more