From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 27 Jul 2001 15:30:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 27 Jul 2001 15:29:58 -0400 Received: from router-100M.swansea.linux.org.uk ([194.168.151.17]:58123 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Fri, 27 Jul 2001 15:29:48 -0400 Subject: Re: Linux 2.4.7-ac1 PNP Oops on shutdown To: reality@delusion.de (Udo A. Steinberg) Date: Fri, 27 Jul 2001 20:31:09 +0100 (BST) Cc: alan@lxorguk.ukuu.org.uk (Alan Cox), linux-kernel@vger.kernel.org (Linux Kernel) In-Reply-To: from "Udo A. Steinberg" at Jul 27, 2001 08:49:19 PM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Original-Recipient: rfc822;linux-kernel-outgoing > 2.4.7-ac1 oopses reproduceably during every shutdown. As far as I can tell, > 2.4.6-ac5 didn't exhibit this behaviour. >>From the trace that looks what I would expect > >>EIP; c0112b5d <===== > Trace; c011792d > Trace; c01dde51 > Trace; c01054c8 > Code; c0112b5d > 00000000 <_EIP>: > Code; c0112b5d <===== > 0: 8b 03 mov (%ebx),%eax <===== Its oopsing in the complete_and_exit changes killing the PnP docking thread. A quick look over the code and I have to admit I don't see why that happened I'll ponder it later