From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760128Ab1JGQ1j (ORCPT ); Fri, 7 Oct 2011 12:27:39 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:49842 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753291Ab1JGQ1g (ORCPT ); Fri, 7 Oct 2011 12:27:36 -0400 From: Arnd Bergmann To: Marek Szyprowski Subject: Re: [PATCHv16 0/9] Contiguous Memory Allocator Date: Fri, 7 Oct 2011 18:27:06 +0200 User-Agent: KMail/1.12.2 (Linux/2.6.37; KDE/4.3.2; x86_64; ; ) Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-mm@kvack.org, linaro-mm-sig@lists.linaro.org, Michal Nazarewicz , Kyungmin Park , Russell King , Andrew Morton , KAMEZAWA Hiroyuki , Ankita Garg , Daniel Walker , Mel Gorman , Jesse Barker , Jonathan Corbet , Shariq Hasnain , Chunsang Jeong , Dave Hansen References: <1317909290-29832-1-git-send-email-m.szyprowski@samsung.com> In-Reply-To: <1317909290-29832-1-git-send-email-m.szyprowski@samsung.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201110071827.06366.arnd@arndb.de> X-Provags-ID: V02:K0:rnKjJIB1b0txJVlGbuhr90P+SEzwhsklQnv4P93IxcL +EifqdwRhL1DavnWzZmNfrii0oPyf1r2pZGGrjB7DrZ/Zf2Sf6 W7/nCTZf48luVTE4RI3c3cQXB9CC5/9AJ+i5qA3266V4y4ucxm h7JSCNWuj+p1rhvYNkSRTtMZHlmKFjwSQHjn+uho/WpGM6H9aK vSzrdK35jTVjrgosC8+hM5lTrjjhL+Gtf9glFG4eK/nPxwEvI/ bUkR+tF/UcOD1E2S9JY1ywYioKF0X2QMo7952wxbcAakX5t5UA S9tJXbWaTbOHZghfWY4SCUvXhyDZXbupyC11Y9VFlxQBqKmH+c 3DsFwYBjKR/XZdwdnjS0= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday 06 October 2011, Marek Szyprowski wrote: > Once again I decided to post an updated version of the Contiguous Memory > Allocator patches. > > This version provides mainly a bugfix for a very rare issue that might > have changed migration type of the CMA page blocks resulting in dropping > CMA features from the affected page block and causing memory allocation > to fail. Also the issue reported by Dave Hansen has been fixed. > > This version also introduces basic support for x86 architecture, what > allows wide testing on KVM/QEMU emulators and all common x86 boxes. I > hope this will result in wider testing, comments and easier merging to > mainline. Hi Marek, I think we need to finally get this into linux-next now, to get some broader testing. Having the x86 patch definitely helps here becauses it potentially exposes the code to many more testers. IMHO it would be good to merge the entire series into 3.2, since the ARM portion fixes an important bug (double mapping of memory ranges with conflicting attributes) that we've lived with for far too long, but it really depends on how everyone sees the risk for regressions here. If something breaks in unfixable ways before the 3.2 release, we can always revert the patches and have another try later. It's also not clear how we should merge it. Ideally the first bunch would go through linux-mm, and the architecture specific patches through the respective architecture trees, but there is an obvious inderdependency between these sets. Russell, Andrew, are you both comfortable with putting the entire set into linux-mm to solve this? Do you see this as 3.2 or rather as 3.3 material? Arnd