From: akpm@osdl.org Date: Sun, 1 May 2005 15:58:35 +0000 (-0700) Subject: [PATCH] RLIMIT_AS checking fix X-Git-Tag: v2.6.12-rc4~136^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119f657c72fc07d6fd28c61de59cfba1566970a9;p=pandora-kernel.git [PATCH] RLIMIT_AS checking fix Address bug #4508: there's potential for wraparound in the various places where we perform RLIMIT_AS checking. (I'm a bit worried about acct_stack_growth(). Are we sure that vma->vm_mm is always equal to current->mm? If not, then we're comparing some other process's total_vm with the calling process's rlimits). Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed