Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757466AbZCDULU (ORCPT ); Wed, 4 Mar 2009 15:11:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756142AbZCDULE (ORCPT ); Wed, 4 Mar 2009 15:11:04 -0500 Received: from www.tglx.de ([62.245.132.106]:41796 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755841AbZCDULB (ORCPT ); Wed, 4 Mar 2009 15:11:01 -0500 Date: Wed, 4 Mar 2009 21:09:41 +0100 (CET) From: Thomas Gleixner To: Andrew Morton cc: Ingo Molnar , stefanr@s5r6.in-berlin.de, efault@gmx.de, James.Bottomley@HansenPartnership.com, jengelh@medozas.de, bharrosh@panasas.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org Subject: Re: Large amount of scsi-sgpool objects In-Reply-To: <20090304111114.aed7b225.akpm@linux-foundation.org> Message-ID: References: <20090303192212.GA20705@elte.hu> <1236115544.15993.22.camel@localhost.localdomain> <20090303214454.GA8288@elte.hu> <1236119990.24019.35.camel@localhost.localdomain> <20090303230323.GA21644@elte.hu> <49ADBE29.4040706@s5r6.in-berlin.de> <20090303234834.GA13389@elte.hu> <49AE221D.9010909@s5r6.in-berlin.de> <1236150752.6049.19.camel@marge.simson.net> <49AE32B5.9040603@s5r6.in-berlin.de> <20090304112455.GB14593@elte.hu> <20090304111114.aed7b225.akpm@linux-foundation.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1611 Lines: 42 On Wed, 4 Mar 2009, Andrew Morton wrote: > On Wed, 4 Mar 2009 12:24:55 +0100 > Ingo Molnar wrote: > > > FYI, we still have not tracked down the SCSI bug. Latest > > tip:master is able to boot and work on the affected systems, > > while the upstream kernel does not even boot because the fix (or > > the revert, should the fix be deemed unwanted) is stuck in the > > SCSI tree. > > > > There are fixes in the scsi tree? > > Does the scsi tree fix all the regressions which you guys are seeing? > > I must say that it seems to be awfully late in the cycle to have this > amount of breakage remaining in mainline when we know exactly which > patches need to be reverted to unbreak things. We are looking at two breakages: 1) the hang which is observed on AIC7xxx, which is identified (Ingo tracked it down to a bunch of commits). There is a tentative fix right now, which needs more testing and the ack of James. James has some objections which stalled the fix, but I did not come around to dig into this yet as I'm busy with #2. 2) a crash caused by blk_rq_map_sg() using more sg entries than the code which setup the request estimated. That one is dangerous, it already trashed a complete filesystem. I'm in the process of providing the necessary debug data, as I found a way to reproduce the problem halfsways. Thanks, tglx -- 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/