Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757270AbbLBXxc (ORCPT ); Wed, 2 Dec 2015 18:53:32 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39918 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754437AbbLBXxb (ORCPT ); Wed, 2 Dec 2015 18:53:31 -0500 Date: Wed, 2 Dec 2015 15:53:30 -0800 From: Andrew Morton To: Zhao Qiang Cc: , , , , , , Subject: Re: [PATCH v13 1/6] genalloc:support memory-allocation with bytes-alignment to genalloc Message-Id: <20151202155330.0c3656f67e9f46a677bde8eb@linux-foundation.org> In-Reply-To: <1448851737-33125-1-git-send-email-qiang.zhao@freescale.com> References: <1448851737-33125-1-git-send-email-qiang.zhao@freescale.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 711 Lines: 15 On Mon, 30 Nov 2015 10:48:52 +0800 Zhao Qiang wrote: > Bytes alignment is required to manage some special RAM, > so add gen_pool_first_fit_align to genalloc, > meanwhile add gen_pool_alloc_algo to pass algo in case user > layer using more than one algo, and pass data to > gen_pool_first_fit_align(modify gen_pool_alloc as a wrapper) Patches 1 & 2 look OK to me. Please include them in whichever (powerpc) tree is used for patches 3-6. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/