Re: [PATCH] Only print kernel debug information for OOMs caused by kernel allocations

2008-01-28 Thread Andrew Morton
On Mon, 28 Jan 2008 10:11:57 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > On Monday 28 January 2008 09:56, Andrew Morton wrote: > > On Mon, 28 Jan 2008 07:10:07 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > > > On Monday 28 January 2008 06:52, Andrew Morton wrote: > > > > On Wed, 16 Jan 2008 23:2

Re: [PATCH] Only print kernel debug information for OOMs caused by kernel allocations

2008-01-28 Thread Andi Kleen
On Monday 28 January 2008 09:56, Andrew Morton wrote: > On Mon, 28 Jan 2008 07:10:07 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > > On Monday 28 January 2008 06:52, Andrew Morton wrote: > > > On Wed, 16 Jan 2008 23:24:21 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > > > > I recently suffered an 20

Re: [PATCH] Only print kernel debug information for OOMs caused by kernel allocations

2008-01-28 Thread Andrew Morton
On Mon, 28 Jan 2008 07:10:07 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > On Monday 28 January 2008 06:52, Andrew Morton wrote: > > On Wed, 16 Jan 2008 23:24:21 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > > > I recently suffered an 20+ minutes oom thrash disk to death and computer > > > complet

Re: [PATCH] Only print kernel debug information for OOMs caused by kernel allocations

2008-01-27 Thread Andi Kleen
On Monday 28 January 2008 06:52, Andrew Morton wrote: > On Wed, 16 Jan 2008 23:24:21 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > > I recently suffered an 20+ minutes oom thrash disk to death and computer > > completely unresponsive situation on my desktop when some user program > > decided to gra

Re: [PATCH] Only print kernel debug information for OOMs caused by kernel allocations

2008-01-27 Thread Andrew Morton
On Wed, 16 Jan 2008 23:24:21 +0100 Andi Kleen <[EMAIL PROTECTED]> wrote: > > I recently suffered an 20+ minutes oom thrash disk to death and computer > completely unresponsive situation on my desktop when some user program > decided to grab all memory. It eventually recovered, but left lots > of

Re: [PATCH] Only print kernel debug information for OOMs caused by kernel allocations

2008-01-16 Thread Paul Jackson
Andi wrote: > here's a minor improvement Nice - thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]> 1.940.382.4214 -- To unsubscribe from this list: send the line "unsubscribe linux-ke

[PATCH] Only print kernel debug information for OOMs caused by kernel allocations

2008-01-16 Thread Andi Kleen
I recently suffered an 20+ minutes oom thrash disk to death and computer completely unresponsive situation on my desktop when some user program decided to grab all memory. It eventually recovered, but left lots of ugly and imho misleading messages in the kernel log. here's a minor improvement -An