Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753781AbdHQWQ1 (ORCPT ); Thu, 17 Aug 2017 18:16:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47158 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753316AbdHQWQ0 (ORCPT ); Thu, 17 Aug 2017 18:16:26 -0400 Date: Thu, 17 Aug 2017 15:16:24 -0700 From: Andrew Morton To: Dan Williams Cc: Jerome Glisse , "linux-kernel@vger.kernel.org" , Linux MM , John Hubbard , David Nellans , Balbir Singh Subject: Re: [HMM-v25 00/19] HMM (Heterogeneous Memory Management) v25 Message-Id: <20170817151624.7145db67fd3b868eff26fd05@linux-foundation.org> In-Reply-To: References: <20170817000548.32038-1-jglisse@redhat.com> <20170817143916.63fca76e4c1fd841e0afd4cf@linux-foundation.org> <20170817215549.GD2872@redhat.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: 1522 Lines: 34 On Thu, 17 Aug 2017 14:59:20 -0700 Dan Williams wrote: > On Thu, Aug 17, 2017 at 2:55 PM, Jerome Glisse wrote: > > On Thu, Aug 17, 2017 at 02:39:16PM -0700, Andrew Morton wrote: > >> On Wed, 16 Aug 2017 20:05:29 -0400 J__r__me Glisse wrote: > >> > >> > Heterogeneous Memory Management (HMM) (description and justification) > >> > >> The patchset adds 55 kbytes to x86_64's mm/*.o and there doesn't appear > >> to be any way of avoiding this overhead, or of avoiding whatever > >> runtime overheads are added. > > > > HMM have already been integrated in couple of Red Hat kernel and AFAIK there > > is no runtime performance issue reported. Thought the RHEL version does not > > use static key as Dan asked. > > > >> > >> It also adds 18k to arm's mm/*.o and arm doesn't support HMM at all. > >> > >> So that's all quite a lot of bloat for systems which get no benefit from > >> the patchset. What can we do to improve this situation (a lot)? > > > > I will look into why object file grow so much on arm. My guess is that the > > new migrate code is the bulk of that. I can hide the new page migration code > > behind a kernel configuration flag. > > Shouldn't we completely disable all of it unless there is a driver in > the kernel that selects it? That would be typical (and nice). I'm not sure that Red Hat's decision is a broad enough guide here. Someone who is using Linux to make a cash register or a thermostat faces different tradeoffs...