On Sat, 13 Mar 2010, Bob Liu wrote: > diff --git a/mempolicy.c b/mempolicy.c > index bda230e..b6fbcbd 100644 > --- a/mempolicy.c > +++ b/mempolicy.c What git tree is this? Your patch needs to change mm/mempolicy.c. Please clone Linus' repository and then create a patch against that: git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git cd linux-2.6 <change mm/mempolicy.c> <compile, test> git commit -a git format-patch HEAD^ and send the .patch file. Thanks. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>