mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: simon@nuit.ca
To: linux-kernel@vger.kernel.org
Subject: OOPS: tulip in 2.6.10-rc2-bk2
Date: Thu, 18 Nov 2004 04:40:41 -0500	[thread overview]
Message-ID: <20041118094041.GB7555@nuit.ca> (raw)

[-- Attachment #1: Type: text/plain, Size: 4497 bytes --]


PPC32, Power Tower Pro, 512 MB RAM, G3/300 CPU

processor       : 0
cpu             : 740/750
temperature     : 35-37 C (uncalibrated)
clock           : 195MHz
revision        : 2.2 (pvr 0008 0202)
bogomips        : 602.11
machine         : Power Macintosh
motherboard     : AAPL,9500 MacRISC
detected as     : 16 (PowerMac 9500/9600)
pmac flags      : 00000000
memory          : 512MB
pmac-generation : OldWorld

(yeh i know, running hot...)

0000:00:0b.0 Host bridge: Apple Computer Inc. Bandit PowerPC host bridge (rev 03)
0000:00:0d.0 VGA compatible controller: ATI Technologies Inc 3D Rage LT Pro (rev dc)
0000:00:0f.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 03)
0000:00:10.0 ff00: Apple Computer Inc. Grand Central I/O (rev 02)
0000:01:00.0 Memory controller: Adaptec AIC-7815 RAID+Memory Controller IC (rev 02)
0000:01:04.0 SCSI storage controller: Adaptec 78902
0001:02:0b.0 Host bridge: Apple Computer Inc. Bandit PowerPC host bridge (rev 03)
0001:02:0d.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 20)
0001:02:0e.0 Ethernet controller: Accton Technology Corporation EN-1216 Ethernet Adapter (rev 11)
0001:02:0f.0 SCSI storage controller: Adaptec AHA-2940U/UW/D / AIC-7881U

cat /proc/sys/kernel/l2cr
0xa9000000:  enabled, no parity, 512KB, +2 clock, pipelined burst SRAM, copy-back, 0.5ns hold


compiled with and without NAPI, both OOPS. first time in a hotplug
triggered modprobe on boot, and when ppp interface in brought down.
behaviour is such that the module appears in lsmod, but isn't
functional.

here, the oops got triggered after i exited xmon:

Thu Nov 18 08:57:12 2004: PCI: Enabling device 0001:02:0d.0 (0004 -> 0007)
Thu Nov 18 08:57:12 2004: Oops: kernel access of bad area, sig: 11 [#1]
Thu Nov 18 08:57:12 2004: NIP: E1D0ED48 LR: E1D0ECA8 SP: DF2B3D80 REGS: df2b3cd0 TRAP: 0300    Not tainted
Thu Nov 18 08:57:12 2004: MSR: 00009032 EE: 1 PR: 0 FP: 0 ME: 1 IR/DR: 11
Thu Nov 18 08:57:12 2004: DAR: 90001030, DSISR: 40000000
Thu Nov 18 08:57:12 2004: TASK = df5d7170[8042] 'modprobe' THREAD: df2b2000Last syscall: 128 
Thu Nov 18 08:57:12 2004: GPR00: E1D10518 DF2B3D80 DF5D7170 DF144000 00000000 00000000 DF1449FC E1D173E4 
Thu Nov 18 08:57:12 2004: GPR08: DE5B6860 90001000 4B87AD6E 90001030 93033533 1001E284 100013A4 00000000 
Thu Nov 18 08:57:12 2004: GPR16: DF2B3D88 00000000 E1D139E8 0000001B C03E8848 DE5B6230 E1D10000 E1D10000 
Thu Nov 18 08:57:12 2004: GPR24: 00000004 DE5B6220 90001000 C03E8800 DE5B6000 00000050 DF144000 00000000 
Thu Nov 18 08:57:12 2004: NIP [e1d0ed48] tulip_init_one+0x2e0/0xca0 [tulip]
Thu Nov 18 08:57:12 2004: LR [e1d0eca8] tulip_init_one+0x240/0xca0 [tulip]
Thu Nov 18 08:57:12 2004: Call trace:
Thu Nov 18 08:57:12 2004:  [c01698ac] pci_device_probe_static+0x6c/0x88
Thu Nov 18 08:57:12 2004:  [c0169918] __pci_device_probe+0x50/0x70
Thu Nov 18 08:57:12 2004:  [c0169968] pci_device_probe+0x30/0x60
Thu Nov 18 08:57:12 2004:  [c01a1840] driver_probe_device+0x4c/0xa0
Thu Nov 18 08:57:12 2004:  [c01a19d8] driver_attach+0x88/0xc8
Thu Nov 18 08:57:12 2004:  [c01a1fc4] bus_add_driver+0xa0/0x10c
Thu Nov 18 08:57:12 2004:  [c01a2650] driver_register+0x30/0x40
Thu Nov 18 08:57:12 2004:  [c0169c90] pci_register_driver+0x70/0xa0
Thu Nov 18 08:57:12 2004:  [e1d1904c] tulip_init+0x4c/0xf0 [tulip]
Thu Nov 18 08:57:12 2004:  [c0036948] sys_init_module+0x220/0x320
Thu Nov 18 08:57:12 2004:  [c0003ec0] ret_from_syscall+0x0/0x44

from bootlogd (thank you authors of bootlogd :)

no OOPS output available for the pppd one, but there was something about
snmp6 and tulip_init, and then it dropped me into xmon again, i hit x to
exit, then the kernel panics, with something about 
(heavily paraphrased) "tried to kill init **** registers!"

oh, and my eth1 doesn't come up. i tried to modprobe -r tulip, and
modprobe complained about tulip being in use. that's when i tried to
stop pppd (good ol' poff), and that's when it oopsed the second time.

oh, and atyfb (ATI rage 3d lt pro card) needs that FB_HELPER option,
too (and yes, if i bet that you folks knew about that already, i'd win
*grin*), otherwise i get tiny mouse type at boot, until the 
console font set up is done (debian sid box).

PS: PLEASE CC: me off-list, not subscribed. thank you. my rebooting
opportunities for testing kernel options and images are limited.

eric côté

-- 
Puritanism: The haunting fear that someone, somewhere may be happy.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 652 bytes --]

                 reply	other threads:[~2004-11-18  9:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20041118094041.GB7555@nuit.ca \
    --to=simon@nuit.ca \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®