From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH v2] xen/malloc: handle correctly page allocation when align > size Date: Mon, 10 Mar 2014 13:28:47 +0000 Message-ID: <531DBE0F.70100@gmail.com> References: <1394455306-13866-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WN0GD-000759-5U for xen-devel@lists.xenproject.org; Mon, 10 Mar 2014 13:28:53 +0000 Received: by mail-we0-f176.google.com with SMTP id x48so8431277wes.21 for ; Mon, 10 Mar 2014 06:28:51 -0700 (PDT) In-Reply-To: <1394455306-13866-1-git-send-email-julien.grall@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: xen-devel@lists.xenproject.org, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org Julien Grall wrote: > When align is superior to size, we need to retrieve the order from > align during multiple page allocation. I guess it was the goal of the commit > fb034f42 "xmalloc: make close-to-PAGE_SIZE allocations more efficient". > > Signed-off-by: Julien Grall Acked-by: Keir Fraser