Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp346221imm; Thu, 26 Jul 2018 04:48:07 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcUWtiLnFESgW6FtJ6q9GgWsrnC15dgKcp8zOTHCDQCTGODSuxKjO6KzcZ91IxsmbZ4ziec X-Received: by 2002:a63:fc0a:: with SMTP id j10-v6mr1621365pgi.1.1532605687603; Thu, 26 Jul 2018 04:48:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532605687; cv=none; d=google.com; s=arc-20160816; b=lvp6AQhK17L6n7UVxAOPmYpl1FjThmT3qBr5yymvobNLuN1vqD+paw843WZQ++7QHH MZkwbhqfX3p9te+NB4ttoEylpT8rXnMRAjYdz/K5TVXfKqhkH5+Qwa2J4qSVQp+3Gwnk 4J7FNAOK+Z8MG64WsljPAupIfBGlfZDa3Hkv4gX5UEC2pIEx/Rz3eKqADQbz0CkBrKY3 NylmZ+96xqAWxZaQ1a7yD+YGo/8v80kHDvrq+/2r9kh+h/dteUlwb3r+M/dJ6uQzPbZ4 GWRg6t+MljwmXy8MQ9gk7x+PcQ8kyXn6tcBD45NFZ403VDZ7ELPzFg+LVX8DL/TMqK6C yDQg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=vrZFYWU48K0BLujh6TU3AeOqDr2CyEi+n7RJuF6HUXA=; b=BUG+jqteADoT/z95Ahu3ueYvYUKAlufYLFPbfBbfiPe432cKuZgcFjeBotW6uHu/Ww RzZJe/UUz58T88fc93tNxhvIMoBDRyAtLOSI/hBpvRocl1ikWnDuwpuII3v54Zy1i50a +1TDSvd0myoZayOYAgq6LX8IX/qKZeBiWMTzY1lUhF2LowKlsnJYudGnOVk38fi+sP/o cAAHZFp8tDCxpCNAUr9+7AJnmk4LweaO6lEpp+HNTYf6AbxNFWslrMRdNJOR/15HpY4p aFZlTZlOlmYYYhGM6NNCMdBvtC7ZJhjI2yzZZjP1OSBQMOlrWYyMXirOCFftYcbIhJE6 JMZg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e14-v6si1081051pgg.345.2018.07.26.04.47.52; Thu, 26 Jul 2018 04:48:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729951AbeGZNCr (ORCPT + 99 others); Thu, 26 Jul 2018 09:02:47 -0400 Received: from ozlabs.org ([203.11.71.1]:45353 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729882AbeGZNCr (ORCPT ); Thu, 26 Jul 2018 09:02:47 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41bqzx2q9Mz9ryl; Thu, 26 Jul 2018 21:46:05 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Mike Kravetz , Alex Ghiti , Michal Hocko Cc: linux@armlinux.org.uk, catalin.marinas@arm.com, will.deacon@arm.com, tony.luck@intel.com, fenghua.yu@intel.com, ralf@linux-mips.org, paul.burton@mips.com, jhogan@kernel.org, jejb@parisc-linux.org, deller@gmx.de, benh@kernel.crashing.org, paulus@samba.org, ysato@users.sourceforge.jp, dalias@libc.org, davem@davemloft.net, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, arnd@arndb.de, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-mips@linux-mips.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, Naoya Horiguchi , "Aneesh Kumar K . V" Subject: Re: [PATCH v4 00/11] hugetlb: Factorize hugetlb architecture primitives In-Reply-To: <75195a7d-3d0f-4e55-92cc-4ad772683c75@oracle.com> References: <20180705110716.3919-1-alex@ghiti.fr> <20180709141621.GD22297@dhcp22.suse.cz> <2173685f-7f85-7acb-4685-2383210c5fa2@ghiti.fr> <75195a7d-3d0f-4e55-92cc-4ad772683c75@oracle.com> Date: Thu, 26 Jul 2018 21:46:00 +1000 Message-ID: <87tvomgqyv.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mike Kravetz writes: > On 07/20/2018 11:37 AM, Alex Ghiti wrote: >> Does anyone have any suggestion about those patches ? > > I only took a quick look. From the hugetlb perspective, I like the > idea of moving routines to a common file. If any of the arch owners > (or anyone else) agree, I can do a review of the series. The conversions look pretty good to me. If you want to give it a review then from my point of view it could go in -mm to shake out any bugs. cheers