]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Fix MPOL_F_VERIFY
authorAndi Kleen <ak@suse.de>
Tue, 13 Sep 2005 12:01:08 +0000 (14:01 +0200)
committerChris Wright <chrisw@osdl.org>
Sat, 17 Sep 2005 01:01:58 +0000 (18:01 -0700)
commit9c053068c7b8158850d680d8c96f3f11f5804367
treef9ff24f8f82d168e849bd7131ba21d59e4d707f3
parent81ddd439761f2f2e6837f9746c83864f410a4077
[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: Chris Wright <chrisw@osdl.org>
mm/mempolicy.c