From 556637cdabcd5918c7d4a1a2679b8f86fc81e891 Mon Sep 17 00:00:00 2001 From: Johannes Weiner Date: Mon, 28 Apr 2008 02:11:47 -0700 Subject: [PATCH] mm: fix possible off-by-one in walk_pte_range() After the loop in walk_pte_range() pte might point to the first address after the pmd it walks. The pte_unmap() is then applied to something bad. Spotted by Roel Kluin and Andreas Schwab. Signed-off-by: Johannes Weiner Cc: Roel Kluin <12o3l@tiscali.nl> Cc: Andreas Schwab Acked-by: Matt Mackall Acked-by: Mikael Pettersson Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed