Bug 179929

Summary: Screens of 'IN from bad port' messages with kernel-2.6.15-1.1830_FC4
Product: [Fedora] Fedora Reporter: Mace Moneta <moneta.mace>
Component: kernelAssignee: David Woodhouse <dwmw2>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 4CC: barryn, davej, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: 2.6.16-1.2096_FC4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-25 18:43:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Dmesg showing the messages none

Description Mace Moneta 2006-02-03 21:38:36 UTC
Description of problem:

On booting kernel-2.6.15-1.1830_FC4 on a G3 PowerBook Pismo, receive many
screens of:

IN from bad port 213 at c03f13dc
IN from bad port 213 at c03f1404
...
IN from bad port 213 at c03f1484
IN from bad port 213 at c03f14ac
...
IN from bad port 233 at c03f13dc
IN from bad port 233 at c03f1404
...
IN from bad port 233 at c03f1484
IN from bad port 233 at c03f14ac
...
IN from bad port 253 at c03f13dc
IN from bad port 253 at c03f1404
...
IN from bad port 253 at c03f1484
IN from bad port 253 at c03f14ac
...

Version-Release number of selected component (if applicable):

kernel-2.6.15-1.1830_FC4

How reproducible:

Always

Steps to Reproduce:
1.Boot kernel-2.6.15-1.1830_FC4
2.
3.
  
Actual results:

Many screens of messages

Expected results:

Normal boot

Additional info:

Comment 1 Mace Moneta 2006-02-03 21:41:42 UTC
Created attachment 124131 [details]
Dmesg showing the messages

Comment 2 Dave Jones 2006-02-04 04:01:28 UTC
this is probably a dupe of 178344

dwmw2 ?



Comment 3 David Woodhouse 2006-02-04 09:47:52 UTC
This happens when undisciplined drivers go poking at non-existent I/O ports. We
take a machine check, we print a debugging message, and we recover. I don't know
which driver would be using those port numbers.

The messages are almost purely cosmetic, though, and shouldn't be visible unless
you boot with 'debug' on the command line.

Comment 4 Barry K. Nathan 2006-02-07 05:38:54 UTC
I'm seeing this on rawhide (and the latest FC4 update kernel), on an iMac G3. I
also saw it a long time ago on a PowerMac G4 running Gentoo, with an unpatched
mainline kernel (probably 2.6.7 or so at that point in time).

I *think* this was the config option that caused it on the Gentoo system, but
I'm not completely sure:
CONFIG_SERIAL_8250=y

Unfortunately I'm hunting down another PPC-specific kernel bug at the moment
(one that's not just cosmetic), so I won't have time to double-check my
recollection for a while. (I haven't filed this other bug in bugzilla yet,
because I still need to figure out whether it's in mainline or just Fedora.)

Comment 5 David Woodhouse 2006-04-25 18:57:49 UTC
I fixed it for the 8250 driver a while ago. In the latest FC5 test kernel (2101
or so) I fixed it for i8042 too.