Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261288AbVACD6k (ORCPT ); Sun, 2 Jan 2005 22:58:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261290AbVACD6k (ORCPT ); Sun, 2 Jan 2005 22:58:40 -0500 Received: from fw.osdl.org ([65.172.181.6]:60859 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261288AbVACD6i (ORCPT ); Sun, 2 Jan 2005 22:58:38 -0500 Message-ID: <41D8C161.5000102@osdl.org> Date: Sun, 02 Jan 2005 19:52:01 -0800 From: "Randy.Dunlap" User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Keith Owens CC: Jim Nelson , Alan Cox , Coywolf Qi Hunt , Jesper Juhl , David Howells , LKML Subject: Re: printk loglevel policy? References: <28707.1104722227@ocs3.ocs.com.au> In-Reply-To: <28707.1104722227@ocs3.ocs.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1181 Lines: 32 Keith Owens wrote: > On Sun, 02 Jan 2005 13:41:34 -0800, > "Randy.Dunlap" wrote: > >>Jim Nelson wrote: >> >>>Or does printk() do some tracking that I didn't see as to where in the >>>kernel the strings are coming from? >> >>That kind of garbled output has been known to happen, but >>the is supposed to prevent that (along with >>zap_locks() in kernel/printk.c). > > > Using multiple calls to printk to print a single line has always been > subject to the possibility of interleaving on SMP. We just live with > the risk. Printing a complete line in a single call to printk is > protected by various locks. Print a line in multiple calls is not > protected. If it bothers you that much, build up the line in a local > buffer then call printk once. True, I was thinking about the single line case, which I have seen garbled/mixed in the past (on SMP). Hopefully that one is fixed. -- ~Randy - 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/