Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp823577imu; Tue, 20 Nov 2018 07:30:40 -0800 (PST) X-Google-Smtp-Source: AJdET5dLDdgavALvVkAgCTGD+d9j7WkLcp+iM0LcAHU9RhH0HmBQOpkoByTLpbbDrmLXrDOl5n9F X-Received: by 2002:a62:5d0c:: with SMTP id r12mr2757564pfb.0.1542727840653; Tue, 20 Nov 2018 07:30:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542727840; cv=none; d=google.com; s=arc-20160816; b=vbMLc37FMr974DNGoL4EHR2eZYmJ+6qg4tJLeh9dXI0XYJtdrkA8q7ukQVlHR98qcm CF2hHVYvXmAQAeVsWWzxAyFP2F/E6czw4q+hvsk6RmkjswDTNNPX4qyR+A3QKqiTPG0Y WeaiangK9OY/82DG2gaqW2SHkI1VWuoNF/PRlFQRBMgdWj4PzdwqfCxexxrAHywPC0EQ KLrjfwaGNa5xTnRljHE9Lce3jcJDWdtu2ZEC/NU0N83WKYYhcfZwXxx22FVDkiTt5+qO tDpBlHsocXG870hrOXifoLCayY3/lK11JC2UPtgcmso564rErS6+6Jpp9ezxl1hg5S4o EjJg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=xRoVPu/9rUnmo2QgQQXxviG9Iso6+LSdwgAaTTl5yUY=; b=noqPDX/dziDm3M69vQ0J9Xw36+Agv11TD7kGfocgRpZIhoKBKVzM/XWo3jnHV0M3Q8 YVSCqdYZwNBOx7K/ipTZ9ycWrMrocF1cVDetD4IgMdeQAoh6Groys1FwWX8T/MKCEYA7 bKdr5HgKYOJW04zPIgViz2Z+f8HvHWI1Gwud79A+RYMnxoFkcKyPQlMtbWHUowKmvC7F KVzLbajaijD99QD4X//V9b8tQS+4GHFFp0FNG4i2ySTJTPi5FyvjAsjP+nxassmFA6fj gfB8df8xof8ouSCb5vpjwZSdBZeN8dtEtZca3yFuDD72XH0n0mBHUqkxGLvsFP0Fh4pO mGGw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w17si37281420pgl.6.2018.11.20.07.30.25; Tue, 20 Nov 2018 07:30:40 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727453AbeKUBaM (ORCPT + 99 others); Tue, 20 Nov 2018 20:30:12 -0500 Received: from mx2.suse.de ([195.135.220.15]:40438 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725851AbeKUBaL (ORCPT ); Tue, 20 Nov 2018 20:30:11 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 528CBAFC8; Tue, 20 Nov 2018 15:00:36 +0000 (UTC) Date: Tue, 20 Nov 2018 16:00:35 +0100 From: Michal Hocko To: osalvador Cc: linux-mm@kvack.org, Andrew Morton , David Hildenbrand , LKML , Pavel Tatashin Subject: Re: [RFC PATCH 1/3] mm, memory_hotplug: try to migrate full section worth of pages Message-ID: <20181120150035.GP22247@dhcp22.suse.cz> References: <20181120134323.13007-1-mhocko@kernel.org> <20181120134323.13007-2-mhocko@kernel.org> <1542725492.6817.3.camel@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1542725492.6817.3.camel@suse.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 20-11-18 15:51:32, Oscar Salvador wrote: > On Tue, 2018-11-20 at 14:43 +0100, Michal Hocko wrote: > > From: Michal Hocko > > > > do_migrate_range has been limiting the number of pages to migrate to > > 256 > > for some reason which is not documented. > > When looking back at old memory-hotplug commits one feels pretty sad > about the brevity of the changelogs. Well, things evolve and we've become much more careful about changelogs over time. It still gets quite a lot of time to push back on changelogs even these days though. People still keep forgetting that "what" is not as important as "why" because the former is usually quite easy to understand from reading the diff. The intention behind is usually what gets forgotten after years. I guess people realize this much more after few excavation git blame tours. > > Signed-off-by: Michal Hocko > > Reviewed-by: Oscar Salvador Thanks! -- Michal Hocko SUSE Labs