From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754421AbZJ1EL7 (ORCPT ); Wed, 28 Oct 2009 00:11:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753307AbZJ1EL7 (ORCPT ); Wed, 28 Oct 2009 00:11:59 -0400 Received: from one.firstfloor.org ([213.235.205.2]:53335 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753443AbZJ1EL6 (ORCPT ); Wed, 28 Oct 2009 00:11:58 -0400 Date: Wed, 28 Oct 2009 05:11:59 +0100 From: Andi Kleen To: David Rientjes Cc: Andi Kleen , Ingo Molnar , Mike Travis , Thomas Gleixner , Andrew Morton , Jack Steiner , "H. Peter Anvin" , x86@kernel.org, Yinghai Lu , Mel Gorman , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [patch] x86: reduce srat verbosity in the kernel log Message-ID: <20091028041159.GI7744@basil.fritz.box> References: <20091023233743.439628000@alcatraz.americas.sgi.com> <20091023233750.702443000@alcatraz.americas.sgi.com> <87pr8ay6tc.fsf@basil.nowhere.org> <4AE710C9.2070307@sgi.com> <4AE75162.7080903@sgi.com> <20091028033219.GE7744@basil.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > > > MAX_LOCAL_APIC was definitely an arbitrary choice here and has very little > relevance. scnlistprintf will protect against overflow, but we still need > to decide upon a constant that will emit the most information possible > while not overly polluting the printk and saving on bss, as you mentioned. > I suspect we could agree on a value as little as 128 and it would work for > the overwhelming majority (all?) of users. For now at least seems reasonable to limit to 128 or so yes (and go back to the stack). if we ever have sparse apic ids for nodes then that might change; but in this case could still just do a acpidump or teach the printer to be more clever and support strides. It would be just good to have some indication in the output if there was a overflow. -Andi -- ak@linux.intel.com -- Speaking for myself only.