From: David Miller Date: Thu, 1 Mar 2007 04:13:13 +0000 (-0800) Subject: [PATCH] Bug in MM_RB debugging X-Git-Tag: v2.6.21-rc3~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1af65d13f3625543916a85c86d02826df910fcf;p=pandora-kernel.git [PATCH] Bug in MM_RB debugging The code is seemingly trying to make sure that rb_next() brings us to successive increasing vma entries. But the two variables, prev and pend, used to perform these checks, are never advanced. Signed-off-by: David S. Miller Cc: Andrea Arcangeli Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed