Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754360AbXLKPCz (ORCPT ); Tue, 11 Dec 2007 10:02:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752303AbXLKPCo (ORCPT ); Tue, 11 Dec 2007 10:02:44 -0500 Received: from smtp-vbr9.xs4all.nl ([194.109.24.29]:3808 "EHLO smtp-vbr9.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752299AbXLKPCn (ORCPT ); Tue, 11 Dec 2007 10:02:43 -0500 X-Greylist: delayed 1270 seconds by postgrey-1.27 at vger.kernel.org; Tue, 11 Dec 2007 10:02:42 EST Subject: Re: broken dpt_i2o in 2.6.23 (was: ext2_check_page: bad entry in directory) (fwd) From: Miquel van Smoorenburg To: Anders Henke Cc: FUJITA Tomonori , matthew@wil.cx, jack@ucw.cz, fujita.tomonori@lab.ntt.co.jp, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, miquels@cistron.nl In-Reply-To: <20071130103450.GC7697@1und1.de> References: <20071129130319.GA2642@atrey.karlin.mff.cuni.cz> <20071129235813Y.tomof@acm.org> <20071129164557.GD30957@1und1.de> <20071130021226T.tomof@acm.org> <20071130103450.GC7697@1und1.de> Content-Type: text/plain Date: Tue, 11 Dec 2007 15:40:34 +0100 Message-Id: <1197384034.19679.13.camel@n2o.xs4all.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2233 Lines: 53 On Fri, 2007-11-30 at 11:34 +0100, Anders Henke wrote: > Am 30.11.2007 schrieb FUJITA Tomonori: > > > > > According to the 2.6.23-rc1 short-form changelog, there is > > > > > one major edit on the dpt_i2o driver: > > > > > > > > > > FUJITA Tomonori > > > > > > > > > > [SCSI] dpt_i2o: convert to use the data buffer accessors > > > > > > > > > > Stephen Rothwell > > > > > dpt_i2o depends on virt_to_bus > > > > > > > > > > Fujita, would you please take a look at this? > > > > > > In between, I've ruled out that the static assignment isn't > source of the problem. And due to some manually made "make clean" which > didn't clean enough, I've also pointed out the wrong patch - sorry, > Fujita, definitely the right one which breaks my boxes is the dpt_i2o patch > from 2.6.23-rc2 to 2.6.23-rc3 (7 kb in Size) from Matthew Wilcox. > > commit 55d9fcf57ba5ec427544fca7abc335cf3da78160 > Author: Matthew Wilcox > Date: Mon Jul 30 15:19:18 2007 -0600 > > [SCSI] dpt_i2o: convert to SCSI hotplug model I just noticed the same bug when I tried to update a 2.6.18 server to 2.6.23.9 .. also tried 2.6.24-rc4. The symptom I'm seeing is that init segfaults, or can't be found .. anyway, driver/fs errors. In the kernel config, under "processor type and features", I disabled "64GB memory" support (changed to 4GB) and I also disabled "64 bit Memory and IO resources" and the problem went away. Do you by any chance happen to have those features enabled ? The dpt_i2o driver is not 64-bit clean, it happens to work with PAE/64-bit dma in earlier kernels but that might be by chance. Perhaps the different initialization ordering exposes the problem. I got the 64-bit dpt_i2o driver from Adaptec some time ago, and I have added 64-bit support to the 2.6.23.1 dpt_i2o driver based on that driver. I intended to submit it for 2.6.25 or so ... if I have some time later today or tomorrow I'll try that next to see if that makes a difference. Mike. -- 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/