From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Travis Subject: Re: Early kernel messages are overflowing the static log buffer Date: Wed, 22 Dec 2010 11:03:28 -0800 Message-ID: <4D124B80.9040401@sgi.com> References: <4D06B317.2090608@sgi.com> <20101222130946.GC13412@elte.hu> <20101222131719.GA8061@htj.dyndns.org> <4D1249ED.9040008@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from relay1.sgi.com ([192.48.179.29]:59226 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751882Ab0LVTDc (ORCPT ); Wed, 22 Dec 2010 14:03:32 -0500 In-Reply-To: <4D1249ED.9040008@sgi.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Tejun Heo Cc: Ingo Molnar , "H. Peter Anvin" , Andrew Morton , David Rientjes , Len Brown , Jack Steiner , Lori Gilbertson , "linux-acpi@vger.kernel.org" , LKML ... >> Yeap, with percpu allocator now mostly stable, I don't think the >> message needs to be KERN_INFO anymore. I'll change it to KERN_DEBUG. >> >> Thanks. >> > > This doesn't really help the log buffer overflow problem as KERN_DEBUG > messages still end up in the buffer. The pr_debug() macro does compile > out the messages if the system does not have KERNEL debug set, though > distros also have this set as a default. Btw, I meant to add that the my patchset allocates the log buffer right after boot mem is setup. So this output does not affect the overflow problem, though it is nice to clean up the console output whenever we can.