Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760042Ab3HOBVm (ORCPT ); Wed, 14 Aug 2013 21:21:42 -0400 Received: from mail-qc0-f169.google.com ([209.85.216.169]:60964 "EHLO mail-qc0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757295Ab3HOBVj (ORCPT ); Wed, 14 Aug 2013 21:21:39 -0400 Date: Wed, 14 Aug 2013 21:21:33 -0400 From: Tejun Heo To: KOSAKI Motohiro Cc: Tang Chen , Tang Chen , robert.moore@intel.com, lv.zheng@intel.com, rjw@sisk.pl, lenb@kernel.org, tglx@linutronix.de, mingo@elte.hu, hpa@zytor.com, akpm@linux-foundation.org, trenn@suse.de, yinghai@kernel.org, jiang.liu@huawei.com, wency@cn.fujitsu.com, laijs@cn.fujitsu.com, isimatu.yasuaki@jp.fujitsu.com, izumi.taku@jp.fujitsu.com, mgorman@suse.de, minchan@kernel.org, mina86@mina86.com, gong.chen@linux.intel.com, vasilis.liaskovitis@profitbricks.com, lwoodman@redhat.com, riel@redhat.com, jweiner@redhat.com, prarit@redhat.com, zhangyanfei@cn.fujitsu.com, yanghy@cn.fujitsu.com, x86@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH part5 0/7] Arrange hotpluggable memory as ZONE_MOVABLE. Message-ID: <20130815012133.GQ28628@htj.dyndns.org> References: <20130812180758.GA8288@mtj.dyndns.org> <520BC950.1030806@gmail.com> <20130814182342.GG28628@htj.dyndns.org> <520BDD2F.2060909@gmail.com> <20130814195541.GH28628@htj.dyndns.org> <520BE891.8090004@gmail.com> <20130814203538.GK28628@htj.dyndns.org> <520BF3E3.5030006@gmail.com> <20130814213637.GO28628@htj.dyndns.org> <520C2A06.5020007@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <520C2A06.5020007@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2233 Lines: 51 Hello, KOSAKI. On Wed, Aug 14, 2013 at 09:08:22PM -0400, KOSAKI Motohiro wrote: ... > a fallback. Bogus and misguided fallback give a user false relief and they don't > notice their mistake quickly. The answer is, there is the fundamental rule. > We always said, "measure your system carefully, and setting option carefully too". > I have no seen any reason to make exception in this case. Ugh... that is one stupid rule. Sure, there are cases when those aren't avoidable but sticking to that when there are better ways to do it is stupid. Why would you make it finicky when you don't have to? That makes no sense. > Secondly, memory hotplug is now maintained I and kamezawa-san. Then, I much likely > have a chance to get a hotplug related bug report. For protecting my life, I don't > want get a false bug claim. Then, I wouldn't like to aim incomplete fallback. When > an admin makes mistake, they should shoot their foot, not me! Dude, it's not cool to cause users' machine to fail boot because you want bug report. You don't do that. There are other ways to achieve that. When the kernel can't make all hotpluggable nodes hotpluggable (I mean, it's not necessarily node aligned to begin with), generate warning and a debug dump with appropriate log levels. If you think causing users' machine fail boot indetermistically is acceptable, you really shouldn't be maintaining anything. What is this? Are you nuts? > Thirdly, I haven't insist to aim verbose and kind messages as last breath. It much > likely help users. I have no idea what you're trying to say. > Last, we are now discussing hotplug feature. Then, we can assume hotpluggable machine. > They have a hotplug interface in farmware by definition. So, you need to aim a magic. This is by no way magic. It's a band-aid feature which aims to achieve some portion of functionality with minimal impact on the rest of code / runtime overhead. If you wanna nack the whole thing, be my guest. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/