AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20090330113425.71f51372@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:mail.onstor.net
NSV:
SSH:
R:<bfisher@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
X-Sylpheed-End-Special-Headers: 1
Date: Mon, 30 Mar 2009 11:34:42 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: Bill Fisher <bfisher@onstor.com>
Subject: tuxrx kernel crashes
Message-ID: <20090330113442.63d15309@ripper.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

I tracked down the source of the crashes, it's because the mgmtbus code
in git is not your latest code, at least I assume it isn't, because it's
quite broken.  I looked through the mgmt_bus initialization code, and
it's setting everything to the wrong addresses.  In fact, I think it's
setting everything to the same address and also the wrong address.
Hence the crash when it tries to access anything.

Compare what you have in a working tree to what's in git in the mgmtbus
driver directory and fix accordingly.

I actually spent about 10 minutes trying to fix it, but I think I only
made it worse.  And then I decided that if this isn't your latest, then
there's no point in me fixing just the initialization code.