From 00e9fa2d6421fbbefb4c02821a1e779a3ce47781 Mon Sep 17 00:00:00 2001 From: Nick Piggin Date: Fri, 16 Mar 2007 13:38:10 -0800 Subject: [PATCH] [PATCH] mm: fix madvise infinine loop madvise(MADV_REMOVE) can go into an infinite loop or cause an oops if the call covers a region from the start of a vma, and extending past that vma. Signed-off-by: Nick Piggin Cc: Badari Pulavarty Acked-by: Hugh Dickins Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed