Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 5 Mar 2002 10:31:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 5 Mar 2002 10:31:19 -0500 Received: from [199.203.178.211] ([199.203.178.211]:21908 "EHLO exchange.store-age.com") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Tue, 5 Mar 2002 10:31:08 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="x-user-defined" Content-Transfer-Encoding: 8BIT Subject: printk() goes to console. Date: Tue, 5 Mar 2002 17:30:35 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: printk() goes to console. Thread-Index: AcHEWrGfO75qdDA1EdaipgADR78XpQ== From: "Alexander Sandler" To: "Linux Kernel Mailing List (E-mail)" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi. I am working on block device driver. There is a little problem I am experiencing with it that I'de like to share and also, may be someone may tell me what it can be caused by. I am using printk( KERN_DEBUG ... ) to print different messages about the driver status and then collecting those messages from /proc/kmsg. The problem is that when it prints many messages (like it is printing something for every request it receives), from time to time, those messages getting into system console. Sometimes, I am receiving part of my debug messages printed to console mixed with some junk. It's not like it bother me too much. However it still seems to be wrong. So, does any one has an idea what it can be caused by? Alexandr Sandler. - 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/