From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752526Ab2A3JQf (ORCPT ); Mon, 30 Jan 2012 04:16:35 -0500 Received: from mail-iy0-f174.google.com ([209.85.210.174]:51288 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751655Ab2A3JQd (ORCPT ); Mon, 30 Jan 2012 04:16:33 -0500 MIME-Version: 1.0 X-Originating-IP: [93.172.24.188] In-Reply-To: <014101ccdf22$eb610d30$c2232790$%szyprowski@samsung.com> References: <1327568457-27734-1-git-send-email-m.szyprowski@samsung.com> <1327568457-27734-13-git-send-email-m.szyprowski@samsung.com> <00de01ccdce1$e7c8a360$b759ea20$%szyprowski@samsung.com> <010301ccdd03$1ad15ab0$50741010$%szyprowski@samsung.com> <010501ccdd06$b9844f20$2c8ced60$%szyprowski@samsung.com> <014101ccdf22$eb610d30$c2232790$%szyprowski@samsung.com> From: Ohad Ben-Cohen Date: Mon, 30 Jan 2012 11:16:12 +0200 Message-ID: Subject: Re: [Linaro-mm-sig] [PATCH 12/15] drivers: add Contiguous Memory Allocator To: Marek Szyprowski Cc: "Clark, Rob" , Daniel Walker , Russell King , Arnd Bergmann , Jonathan Corbet , Mel Gorman , Jesse Barker , linux-kernel@vger.kernel.org, Michal Nazarewicz , Dave Hansen , linaro-mm-sig@lists.linaro.org, linux-mm@kvack.org, Kyungmin Park , KAMEZAWA Hiroyuki , Andrew Morton , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Marek, On Mon, Jan 30, 2012 at 9:43 AM, Marek Szyprowski wrote: > Did you managed to fix this issue? Yes -- the recent increase in the vmalloc region triggered a bigger truncation in the system RAM than we had before, and therefore conflicted with the previous hardcoded region we were using. Long term, our plan is to get rid of those hardcoded values, but for the moment our remote RTOS still needs to know the physical address in advance. > Right, thanks for spotting it, I will squash it to the next release. Thanks. With that hunk squashed in, feel free to add my Tested-by tag to the patches. Thanks! Ohad.