commit | 5b952b3c143660b6436fcb299b249cefde61c18d | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 13 01:25:08 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 13 08:22:28 2005 -0700 |
tree | 8b0abd6eba79f4fa0f4144ca94d272a0ef826266 | |
parent | 8d0986e289a4b018fec87fcc49538945fb401f37 [diff] |
[PATCH] Fix MPOL_F_VERIFY There was a pretty bad bug in there that the code would always check the full VMA, not the range the user requested. When the VMA to be checked was merged with the previous VMA this could lead to spurious failures. Signed-off-by: "Andi Kleen" <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>