Hi! > The attached patch is against 2.4.1 and incorporates the following: The patch seems to be word-wrapped... Pavel > diff -ur -x via-rhine* linux-2.4.1.orig/fs/exec.c linux/fs/exec.c > --- > linux-2.4.1.orig/fs/exec.c Tue Jan 30 07:10:58 2001 > +++ > linux/fs/exec.c Sun Mar 25 17:05:03 2001 > @@ -385,19 +385,27 @@ > static int > exec_mmap(void) > { > struct mm_struct * mm, * old_mm; > + struct > task_struct * tsk = current; > + unsigned long reserved = 0; > > - old_mm = > current->mm; -- I'm [EMAIL PROTECTED] "In my country we have almost anarchy and I don't care." Panos Katsaloulis describing me w.r.t. patents at [EMAIL PROTECTED] - 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] OOM handling Jonathan Morton
- Re: [PATCH] OOM handling Kevin Buhr
- Re: [PATCH] OOM handling Jonathan Morton
- Re: [PATCH] OOM handling Matthew Chappee
- Re: [PATCH] OOM handling Ingo Oeser
- Re: [PATCH] OOM handling Jasper Spaans
- Re: [PATCH] OOM handling Michael Peddemors
- Re: [PATCH] Prevent OOM from killing init Martin Dalecki
- Re: [PATCH] Prevent OOM from killing ... Stephen Satchell
- [PATCH] non-overcommit memory, i... Jonathan Morton
- Re: [PATCH] Prevent OOM from kil... Pavel Machek
- Re: [PATCH] Prevent OOM from killing init Guest section DW
- Re: [PATCH] Prevent OOM from killing init Doug Ledford
- Re: [PATCH] Prevent OOM from killing init Kurt Garloff
- Re: [PATCH] Prevent OOM from killing init Sandy Harris
- Re: [PATCH] Prevent OOM from killing init Guest section DW
- Re: [PATCH] Prevent OOM from killing init Patrick O'Rourke
- Re: [PATCH] Prevent OOM from killing init Philipp Rumpf
- Re: [PATCH] Prevent OOM from killing init James A. Sutherland
- Re: [PATCH] Prevent OOM from killing init Szabolcs Szakacsits
- Re: [PATCH] Prevent OOM from killing init Rik van Riel