Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933214AbYBGWER (ORCPT ); Thu, 7 Feb 2008 17:04:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757825AbYBGWEA (ORCPT ); Thu, 7 Feb 2008 17:04:00 -0500 Received: from mx1.redhat.com ([66.187.233.31]:36874 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756993AbYBGWD6 (ORCPT ); Thu, 7 Feb 2008 17:03:58 -0500 Message-ID: <47AB803F.7070208@redhat.com> Date: Thu, 07 Feb 2008 17:03:43 -0500 From: Chuck Ebbert Organization: Red Hat User-Agent: Thunderbird 1.5.0.12 (X11/20071019) MIME-Version: 1.0 To: "Yang, Bo" CC: Andrew Morton , Scott Shambarger , linux-kernel@vger.kernel.org, "Patro, Sumant" , linux-scsi@vger.kernel.org, DL-MegaRAID Linux , "Kolli, Neela" Subject: Re: Oops in megaraid_mbox_dpc(), kernel 2.6.23.9-85.fc8.i686 References: <9738BCBE884FDB42801FAD8A7769C26501EE201D@NAMAIL1.ad.lsil.com> In-Reply-To: <9738BCBE884FDB42801FAD8A7769C26501EE201D@NAMAIL1.ad.lsil.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 995 Lines: 24 On 02/06/2008 02:38 PM, Yang, Bo wrote: > Andrew/Scott, > > Can you give me more details about this issue? Such as: MegaRAID > Controller name, FW version, RAID configuration, host system info, how > to reproduce this issue. Also do you see the issue on other kernel > versions. > He has hit the BUG() here in megaraid_mbox_dpc(): // Make sure f/w has completed a valid command if (scb->state != SCB_ISSUED) { con_log(CL_ANN, (KERN_CRIT "megaraid critical err: invalid command %d:%d:%p\n", scb->sno, scb->state, scp)); BUG(); continue; // Must never happen! } -- 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/