[PATCH 0/3] execve argument-copying fixes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Roland McGrath
Date: Tuesday, September 7, 2010 - 7:34 pm

This is my take on parts of the execve large arguments copying issues
that Kees posted about, and Brad and others have been discussing.
I've only looked at the narrow area of the argument copying code
itself.  I think these are good and necessary fixes.  But I'm not
addressing the whole OOM killer/mm accounting issue, which also needs
to be fixed (and I have the impression others are already looking into that).

The following changes since commit d56557af19867edb8c0e96f8e26399698a08857f:

  Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 (2010-09-07 16:00:17 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland.git topic/exec-fixes

Roland McGrath (3):
      setup_arg_pages: diagnose excessive argument size
      execve: improve interactivity with large arguments
      execve: make responsive to SIGKILL with large arguments

 fs/exec.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)


Thanks,
Roland
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/3] execve argument-copying fixes, Roland McGrath, (Tue Sep 7, 7:34 pm)
Re: [PATCH 0/3] execve argument-copying fixes, KOSAKI Motohiro, (Tue Sep 7, 8:00 pm)
[PATCH 0/2] execve memory exhaust of argument-copying fixes, KOSAKI Motohiro, (Wed Sep 8, 10:01 pm)
[PATCH 1/2] oom: don't ignore rss in nascent mm, KOSAKI Motohiro, (Wed Sep 8, 10:03 pm)
Re: [PATCH 1/2] oom: don't ignore rss in nascent mm, Oleg Nesterov, (Thu Sep 9, 3:05 pm)
Re: [PATCH 1/2] oom: don't ignore rss in nascent mm, Roland McGrath, (Fri Sep 10, 2:39 am)
Re: [PATCH 2/2] execve: check the VM has enough memory at ..., KOSAKI Motohiro, (Wed Sep 15, 10:51 pm)