From: Hugh Dickins Date: Sat, 25 Jun 2005 21:54:33 +0000 (-0700) Subject: [PATCH] mm: fix remap_pte_range BUG X-Git-Tag: v2.6.13-rc1~68^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d15cab85b85a56cc886037cab43cc292923ff22;p=pandora-kernel.git [PATCH] mm: fix remap_pte_range BUG Out-of-tree user of remap_pfn_range hit kernel BUG at mm/memory.c:1112! It passes an unrounded size to remap_pfn_range, which was okay before 2.6.12, but misses remap_pte_range's new end condition. An audit of all the other ptwalks confirms that this is the only one so exposed. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed