[patch 09/31] mm: fix madvise infinine loop

2007-03-19 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Nick Piggin <[EMAIL PROTECTED]> 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:

[patch 09/31] mm: fix madvise infinine loop

2007-03-19 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Nick Piggin [EMAIL PROTECTED] 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: