Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755164Ab1B1T0H (ORCPT ); Mon, 28 Feb 2011 14:26:07 -0500 Received: from relay2.sgi.com ([192.48.179.30]:43043 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755121Ab1B1T0D (ORCPT ); Mon, 28 Feb 2011 14:26:03 -0500 Message-ID: <4D6BF6CC.4000407@sgi.com> Date: Mon, 28 Feb 2011 11:26:04 -0800 From: Mike Travis User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Ingo Molnar Cc: Yinghai Lu , David Rientjes , Jack Steiner , Robin Holt , Len Brown , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , Yinghai Lu , linux-acpi@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, Tejun Heo , Linus Torvalds Subject: Re: [PATCH 1/4] printk: Allocate kernel log buffer earlier References: <20110225180633.857892225@gulag1.americas.sgi.com> <20110225180634.017570095@gulag1.americas.sgi.com> <20110227120949.GF16453@elte.hu> <20110227121518.GA19165@elte.hu> <4D6AFBB0.70401@kernel.org> <20110228080133.GB1600@elte.hu> In-Reply-To: <20110228080133.GB1600@elte.hu> 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: 841 Lines: 24 Because I haven't been able to test on a fully configured system, this might be crucial info to figure out how to fix this when it happens on a customer system. Are you saying this small line is any less important than the other thousands and thousands of seemingly meaningless lines? Ingo Molnar wrote: > * Yinghai Lu wrote: > >> + pr_info("log_buf_len: %d\n", log_buf_len); >> + pr_info("early log buf free: %d(%d%%)\n", >> + free, (free * 100) / __LOG_BUF_LEN); > > Such debug printks should be removed from the final version of the patch ... > > Thanks, > > Ingo -- 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/