]> bbs.cooldavid.org Git - net-next-2.6.git/commit
core_pattern: allow passing of arguments to user mode helper when core_pattern is...
authorNeil Horman <nhorman@tuxdriver.com>
Wed, 17 Oct 2007 06:26:35 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:50 +0000 (08:42 -0700)
commit74aadce986052f20088c2678f589ea0e8d3a4b59
treee250181221f29e45e0b9d1e4175f569a66e639c4
parent7dc0b22e3c54f1f4730354fef84a20f5944f6c5e
core_pattern: allow passing of arguments to user mode helper when core_pattern is a pipe

A rewrite of my previous post for this enhancement.  It uses jeremy's
split_argv/free_argv library functions to translate core_pattern into an argv
array to be passed to the user mode helper process.  It also adds a
translation to format_corename such that the origional value of RLIMIT_CORE
can be passed to userspace as an argument.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Cc: <martin.pitt@ubuntu.com>
Cc: <wwoods@redhat.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/exec.c