Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752695AbbKYKqE (ORCPT ); Wed, 25 Nov 2015 05:46:04 -0500 Received: from mx2.suse.de ([195.135.220.15]:54282 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752135AbbKYKqB (ORCPT ); Wed, 25 Nov 2015 05:46:01 -0500 Subject: Re: [PATCH v2] mm/cma: always check which page cause allocation failure To: Joonsoo Kim , Andrew Morton References: <20151125023913.GA9563@js1304-P5Q-DELUXE> <1448429565-29748-1-git-send-email-iamjoonsoo.kim@lge.com> Cc: Michal Nazarewicz , Minchan Kim , David Rientjes , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Joonsoo Kim From: Vlastimil Babka Message-ID: <56559165.5080304@suse.cz> Date: Wed, 25 Nov 2015 11:45:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1448429565-29748-1-git-send-email-iamjoonsoo.kim@lge.com> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1246 Lines: 28 On 11/25/2015 06:32 AM, Joonsoo Kim wrote: > Now, we have tracepoint in test_pages_isolated() to notify > pfn which cannot be isolated. But, in alloc_contig_range(), > some error path doesn't call test_pages_isolated() so it's still > hard to know exact pfn that causes allocation failure. > > This patch change this situation by calling test_pages_isolated() > in almost error path. In allocation failure case, some overhead > is added by this change, but, allocation failure is really rare > event so it would not matter. > > In fatal signal pending case, we don't call test_pages_isolated() > because this failure is intentional one. > > There was a bogus outer_start problem due to unchecked buddy order > and this patch also fix it. Before this patch, it didn't matter, > because end result is same thing. But, after this patch, > tracepoint will report failed pfn so it should be accurate. > > Signed-off-by: Joonsoo Kim Acked-by: Vlastimil Babka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/