Re: [PATCH]: allow individual core dump methods to be unlimited when sending to a pipe

2007-07-25 Thread Neil Horman
On Tue, Jul 24, 2007 at 10:03:58PM -0700, Andrew Morton wrote: > > SuperH allmodconfig broke: > > fs/binfmt_flat.c:83: warning: initialization from incompatible pointer type > fs/binfmt_flat.c:94: error: conflicting types for 'flat_core_dump' > fs/binfmt_flat.c:78: error: previous declaration of

Re: [PATCH]: allow individual core dump methods to be unlimited when sending to a pipe

2007-07-24 Thread Andrew Morton
SuperH allmodconfig broke: fs/binfmt_flat.c:83: warning: initialization from incompatible pointer type fs/binfmt_flat.c:94: error: conflicting types for 'flat_core_dump' fs/binfmt_flat.c:78: error: previous declaration of 'flat_core_dump' was here fs/binfmt_flat.c:94: error: conflicting types for

Re: [PATCH]: allow individual core dump methods to be unlimited when sending to a pipe

2007-07-24 Thread Neil Horman
On Tue, Jul 24, 2007 at 02:09:39AM -0700, Andrew Morton wrote: > On Sun, 22 Jul 2007 11:39:47 -0400 Neil Horman <[EMAIL PROTECTED]> wrote: > > > This is a follow on to the patch entitled: > > update-coredump-path-in-kernel-to-not-check-coredump-rlim-if-core_pattern-is-a-pipe.patch > > It allow

Re: [PATCH]: allow individual core dump methods to be unlimited when sending to a pipe

2007-07-24 Thread Neil Horman
On Tue, Jul 24, 2007 at 02:09:39AM -0700, Andrew Morton wrote: > On Sun, 22 Jul 2007 11:39:47 -0400 Neil Horman <[EMAIL PROTECTED]> wrote: > > > This is a follow on to the patch entitled: > > update-coredump-path-in-kernel-to-not-check-coredump-rlim-if-core_pattern-is-a-pipe.patch > > It allow

Re: [PATCH]: allow individual core dump methods to be unlimited when sending to a pipe

2007-07-24 Thread Andrew Morton
On Sun, 22 Jul 2007 11:39:47 -0400 Neil Horman <[EMAIL PROTECTED]> wrote: > This is a follow on to the patch entitled: > update-coredump-path-in-kernel-to-not-check-coredump-rlim-if-core_pattern-is-a-pipe.patch > It allows individual core dump methods to have the core dump size limit passed

[PATCH]: allow individual core dump methods to be unlimited when sending to a pipe

2007-07-22 Thread Neil Horman
Hey- This is a follow on to the patch entitled: update-coredump-path-in-kernel-to-not-check-coredump-rlim-if-core_pattern-is-a-pipe.patch It allows individual core dump methods to have the core dump size limit passed into them. Its more efficient than each method having to retrieve it on t