Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1035016AbdDUEib (ORCPT ); Fri, 21 Apr 2017 00:38:31 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:59068 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752493AbdDUEi3 (ORCPT ); Fri, 21 Apr 2017 00:38:29 -0400 Subject: Re: [PATCH v5 04/11] mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION To: Zi Yan , n-horiguchi@ah.jp.nec.com, kirill.shutemov@linux.intel.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org References: <20170420204752.79703-1-zi.yan@sent.com> <20170420204752.79703-5-zi.yan@sent.com> Cc: akpm@linux-foundation.org, minchan@kernel.org, vbabka@suse.cz, mgorman@techsingularity.net, mhocko@kernel.org, khandual@linux.vnet.ibm.com, zi.yan@cs.rutgers.edu, dnellans@nvidia.com From: Anshuman Khandual Date: Fri, 21 Apr 2017 10:06:56 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170420204752.79703-5-zi.yan@sent.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable x-cbid: 17042104-1617-0000-0000-000001C27E4D X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17042104-1618-0000-0000-000048024B2E Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-21_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1704210084 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 573 Lines: 14 On 04/21/2017 02:17 AM, Zi Yan wrote: > From: Naoya Horiguchi > > Introduces CONFIG_ARCH_ENABLE_THP_MIGRATION to limit thp migration > functionality to x86_64, which should be safer at the first step. > > Signed-off-by: Naoya Horiguchi Aneesh's latest HugeTLB migration enablement on powerpc should make this work on powerpc platform as well. Will test it out in some time but for now enabling only on x86 where you have tested the series makes sense. Reviewed-by: Anshuman Khandual