From: Lukas Hejtmanek <xhejtman@ics.muni.cz>
To: Brice Goglin <brice@myri.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Regression: myri10ge driver in 2.6.26
Date: Wed, 23 Jul 2008 14:54:26 +0200 [thread overview]
Message-ID: <20080723125426.GN4359@ics.muni.cz> (raw)
In-Reply-To: <4886E932.1010206@myri.com>
Hello,
On Wed, Jul 23, 2008 at 10:17:54AM +0200, Brice Goglin wrote:
> Thanks for testing, I just sent the patch to stable@
it seems, I got another problem with the driver from 2.6.26:
modprobe myri10ge; ifconfig eth2 ip netmask mask up
produces:
[ 232.446645] myri10ge: Version 1.3.99-1.347
[ 232.446645] ACPI: PCI Interrupt 0000:07:00.0[A] -> GSI 18 (level, low) -> IRQ 18
[ 232.446645] PCI: Setting latency timer of device 0000:07:00.0 to 64
[ 232.446645] firmware: requesting myri10ge_eth_z8e.dat
[ 232.473332] myri10ge 0000:07:00.0: Unable to load myri10ge_eth_z8e.dat firmware image via hotplug
[ 232.473332] myri10ge 0000:07:00.0: hotplug firmware loading failed
[ 232.479988] myri10ge 0000:07:00.0: Successfully adopted running firmware
[ 232.479988] myri10ge 0000:07:00.0: Using firmware currently running on NIC. For optimal
[ 232.479988] myri10ge 0000:07:00.0: performance consider loading optimized firmware
[ 232.479988] myri10ge 0000:07:00.0: via hotplug
[ 232.532326] firmware: requesting adopted
[ 232.533331] myri10ge 0000:07:00.0: Unable to load adopted firmware image via hotplug
[ 232.533331] myri10ge 0000:07:00.0: hotplug firmware loading failed
[ 232.533331] myri10ge 0000:07:00.0: Successfully adopted running firmware
[ 232.640929] myri10ge 0000:07:00.0: MSI IRQ 499, tx bndry 2048, fw adopted, WC Enabled
[ 266.273295] myri10ge: Version 1.3.99-1.347
[ 266.273295] PCI: Setting latency timer of device 0000:07:00.0 to 64
[ 266.273295] firmware: requesting myri10ge_eth_z8e.dat
[ 266.406642] firmware: requesting myri10ge_eth_z8e.dat
[ 266.590610] myri10ge 0000:07:00.0: MSI IRQ 499, tx bndry 4096, fw myri10ge_eth_z8e.dat, WC Enabled
[ 271.500645] BUG: unable to handle kernel NULL pointer dereference at 0000000000000598
[ 271.500826] IP: [<ffffffffa0093308>] :myri10ge:myri10ge_open+0x1c8/0x880
[ 271.500957] PGD 43a88a067 PUD 43c636067 PMD 0
[ 271.501152] Oops: 0000 [1] SMP
[ 271.501301] CPU 1
[ 271.501405] Modules linked in: myri10ge ipv6 ac raid0 evdev usbhid loop serio_raw ehci_hcd i2c_i801 psmouse uhci_hcd i2c_core [last unloaded: myri10ge]
[ 271.502150] Pid: 2099, comm: ifconfig Not tainted 2.6.26 #1
[ 271.502217] RIP: 0010:[<ffffffffa0093308>] [<ffffffffa0093308>] :myri10ge:myri10ge_open+0x1c8/0x880
[ 271.502349] RSP: 0018:ffff81043a859d68 EFLAGS: 00010246
[ 271.502416] RAX: 0000000000000000 RBX: ffff81043a859d78 RCX: 0000000000000000
[ 271.502486] RDX: ffff81043a859d78 RSI: 000000000000000b RDI: 0000000000000000
[ 271.502556] RBP: ffff81043bb826c0 R08: ffff81043a858000 R09: ffffffff80730280
[ 271.502626] R10: ffff810080914000 R11: 0000000000000000 R12: 0000000000001043
[ 271.502696] R13: 0000000000001000 R14: ffff81043bb82000 R15: ffff81043bbedc10
[ 271.502766] FS: 00007f752d3686d0(0000) GS:ffff81043e42e480(0000) knlGS:0000000000000000
[ 271.502851] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 271.502919] CR2: 0000000000000598 CR3: 000000043b87a000 CR4: 00000000000006e0
[ 271.502988] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 271.503058] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 271.503128] Process ifconfig (pid: 2099, threadinfo ffff81043a858000, task ffff81043c5ebff0)
[ 271.503214] Stack: 0000000000000001 0000000000000000 0000000000000296 ffffffff803b2fc1
[ 271.503516] ffffffff000a0000 0000000000000000 0000000000000296 ffff81043bb82000
[ 271.503597] 0000000000000001 0000000000001043 0000000000001002 0000000000000000
[ 271.503597] Call Trace:
[ 271.503597] [<ffffffff803b2fc1>] ? __up_read+0x21/0xb0
[ 271.503597] [<ffffffff804cea79>] ? dev_open+0x59/0xb0
[ 271.503597] [<ffffffff804cd36f>] ? dev_change_flags+0x9f/0x1d0
[ 271.503597] [<ffffffff80510d74>] ? devinet_ioctl+0x594/0x730
[ 271.503597] [<ffffffff804bf4e4>] ? sock_ioctl+0x54/0x240
[ 271.503597] [<ffffffff802af57f>] ? vfs_ioctl+0x2f/0xa0
[ 271.503597] [<ffffffff802af664>] ? do_vfs_ioctl+0x74/0x2d0
[ 271.503597] [<ffffffff802af951>] ? sys_ioctl+0x91/0xb0
[ 271.503597] [<ffffffff8020c15b>] ? system_call_after_swapgs+0x7b/0x80
[ 271.503597]
[ 271.503597]
[ 271.503597] Code: 42 ff 48 85 d0 75 ec 8d 41 14 89 85 90 05 00 00 48 8b 85 f0 04 00 00 48 8d 5c 24 10 31 c9 be 0b 00 00 00 48 89 da 48 89 44 24 08 <48> 8b 80 98 05 00 00 48 8b 7c 24 08 48 89 04 24 e8 f3 ef ff ff
[ 271.503597] RIP [<ffffffffa0093308>] :myri10ge:myri10ge_open+0x1c8/0x880
[ 271.503597] RSP <ffff81043a859d68>
[ 271.503597] CR2: 0000000000000598
[ 271.507626] ---[ end trace d24e8d9a8e3ce862 ]---
--
Lukáš Hejtmánek
next prev parent reply other threads:[~2008-07-23 12:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-22 15:04 Lukas Hejtmanek
2008-07-22 21:29 ` Willy Tarreau
2008-07-22 22:11 ` Brice Goglin
2008-07-22 22:52 ` Brice Goglin
2008-07-23 8:06 ` Lukas Hejtmanek
2008-07-23 8:17 ` Brice Goglin
2008-07-23 12:54 ` Lukas Hejtmanek [this message]
2008-07-23 20:17 ` Brice Goglin
2008-07-24 13:43 ` Lukas Hejtmanek
2008-07-24 17:12 ` Brice Goglin
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=20080723125426.GN4359@ics.muni.cz \
--to=xhejtman@ics.muni.cz \
--cc=brice@myri.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 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®