On 08/11/2018 07:54, Vlastimil Babka wrote: > +CC linux-mm > > On 11/7/18 6:33 PM, Mike Manning wrote: >> Hello, Please consider backporting to 4.14.y the following commit from >> kernel-net-next by Vlastimil Babka [CC'ed]: >> >> d6a24df00638 ("mm, page_alloc: actually ignore mempolicies for high >> priority allocations") It cherry-picks cleanly and builds fine. >> >> The reason for the request is that the commit 1d26c112959f ("mm, >> page_alloc:do not break __GFP_THISNODE by zonelist reset") that was >> previously backported to 4.14.y broke some of our functionality after we >> upgraded from an earlier 4.14 kernel without the fix. > Well, that's very surprising! Could you be more specific about what > exactly got broken? Thank you for your reply. I agree, we were also very surprised when bisecting our updated 4.14 kernel, as this change is apparently completely unrelated to our application running in userspace. But the problem was 100% reproducible on a baremetal setup running automated performance multi-stream testing, so only seen under load. With the fix reverted from the 4.14 kernel, the problem went away, and this is with many repeated runs (the load test is part of a suite that is automatically run quite a few times every day, and this test was failing since the upgrade). > >> The reason this is >> happening is not clear, with this commit only found by bisect. >> Fortunately the requested commit resolves the issue. > I would like to understand the problem first, because I currently can't > imagine how the first commit could break something and the second fix it. I agree, but from an empirical point of view, 2 options present: 1) The original commit was not suitable for backport to 4.14 and should be reverted. 2) For the same reason that the original commit was suitable for backport to 4.14, the requested commit should also be backported. >> Best Regards, >> >> Mike Manning >>