Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 5 Nov 2002 05:09:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 5 Nov 2002 05:09:54 -0500 Received: from caramon.arm.linux.org.uk ([212.18.232.186]:50694 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id ; Tue, 5 Nov 2002 05:09:53 -0500 Date: Tue, 5 Nov 2002 10:16:26 +0000 From: Russell King To: Zwane Mwaikambo Cc: Linux Kernel Subject: Re: 2.5.45 odd deref in serial_in Message-ID: <20021105101626.A20224@flint.arm.linux.org.uk> Mail-Followup-To: Zwane Mwaikambo , Linux Kernel References: <20021105090256.A17931@flint.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from zwane@holomorphy.com on Tue, Nov 05, 2002 at 04:20:00AM -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1348 Lines: 34 On Tue, Nov 05, 2002 at 04:20:00AM -0500, Zwane Mwaikambo wrote: > I'm runnning 115200 :P It looks like a race however because i don't always > trigger it, but when i do the trace is always the same. However i'm not > going to make you run circles for my potentially dodgy code. The figures are actually rather horrifing. There are a couple of messages I have in my boot log which are rather long - 137 chars and 79 chars. Even at 115200 baud is one character every 87us. This gives: 137 characters: 12ms 79 characters: 7ms At these types of figures, x86 will drop 1000Hz interrupts like crazy when writing console messages via the serial port (because interrupts are turned off.) With these figures, the longest message we can write at 115200 baud and not drop any timer ticks is 11 characters. Not many kernel messages are less than 12 characters. Now I'll go back and look at your original email... it was for a slightly different problem. 8) -- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html - 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/