> > How do you return an out of memory error to a C program that is out of memory > > due to a stack growth fault. There is actually not a language construct for it > > Simple, you reclaim a few of those uptodate buffers. My testing here has If you have reclaimable buffers you are not out of memory. If oom is triggered in that state it is a bug. If you are complaining that the oom killer triggers at the wrong time then thats a completely unrelated issue. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] Prevent OOM from killing init Rik van Riel
- Re: [PATCH] Prevent OOM from killing init Philipp Rumpf
- Re: [PATCH] Prevent OOM from killing init Guest section DW
- Re: [PATCH] Prevent OOM from killing init Rik van Riel
- Re: [PATCH] Prevent OOM from killing init Guest section DW
- Re: [PATCH] Prevent OOM from killing init Eric W. Biederman
- Re: [PATCH] Prevent OOM from killing init Stephen Clouse
- Re: [PATCH] Prevent OOM from killing init Ingo Oeser
- Re: [PATCH] Prevent OOM from killing init Alan Cox
- Re: [PATCH] Prevent OOM from killing init Doug Ledford
- Re: [PATCH] Prevent OOM from killing ... Alan Cox
- Re: [PATCH] Prevent OOM from kil... Doug Ledford
- Re: [PATCH] Prevent OOM from killing init Guest section DW
- Re: [PATCH] Prevent OOM from killing ... Ed Tomlinson
- Re: [PATCH] Prevent OOM from killing ... Alan Cox
- Re: [PATCH] Prevent OOM from kil... Guest section DW
- Re: [PATCH] Prevent OOM from kil... Alan Cox
- Re: [PATCH] Prevent OOM from kil... Szabolcs Szakacsits
- Re: [PATCH] Prevent OOM from kil... Alan Cox
- Re: [PATCH] Prevent OOM from kil... Szabolcs Szakacsits
- Re: [PATCH] Prevent OOM from kil... Rik van Riel