public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mike Galbraith <efault@gmx.de>
To: Andrew Morton <akpm@osdl.org>
Cc: Greg KH <gregkh@suse.de>, "Martin J. Bligh" <mbligh@google.com>,
	Cornelia Huck <cornelia.huck@de.ibm.com>,
	Andy Whitcroft <apw@shadowen.org>,
	linux-kernel@vger.kernel.org, Steve Fox <drfickle@us.ibm.com>
Subject: Re: 2.6.19-rc3-mm1 -- missing network adaptors
Date: Wed, 01 Nov 2006 08:43:01 +0100	[thread overview]
Message-ID: <1162366981.6107.12.camel@Homer.simpson.net> (raw)
In-Reply-To: <1162361529.5899.1.camel@Homer.simpson.net>

On Wed, 2006-11-01 at 07:12 +0100, Mike Galbraith wrote:
> On Tue, 2006-10-31 at 21:25 -0800, Andrew Morton wrote:
> > On Wed, 01 Nov 2006 05:43:18 +0100
> > Mike Galbraith <efault@gmx.de> wrote:
> > 
> > > On Tue, 2006-10-31 at 19:14 +0100, Mike Galbraith wrote:
> > > 
> > > > Seems it's driver-core-fixes-sysfs_create_link-retval-checks-in.patch
> > > > 
> > > > Tomorrow, I'll revert that alone from 2.6.19-rc3-mm1 to confirm...
> > > 
> > > Confirmed.  Boots fine with that patch reverted.
> > 
> > Could you test with something like this applied?
> 
> No output.  I had already enabled debugging, but got nada there either.
> Bugger.  <scritch scritch>

FIWI, the explosion is related to the fact that I have two graphics
cards configured in.  One is on-board (Intel 865 Chipset), and the other
is an ATI X850 AGP (which I use, the other is there in case of failure).

If I disable all of the Intel 865 options, the box gets much further.
It then oopses while initializing sound, and eventually hangs.  I poked
SysRq-T while it was hung, and was looking at the serial console output
when it took off again.  It stalled again, and eventually, I gave up on
it.  The complete log up through me poking SysRq-T is available for the
asking if anyone is interested.

The oops is below, but is probably irrelevant for this thread.

BUG: unable to handle kernel NULL pointer dereference at virtual address 0000010b
 printing eip:
