Re: [PATCH for review] [11/48] x86_64: During VM oom condition, kill all threads in process group

2007-07-19 Thread Will Schmidt
On Thu, 2007-07-19 at 16:14 +0200, Geert Uytterhoeven wrote: > On Thu, 19 Jul 2007, Christoph Hellwig wrote: > > On Thu, Jul 19, 2007 at 03:48:40PM +0200, Andi Kleen wrote: > > > From: Will Schmidt <[EMAIL PROTECTED]> > > > > > > During a VM oom condition, kill all threads in the process group. >

Re: [PATCH for review] [11/48] x86_64: During VM oom condition, kill all threads in process group

2007-07-19 Thread Geert Uytterhoeven
On Thu, 19 Jul 2007, Christoph Hellwig wrote: > On Thu, Jul 19, 2007 at 03:48:40PM +0200, Andi Kleen wrote: > > From: Will Schmidt <[EMAIL PROTECTED]> > > > > During a VM oom condition, kill all threads in the process group. > > > > We have had complaints where a threaded application is left in

Re: [PATCH for review] [11/48] x86_64: During VM oom condition, kill all threads in process group

2007-07-19 Thread Christoph Hellwig
On Thu, Jul 19, 2007 at 03:48:40PM +0200, Andi Kleen wrote: > > From: Will Schmidt <[EMAIL PROTECTED]> > > During a VM oom condition, kill all threads in the process group. > > We have had complaints where a threaded application is left in a bad state > after one of it's threads is killed when

[PATCH for review] [11/48] x86_64: During VM oom condition, kill all threads in process group

2007-07-19 Thread Andi Kleen
From: Will Schmidt <[EMAIL PROTECTED]> During a VM oom condition, kill all threads in the process group. We have had complaints where a threaded application is left in a bad state after one of it's threads is killed when we hit a VM: out_of_memory condition. Killing just one of the process

[PATCH for review] [11/48] x86_64: During VM oom condition, kill all threads in process group

2007-07-19 Thread Andi Kleen
From: Will Schmidt [EMAIL PROTECTED] During a VM oom condition, kill all threads in the process group. We have had complaints where a threaded application is left in a bad state after one of it's threads is killed when we hit a VM: out_of_memory condition. Killing just one of the process

Re: [PATCH for review] [11/48] x86_64: During VM oom condition, kill all threads in process group

2007-07-19 Thread Christoph Hellwig
On Thu, Jul 19, 2007 at 03:48:40PM +0200, Andi Kleen wrote: From: Will Schmidt [EMAIL PROTECTED] During a VM oom condition, kill all threads in the process group. We have had complaints where a threaded application is left in a bad state after one of it's threads is killed when we hit a

Re: [PATCH for review] [11/48] x86_64: During VM oom condition, kill all threads in process group

2007-07-19 Thread Geert Uytterhoeven
On Thu, 19 Jul 2007, Christoph Hellwig wrote: On Thu, Jul 19, 2007 at 03:48:40PM +0200, Andi Kleen wrote: From: Will Schmidt [EMAIL PROTECTED] During a VM oom condition, kill all threads in the process group. We have had complaints where a threaded application is left in a bad state

Re: [PATCH for review] [11/48] x86_64: During VM oom condition, kill all threads in process group

2007-07-19 Thread Will Schmidt
On Thu, 2007-07-19 at 16:14 +0200, Geert Uytterhoeven wrote: On Thu, 19 Jul 2007, Christoph Hellwig wrote: On Thu, Jul 19, 2007 at 03:48:40PM +0200, Andi Kleen wrote: From: Will Schmidt [EMAIL PROTECTED] During a VM oom condition, kill all threads in the process group. We have