Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753276AbdFVSVS (ORCPT ); Thu, 22 Jun 2017 14:21:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:51918 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751221AbdFVSVR (ORCPT ); Thu, 22 Jun 2017 14:21:17 -0400 Date: Thu, 22 Jun 2017 20:21:14 +0200 From: Michal Hocko To: Wei Yang Cc: akpm@linux-foundation.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs/memory-hotplug: adjust the explanation of valid_zones sysfs Message-ID: <20170622182113.GC19563@dhcp22.suse.cz> References: <20170622041844.9852-1-richard.weiyang@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170622041844.9852-1-richard.weiyang@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1192 Lines: 27 On Thu 22-06-17 12:18:44, Wei Yang wrote: [...] > -'valid_zones' : read-only: designed to show which zones this memory block > - can be onlined to. > - The first column shows it's default zone. > +'valid_zones' : read-only: shows different information based on state. > + When state is online, it is designed to show the > + zone name this memory block is onlined to. > + When state is offline, it is designed to show which zones > + this memory block can be onlined to. The first column > + shows it's default zone. I do not think we really need to touch this. First of all the last sentence is not really correct. The ordering of zones doesn't tell which zone will be onlined by default. This is indeed a change of behavior of my patch. I am just not sure anybody depends on that. I can fix it up but again the old semantic was just awkward and I didn't feel like I should keep it. Also I plan to change this behavior again with planned patches. I would like to get rid of the non-overlapping zones restriction so the wording would have to change again. That being said, let's keep the wording as it is now. Thanks! -- Michal Hocko SUSE Labs