Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 4 Oct 2002 20:55:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 4 Oct 2002 20:55:00 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:52232 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Fri, 4 Oct 2002 20:54:59 -0400 Date: Fri, 4 Oct 2002 18:02:15 -0700 (PDT) From: Linus Torvalds To: Alexander Viro cc: linux-kernel@vger.kernel.org Subject: Re: oops in bk pull (oct 03) 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: 806 Lines: 22 On Fri, 4 Oct 2002, Alexander Viro wrote: > > Hell knows. The only explanation I see (and that's not worth much) is that > we somehow confuse the chipset and get crapped on something like next cache > miss. I don't see any better explanation right now, so I guess we just revert that thing. The only other notion I might come up with is stack corruption, ie the code in pci_read_bases() might corrupt the return stack subtly (it does add another local variable whose address is taken), causing a jump to a random address on return. Compiler bug? Linus - 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/