Re: [PATCHv4 1/3] fs: Move core dump functionality into its own file

2012-08-10 Thread Kees Cook
On Fri, Aug 10, 2012 at 1:26 AM, Alex Kelly wrote: > This prepares for making core dump functionality optional. > > The variable "suid_dumpable" and associated functions are left in fs/exec.c > because they're used elsewhere, such as in ptrace. > > Signed-off-by: Alex Kelly > Reviewed-by: Josh

Re: [PATCHv4 1/3] fs: Move core dump functionality into its own file

2012-08-10 Thread Serge E. Hallyn
Quoting Alex Kelly (alex.page.ke...@gmail.com): > This prepares for making core dump functionality optional. > > The variable "suid_dumpable" and associated functions are left in fs/exec.c > because they're used elsewhere, such as in ptrace. > > Signed-off-by: Alex Kelly > Reviewed-by: Josh

[PATCHv4 1/3] fs: Move core dump functionality into its own file

2012-08-10 Thread Alex Kelly
This prepares for making core dump functionality optional. The variable "suid_dumpable" and associated functions are left in fs/exec.c because they're used elsewhere, such as in ptrace. Signed-off-by: Alex Kelly Reviewed-by: Josh Triplett --- v2: This patch set is a second revision that

[PATCHv4 1/3] fs: Move core dump functionality into its own file

2012-08-10 Thread Alex Kelly
This prepares for making core dump functionality optional. The variable suid_dumpable and associated functions are left in fs/exec.c because they're used elsewhere, such as in ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- v2:

Re: [PATCHv4 1/3] fs: Move core dump functionality into its own file

2012-08-10 Thread Serge E. Hallyn
Quoting Alex Kelly (alex.page.ke...@gmail.com): This prepares for making core dump functionality optional. The variable suid_dumpable and associated functions are left in fs/exec.c because they're used elsewhere, such as in ptrace. Signed-off-by: Alex Kelly alex.page.ke...@gmail.com

Re: [PATCHv4 1/3] fs: Move core dump functionality into its own file

2012-08-10 Thread Kees Cook
On Fri, Aug 10, 2012 at 1:26 AM, Alex Kelly alex.page.ke...@gmail.com wrote: This prepares for making core dump functionality optional. The variable suid_dumpable and associated functions are left in fs/exec.c because they're used elsewhere, such as in ptrace. Signed-off-by: Alex Kelly