f8818377
*pde = 00000000
Oops: 0002 [#1]
PREEMPT SMP 
last sysfs file: /class/input/input1/name
Modules linked in: snd_mpu401 snd_mpu401_uart snd_rawmidi snd_seq_device snd soundcore
CPU:    0
EIP:    0060:[<f8818377>]    Not tainted VLI
EFLAGS: 00010282   (2.6.19-rc3-mm1-smp #21)
EIP is at snd_register_device_for_dev+0xff/0x116 [snd]
eax: ffffffef   ebx: f79a2fa0   ecx: dffff4c0   edx: f7873e00
esi: 00000028   edi: 00000008   ebp: f7e4bd0c   esp: f7e4bce4
ds: 007b   es: 007b   ss: 0068
Process modprobe (pid: 2712, ti=f7e4a000 task=dfdb0a90 task.ti=f7e4a000)
Stack: f7c1a3c0 00000000 07400028 f881d69d f7e4bd24 00000000 f786e000 fffffff4 
       f7873e00 f7873e04 f7e4bd40 f882d951 f8832180 f7873e00 f7e4bd24 00000000 
       6964696d 30443143 ffffff00 f7c1a3c0 f79a2fe0 f786e140 00000000 f7e4bd50 
Call Trace:
 [<f882d951>] snd_rawmidi_dev_register+0xaa/0x322 [snd_rawmidi]
 [<f881c9a8>] snd_device_register_all+0x30/0x4f [snd]
 [<f8818bbe>] snd_card_register+0x55/0x311 [snd]
 [<f88582d6>] snd_mpu401_pnp_probe+0x13a/0x1d3 [snd_mpu401]
 [<c03316c7>] pnp_device_probe+0x47/0xa0
 [<c036327b>] driver_probe_device+0xb6/0x18f
 [<c036345c>] __driver_attach+0x84/0x86
 [<c0362b83>] bus_for_each_dev+0x44/0x62
 [<c0363097>] driver_attach+0x19/0x1b
 [<c0362689>] bus_add_driver+0x85/0x1a8
 [<c03636a9>] driver_register+0x54/0x84
 [<c03314d1>] pnp_register_driver+0x17/0x19
 [<f885c081>] alsa_card_mpu401_init+0x81/0xcd [snd_mpu401]
 [<c0141f27>] sys_init_module+0x12f/0x1c9c
 [<c010317c>] syscall_call+0x7/0xb
 [<b7f01f5e>] 0xb7f01f5e
 =======================
Code: a0 52 82 f8 c1 e0 14 09 f0 89 44 24 08 8b 45 14 89 44 24 04 a1 80 b4 83 f8 89 04 24 e8 36 96 b4 c7 89 43 14 85 c0 74 09 8b 55 0c <89> 90 1c 01 00 00 b8 2c 53 82 f8 e8 48 30 cd c7 31 f6 e9 62 ff 
EIP: [<f8818377>] snd_register_device_for_dev+0xff/0x116 [snd] SS:ESP 0068:f7e4bce4

(gdb) list *snd_register_device_for_dev+0xff
0x377 is in snd_register_device_for_dev (include/linux/device.h:405).
400     }
401
402     static inline void
403     dev_set_drvdata (struct device *dev, void *data)
404     {
405             dev->driver_data = data;
406     }
407
408     static inline int device_is_registered(struct device *dev)
409     {


  reply	other threads:[~2006-11-01  7:43 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-30  0:00 2.6.19-rc3-mm1 Andrew Morton
2006-10-30  2:50 ` 2.6.19-rc3-mm1 Dave Jones
2006-10-30  3:54   ` 2.6.19-rc3-mm1 Greg KH
2006-10-30  5:16     ` 2.6.19-rc3-mm1 Andrew Morton
2006-10-30  5:56       ` 2.6.19-rc3-mm1 Greg KH
2006-10-30 19:55       ` 2.6.19-rc3-mm1 - ATI SATA controller not detected Rafael J. Wysocki
2006-10-30 20:04         ` Greg KH
2006-10-30 20:15           ` 2.6.19-rc3-mm1 - udev doesn't work (was: ATI SATA controller not detected) Rafael J. Wysocki
2006-10-30 20:22             ` Greg KH
2006-10-30 20:48               ` Rafael J. Wysocki
2006-10-30 20:57                 ` Greg KH
2006-10-31  0:19                   ` Rafael J. Wysocki
2006-10-31  7:29                   ` Rafael J. Wysocki
2006-10-31  7:40                     ` Andrew Morton
2006-10-31  7:48                       ` Rafael J. Wysocki
2006-10-31  7:58                         ` Andrew Morton
2006-11-02  2:29                           ` 2.6.19-rc3-mm1 - udev doesn't work Andy Whitcroft
2006-10-30 20:36             ` Jeff Garzik
2006-10-30 20:45               ` Rafael J. Wysocki
2006-10-30 10:36 ` 2.6.19-rc3-mm1 Reuben Farrelly
2006-10-30 16:53   ` 2.6.19-rc3-mm1 Om Narasimhan
2006-10-30 15:25 ` 2.6.19-rc3-mm1 -- missing network adaptors Andy Whitcroft
2006-10-30 15:47   ` Martin J. Bligh
2006-10-30 16:47     ` Andrew Morton
2006-10-30 17:09       ` Martin Bligh
2006-10-30 17:21         ` Andy Whitcroft
2006-10-30 20:14           ` Cornelia Huck
2006-10-31  6:30             ` Mike Galbraith
2006-10-31  6:37               ` Martin J. Bligh
2006-10-31  6:54                 ` Mike Galbraith
2006-10-31  7:13                   ` Greg KH
2006-10-31  7:15                     ` Mike Galbraith
2006-10-31  7:21                       ` Greg KH
2006-10-31  7:31                         ` Mike Galbraith
2006-10-31  8:03                           ` Mike Galbraith
2006-10-31 19:07                             ` Greg KH
2006-10-31  6:59                 ` Greg KH
2006-10-31  7:09                   ` Mike Galbraith
2006-10-31  7:22                     ` Greg KH
2006-10-31 16:28                       ` Mike Galbraith
2006-10-31 18:14                         ` Mike Galbraith
2006-11-01  4:43                           ` Mike Galbraith
2006-11-01  5:25                             ` Andrew Morton
2006-11-01  6:12                               ` Mike Galbraith
2006-11-01  7:43                                 ` Mike Galbraith [this message]
2006-11-01  9:26                                 ` Mike Galbraith
2006-11-01 18:48                                   ` Andrew Morton
2006-11-01 20:13                                     ` Greg KH
2006-11-01 21:15                                     ` Mike Galbraith
2006-10-31  7:30                   ` Martin J. Bligh
2006-10-31  7:58                     ` Greg KH
2006-10-31 15:52                       ` Martin J. Bligh
2006-10-31 16:46                         ` Cornelia Huck
2006-10-31 17:09                           ` Martin J. Bligh
2006-10-31 17:29                             ` Cornelia Huck
2006-10-31 17:55                               ` Andy Whitcroft
2006-11-01  1:39                               ` Martin Bligh
2006-11-01  2:08                                 ` Greg KH
2006-11-01  2:11                                   ` Martin Bligh
2006-11-01 16:43                                     ` Greg KH
2006-11-02  5:24                                     ` Greg KH
2006-11-02  5:26                                       ` Martin J. Bligh
2006-11-02  5:49                                         ` Greg KH
2006-11-02  5:54                                         ` Mike Galbraith
2006-11-02  6:02                                         ` Greg KH
2006-11-02  6:07                                           ` Andrew Morton
2006-11-02  6:42                                             ` Greg KH
2006-11-02  6:49                                               ` Andrew Morton
2006-11-02  6:56                                                 ` Greg KH
2006-11-02  9:22                                                   ` Andy Whitcroft
2006-11-02 10:26                                                   ` Cornelia Huck
2006-11-03  0:57                                                     ` Greg KH
2006-11-02  6:32                                           ` Martin J. Bligh
2006-11-02  6:41                                             ` Andrew Morton
2006-11-01 10:00                                   ` Andy Whitcroft
2006-10-31 21:31                           ` Greg KH
2006-11-01  4:44                             ` Mike Galbraith
2006-10-31  7:36                   ` Mike Galbraith
2006-10-31  8:03             ` Cornelia Huck
2006-10-30 20:38           ` Andy Whitcroft
2006-10-31  1:03             ` Andy Whitcroft
2006-10-31  1:26 ` [2.6.19-rc3-mm1] BUG at arch/i386/mm/pageattr.c:165 Andrew James Wade
2006-10-31  2:04   ` Andrew Morton
2006-10-31  3:03     ` Andrew James Wade
2006-10-31  3:13       ` Andrew Morton
2006-10-31  3:58         ` Andrew James Wade
2006-10-31  4:11           ` Andrew Morton
2006-10-31  4:20             ` Greg KH
2006-10-31  5:09               ` Andrew James Wade
2006-11-01 16:25                 ` Andrew James Wade
2006-10-31  5:10           ` Andrew Morton
2006-10-31  6:31             ` Mike Galbraith
2006-10-31  7:03             ` Greg KH
2006-10-31  7:34               ` Andrew Morton
2006-10-31  7:48                 ` Andrew Morton
2006-10-31  8:01                 ` Greg KH
2006-10-31  8:12                   ` Andrew Morton

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=1162366981.6107.12.camel@Homer.simpson.net \
    --to=efault@gmx.de \
    --cc=akpm@osdl.org \
    --cc=apw@shadowen.org \
    --cc=cornelia.huck@de.ibm.com \
    --cc=drfickle@us.ibm.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbligh@google.com \
    /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