On 08/29/2017 09:24 AM, Linus Torvalds wrote: > On Tue, Aug 29, 2017 at 9:13 AM, Tim Chen <tim.c.chen@xxxxxxxxxxxxxxx> wrote: >> >> It is affecting not a production use, but the customer's acceptance >> test for their systems. So I suspect it is a stress test. > > Can you gently poke them and ask if they might make theie stress test > code available? > > Tell them that we have a fix, but right now it's delayed into 4.14 > because we have no visibility into what it is that it actually fixes, > and whether it's all that critical or just some microbenchmark. > > Linus, Here's what the customer think happened and is willing to tell us. They have a parent process that spawns off 10 children per core and kicked them to run. The child processes all access a common library. We have 384 cores so 3840 child processes running. When migration occur on a page in the common library, the first child that access the page will page fault and lock the page, with the other children also page faulting quickly and pile up in the page wait list, till the first child is done. Probably some kind of access pattern of the common library induces the page migration to happen. BTW, will you be merging these 2 patches in 4.14? Thanks. Tim -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>