Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756097AbaGVPum (ORCPT ); Tue, 22 Jul 2014 11:50:42 -0400 Received: from fw-tnat.austin.arm.com ([217.140.110.23]:58341 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755408AbaGVPul (ORCPT ); Tue, 22 Jul 2014 11:50:41 -0400 Date: Tue, 22 Jul 2014 16:50:12 +0100 From: Catalin Marinas To: Laura Abbott Cc: Olof Johansson , Will Deacon , David Riley , "linux-arm-kernel@lists.infradead.org" , Ritesh Harjain , linux-mm , "linux-kernel@vger.kernel.org" Subject: Re: [PATCHv4 2/5] lib/genalloc.c: Add genpool range check function Message-ID: <20140722155012.GK2219@arm.com> References: <1404324218-4743-1-git-send-email-lauraa@codeaurora.org> <1404324218-4743-3-git-send-email-lauraa@codeaurora.org> <53CD6F28.3080203@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53CD6F28.3080203@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 21, 2014 at 08:51:04PM +0100, Laura Abbott wrote: > On 7/9/2014 3:33 PM, Olof Johansson wrote: > > On Wed, Jul 2, 2014 at 11:03 AM, Laura Abbott wrote: > >> > >> After allocating an address from a particular genpool, > >> there is no good way to verify if that address actually > >> belongs to a genpool. Introduce addr_in_gen_pool which > >> will return if an address plus size falls completely > >> within the genpool range. > >> > >> Signed-off-by: Laura Abbott > > > > Reviewed-by: Olof Johansson > > > > What's the merge path for this code? Part of the arm64 code that needs > > it, I presume? > > My plan was to have the entire series go through the arm64 tree unless > someone has a better idea. It's fine by me. But since it touches core arch/arm code, I would like to see an Ack from Russell. -- Catalin -- 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/