From: "Stuart MacDonald" <stuartm@connecttech.com>
To: <Tim_T_Murphy@Dell.com>, <linux-kernel@vger.kernel.org>
Subject: RE: [2.6.10-bk8] [SERIAL] dropping chars when > 512
Date: Thu, 6 Jan 2005 10:49:43 -0500 [thread overview]
Message-ID: <00e301c4f407$56e1bf00$294b82ce@stuartm> (raw)
In-Reply-To: <4B0A1C17AA88F94289B0704CFABEF1AB0B4D2B@ausx2kmps304.aus.amer.dell.com>
From: Tim_T_Murphy@Dell.com
> examining the corrupt message contents, a group of bytes is
> missing exactly at offset 512 in the message buffer.
> Additional message bytes follow the gap, but the receiver's
> checksum doesn't match the sender's, so the whole message is
> dropped by the app.
>
> I enabled debugging in 8250.c and serial_core.c. Booting the
> 2.6 kernel, the log shows:
>
[snip]
> Jan 5 12:08:16 racrhel4 last message repeated 6 times
> Jan 5 12:08:16 racrhel4 kernel:
> serial8250_interrupt(169)...status = 61...end.
> Jan 5 12:08:16 racrhel4 kernel:
> serial8250_interrupt(169)...status = 60...THRE...end.
> Jan 5 12:08:16 racrhel4 last message repeated 3 times
> Jan 5 12:08:17 racrhel4 kernel:
> serial8250_interrupt(169)...status = 61...end.
> Jan 5 12:08:17 racrhel4 kernel:
> serial8250_interrupt(169)...status = 61...end.
> Jan 5 12:08:17 racrhel4 kernel:
> serial8250_interrupt(169)...status = 61...THRE...end.
> Jan 5 12:08:17 racrhel4 kernel:
> serial8250_interrupt(169)...status = 1...THRE...end.
> Jan 5 12:08:17 racrhel4 kernel:
Unless this is a typo, I think you'll find that status = 1 means the
FIFOs have been turned off. Which would flush any data in the FIFOs.
Which would explain the missing data.
..Stu
next prev parent reply other threads:[~2005-01-06 15:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-05 19:33 [2.6.10-bk8] [SERIAL] dropping chars when > 512 Tim_T_Murphy
2005-01-06 15:49 ` Stuart MacDonald [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-01-06 16:39 Tim_T_Murphy
2005-01-06 17:02 ` Stuart MacDonald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='00e301c4f407$56e1bf00$294b82ce@stuartm' \
--to=stuartm@connecttech.com \
--cc=Tim_T_Murphy@Dell.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.