Prev: SAS multipath performance
Next: [PATCH 6/6] staging:et131x:et131x_isr.c Fix coding style issues. This patch fixes line length and brace coding style issues raised by checkpatch.pl Signed-off-by: Michael Tate <michael.tate@wanadoo.fr>
From: Christian Ehrhardt on 6 Mar 2010 09:50 Hi, On Sat, Mar 06, 2010 at 03:00:48AM +0100, Johannes Weiner wrote: > What's with expand_stack()? This changes the radix index or the heap > index, depending on the direction in which the stack grows, but it > does not adjust the tree and so its order is violated. Did you make > sure that this is fine? Ooops! Thanks for the hint. Not only expand stack but also vma_adjust (aka vma_merge) need to update the tree, I guess. However, it is somewhat odd that this did not trigger anything in my tests. I guess I have to come up with a testcase that properly checks this case. regards Christian -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |