lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 07 Feb 2008 17:03:43 -0500
From:	Chuck Ebbert <cebbert@...hat.com>
To:	"Yang, Bo" <Bo.Yang@....com>
CC:	Andrew Morton <akpm@...ux-foundation.org>,
	Scott Shambarger <scott-lkml@...mbarger.net>,
	linux-kernel@...r.kernel.org,
	"Patro, Sumant" <Sumant.Patro@....com>, linux-scsi@...r.kernel.org,
	DL-MegaRAID Linux <megaraidlinux@....com>,
	"Kolli, Neela" <Neela.Kolli@....com>
Subject: Re: Oops in megaraid_mbox_dpc(), kernel 2.6.23.9-85.fc8.i686

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