Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 18 Dec 2002 15:41:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 18 Dec 2002 15:41:50 -0500 Received: from [213.171.53.133] ([213.171.53.133]:14603 "EHLO gulipin.miee.ru") by vger.kernel.org with ESMTP id ; Wed, 18 Dec 2002 15:41:49 -0500 Date: Wed, 18 Dec 2002 23:49:45 +0300 (MSK) From: "Ruslan U. Zakirov" To: Richard A Nelson cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.52 PNP failure In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1132 Lines: 37 On Tue, 17 Dec 2002, Richard A Nelson wrote: > > Hand transcribed, so probably missing something important ... > > Oops: 0000 > Eip: 0060:[] Not tainted > EIP is at compare_pnp_id+0x4f/0x78 > Call Trace: > [] pnp_name_device+0x23/0x58 > [] __pnp_add_device+0xf/0xc8 > [] pnp_add_device+0x4c/0x54 > [] init+0x33/0x188 > [] init+0x0/0x188 > [] kernel_thread_helper+0x5/0xc > > <0>Kernel panic: Attempted to kill init! > Try this small patch. I think it'll help. --- drivers/pnp/driver.c~ 2002-12-20 02:15:30.000000000 +0300 +++ drivers/pnp/driver.c 2002-12-20 02:24:53.000000000 +0300 @@ -165,6 +165,7 @@ if (!dev) return -EINVAL; ptr = dev->id; + id->next = NULL; while (ptr && ptr->next) ptr = ptr->next; if (ptr) -- Ruslan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/