From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH 3/4] BUG_ON on kernel misbehavior on A100U2W driver Date: Tue, 15 Jul 2008 10:17:47 -0500 Message-ID: <1216135067.3312.40.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from accolon.hansenpartnership.com ([76.243.235.52]:47631 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751753AbYGOPRv (ORCPT ); Tue, 15 Jul 2008 11:17:51 -0400 In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Mikulas Patocka Cc: torvalds@linux-foundation.org, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, 2008-07-15 at 10:14 -0400, Mikulas Patocka wrote: > With broken Sparc64 IOMMU accounting, the kernel submits larger requests > then allowed. Better to crash on BUG than corrupt memory. This needs to be > fixed in sparc64 code. This analysis is correct ... and the reason we don't add driver work arounds, so it really needs to be fixed in sparc, not worked around in the driver. James