[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130923202147.GB28667@mtj.dyndns.org>
Date: Mon, 23 Sep 2013 16:21:47 -0400
From: Tejun Heo <tj@...nel.org>
To: Zhang Yanfei <zhangyanfei.yes@...il.com>
Cc: Tang Chen <tangchen@...fujitsu.com>, rjw@...k.pl, lenb@...nel.org,
tglx@...utronix.de, mingo@...e.hu, hpa@...or.com,
akpm@...ux-foundation.org, toshi.kani@...com,
zhangyanfei@...fujitsu.com, liwanp@...ux.vnet.ibm.com,
trenn@...e.de, yinghai@...nel.org, jiang.liu@...wei.com,
wency@...fujitsu.com, laijs@...fujitsu.com,
isimatu.yasuaki@...fujitsu.com, izumi.taku@...fujitsu.com,
mgorman@...e.de, minchan@...nel.org, mina86@...a86.com,
gong.chen@...ux.intel.com, vasilis.liaskovitis@...fitbricks.com,
lwoodman@...hat.com, riel@...hat.com, jweiner@...hat.com,
prarit@...hat.com, x86@...nel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
linux-acpi@...r.kernel.org
Subject: Re: [PATCH v3 2/5] memblock: Improve memblock to support allocation
from lower address.
Hello,
On Tue, Sep 24, 2013 at 02:07:13AM +0800, Zhang Yanfei wrote:
> Yes, I am following your advice in principle but kind of confused by
> something you said above. Where should the set_memblock_alloc_above_kernel
> be used? IMO, the function is like:
>
> find_in_range_node()
> {
> if (ok) {
> /* bottom-up */
> ret = __memblock_find_in_range(max(start, _end_of_kernel), end...);
> if (!ret)
> return ret;
> }
>
> /* top-down retry */
> return __memblock_find_in_range_rev(start, end...)
> }
>
> For bottom-up allocation, we always start from max(start, _end_of_kernel).
Oh, I was talking about naming of the memblock_set_bottom_up()
function. We aren't really doing pure bottom up allocations, so I
think it probably would be clearer if the name clearly denotes that
we're doing above-kernel allocation.
Thanks.
--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists