From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752732Ab2AZPsg (ORCPT ); Thu, 26 Jan 2012 10:48:36 -0500 Received: from mailout1.w1.samsung.com ([210.118.77.11]:38091 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751720Ab2AZPsf (ORCPT ); Thu, 26 Jan 2012 10:48:35 -0500 Date: Thu, 26 Jan 2012 16:48:29 +0100 From: Marek Szyprowski Subject: RE: [PATCHv19 00/15] Contiguous Memory Allocator In-reply-to: <201201261531.40551.arnd@arndb.de> To: "'Arnd Bergmann'" 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'" , "'Daniel Walker'" , "'Mel Gorman'" , "'Jesse Barker'" , "'Jonathan Corbet'" , "'Shariq Hasnain'" , "'Chunsang Jeong'" , "'Dave Hansen'" , "'Benjamin Gaignard'" Message-id: <009f01ccdc41$f30a5f70$d91f1e50$%szyprowski@samsung.com> Organization: SPRC MIME-version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Content-type: text/plain; charset=us-ascii Content-language: pl Content-transfer-encoding: 7BIT Thread-index: AczcP9RQ2kMsLTQhQVSJXu324doBbgAASk8w References: <1327568457-27734-1-git-send-email-m.szyprowski@samsung.com> <201201261531.40551.arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Thursday, January 26, 2012 4:32 PM Arnd Bergmann wrote: > On Thursday 26 January 2012, Marek Szyprowski wrote: > > Welcome everyone! > > > > Yes, that's true. This is yet another release of the Contiguous Memory > > Allocator patches. This version mainly includes code cleanups requested > > by Mel Gorman and a few minor bug fixes. > > Hi Marek, > > Thanks for keeping up this work! I really hope it works out for the > next merge window. > > > TODO (optional): > > - implement support for contiguous memory areas placed in HIGHMEM zone > > - resolve issue with movable pages with pending io operations > > Can you clarify these? I believe the contiguous memory areas in highmem > is something that should really be after the existing code is merged > into the upstream kernel and should better not be listed as TODO here. Ok, I will remove it from the TODO list. Core memory management is very little dependence on HIGHMEM, it is more about DMA-mapping framework to be aware that there might be no lowmem mappings for the allocated pages. This can be easily added once the initial version got merged. > I haven't followed the last two releases so closely. It seems that > in v17 the movable pages with pending i/o was still a major problem > but in v18 you added a solution. Is that right? What is still left > to be done here then? Since v18 the failed allocation is retried in a bit different place in the contiguous memory area what heavily increased overall reliability. This can be improved by making cma a bit more aware about pending io operations, but I want to leave this after the initial merge. I think that there are no major issues left to be resolved now. Best regards -- Marek Szyprowski Samsung Poland R&D Center