[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D124B80.9040401@sgi.com>
Date: Wed, 22 Dec 2010 11:03:28 -0800
From: Mike Travis <travis@....com>
To: Tejun Heo <tj@...nel.org>
Cc: Ingo Molnar <mingo@...e.hu>, "H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>,
David Rientjes <rientjes@...gle.com>,
Len Brown <lenb@...nel.org>, Jack Steiner <steiner@....com>,
Lori Gilbertson <loriann@....com>,
"linux-acpi@...r.kernel.org" <linux-acpi@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: Early kernel messages are overflowing the static log buffer
...
>> 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists