Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754783AbZKTS6m (ORCPT ); Fri, 20 Nov 2009 13:58:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752844AbZKTS6m (ORCPT ); Fri, 20 Nov 2009 13:58:42 -0500 Received: from relay1.sgi.com ([192.48.179.29]:48537 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752284AbZKTS6l (ORCPT ); Fri, 20 Nov 2009 13:58:41 -0500 Message-ID: <4B06E6DD.6080909@sgi.com> Date: Fri, 20 Nov 2009 10:58:37 -0800 From: Mike Travis User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Pavel Machek CC: Ingo Molnar , David Rientjes , Andreas Herrmann , "H. Peter Anvin" , Thomas Gleixner , Andrew Morton , Heiko Carstens , Roland Dreier , Randy Dunlap , Tejun Heo , Andi Kleen , Greg Kroah-Hartman , Yinghai Lu , Steven Rostedt , Rusty Russell , Hidetoshi Seto , Jack Steiner , Frederic Weisbecker , x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch] x86: reduce srat verbosity in the kernel log References: <20091112171934.584037000@alcatraz.americas.sgi.com> <20091113095350.GC1364@elte.hu> <20091113101326.GA17451@elte.hu> <20091120183708.GA1434@ucw.cz> In-Reply-To: <20091120183708.GA1434@ucw.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1344 Lines: 37 Pavel Machek wrote: > Hi! > >> There's two problems outlined in this discussion: >> >> A) too verbose bootup that is annoying with 64 CPUs and a show-stopper >> with 4096 CPUs. >> >> B) the ad-hoc nature of our topology enumeration. Some of it is in >> /sys, some of it is in printk logs. None really works well and >> there's no structure in it. >> >> The simplest solution for (A) is what i suggested a few mails ago: dont >> print the information by default, but allow (for trouble-shooting) >> purposes for it to be printed when a boot option is passed. > > Well, yes, it is *simplest*, but is it best? Example printing 'cpus > 0-31 stepping 3, cpus 32-63 stepping 4' seem rather convincing --such > info should be there by default and not after speciial option... > Pavel I think that Ingo had a point. If it's printing a summary after the all the cpu's boot, then it should also be available online, which in this case it's in /proc/cpuinfo. Ingo - was there anything left open on my last submission that I have to deal with, to gain acceptance? Thanks, Mike -- 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/