From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Mon, 14 Oct 2013 10:43:19 -0400 Subject: [RFC 09/23] mm/init: Use memblock apis for early memory allocations In-Reply-To: <20131013195406.GC18075@htj.dyndns.org> References: <1381615146-20342-1-git-send-email-santosh.shilimkar@ti.com> <1381615146-20342-10-git-send-email-santosh.shilimkar@ti.com> <20131013195406.GC18075@htj.dyndns.org> Message-ID: <525C0307.7020802@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sunday 13 October 2013 03:54 PM, Tejun Heo wrote: > On Sat, Oct 12, 2013 at 05:58:52PM -0400, Santosh Shilimkar wrote: >> Switch to memblock interfaces for early memory allocator > > When posting actual (non-RFC) patches later, please cc the maintainers > of the target subsystem and briefly explain why the new interface is > needed and that this doesn't change visible behavior. > Sure. Thanks a lot for quick response on the series. I will give another week or so to see if there are more comments and then start addressing comments in next version. Regards, Santosh From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by kanga.kvack.org (Postfix) with ESMTP id 5CACE6B0031 for ; Mon, 14 Oct 2013 10:43:28 -0400 (EDT) Received: by mail-pa0-f47.google.com with SMTP id kp14so7539828pab.20 for ; Mon, 14 Oct 2013 07:43:27 -0700 (PDT) Message-ID: <525C0307.7020802@ti.com> Date: Mon, 14 Oct 2013 10:43:19 -0400 From: Santosh Shilimkar MIME-Version: 1.0 Subject: Re: [RFC 09/23] mm/init: Use memblock apis for early memory allocations References: <1381615146-20342-1-git-send-email-santosh.shilimkar@ti.com> <1381615146-20342-10-git-send-email-santosh.shilimkar@ti.com> <20131013195406.GC18075@htj.dyndns.org> In-Reply-To: <20131013195406.GC18075@htj.dyndns.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Tejun Heo Cc: yinghai@kernel.org, linux-arm-kernel@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, grygorii.strashko@ti.com, Andrew Morton On Sunday 13 October 2013 03:54 PM, Tejun Heo wrote: > On Sat, Oct 12, 2013 at 05:58:52PM -0400, Santosh Shilimkar wrote: >> Switch to memblock interfaces for early memory allocator > > When posting actual (non-RFC) patches later, please cc the maintainers > of the target subsystem and briefly explain why the new interface is > needed and that this doesn't change visible behavior. > Sure. Thanks a lot for quick response on the series. I will give another week or so to see if there are more comments and then start addressing comments in next version. Regards, Santosh -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932114Ab3JNOnu (ORCPT ); Mon, 14 Oct 2013 10:43:50 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:54915 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756036Ab3JNOnt (ORCPT ); Mon, 14 Oct 2013 10:43:49 -0400 Message-ID: <525C0307.7020802@ti.com> Date: Mon, 14 Oct 2013 10:43:19 -0400 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Tejun Heo CC: , , , , , Andrew Morton Subject: Re: [RFC 09/23] mm/init: Use memblock apis for early memory allocations References: <1381615146-20342-1-git-send-email-santosh.shilimkar@ti.com> <1381615146-20342-10-git-send-email-santosh.shilimkar@ti.com> <20131013195406.GC18075@htj.dyndns.org> In-Reply-To: <20131013195406.GC18075@htj.dyndns.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 13 October 2013 03:54 PM, Tejun Heo wrote: > On Sat, Oct 12, 2013 at 05:58:52PM -0400, Santosh Shilimkar wrote: >> Switch to memblock interfaces for early memory allocator > > When posting actual (non-RFC) patches later, please cc the maintainers > of the target subsystem and briefly explain why the new interface is > needed and that this doesn't change visible behavior. > Sure. Thanks a lot for quick response on the series. I will give another week or so to see if there are more comments and then start addressing comments in next version. Regards, Santosh