Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755264AbcCWMi3 (ORCPT ); Wed, 23 Mar 2016 08:38:29 -0400 Received: from mx2.suse.de ([195.135.220.15]:41609 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755210AbcCWMiT (ORCPT ); Wed, 23 Mar 2016 08:38:19 -0400 Subject: Re: [PATCH] mm/page_alloc: prevent merging between isolated and other pageblocks To: Hanjun Guo , Andrew Morton References: <1458726023-27005-1-git-send-email-vbabka@suse.cz> <56F2803E.70100@huawei.com> Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Leizhen , Sasha Levin , qiuxishi , Catalin Marinas , Will Deacon , Arnd Bergmann , dingtinahong , chenjie6@huawei.com, Lucas Stach , "Aneesh Kumar K.V" , Johannes Weiner , Joonsoo Kim , "Kirill A. Shutemov" , Laura Abbott , Mel Gorman , Michal Nazarewicz , Minchan Kim , Naoya Horiguchi , stable@vger.kernel.org, Yasuaki Ishimatsu , Zhang Yanfei From: Vlastimil Babka Message-ID: <56F28E35.1080107@suse.cz> Date: Wed, 23 Mar 2016 13:38:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56F2803E.70100@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 592 Lines: 19 On 03/23/2016 12:38 PM, Hanjun Guo wrote: > On 2016/3/23 17:40, Vlastimil Babka wrote: >> Fixes: 3c605096d315 ("mm/page_alloc: restrict max order of merging on isolated pageblock") >> Link: https://lkml.org/lkml/2016/3/2/280 >> Reported-by: Hanjun Guo > > With the same stress test case (alloc/free cma) running for more than > one hour, the bug I reported is gone. > > Tested-by: Hanjun Guo I wanted to add that, but forgot. Thanks! I also forgot to transfer: Acked-by: Joonsoo Kim > Thanks for debugging! > Hanjun >