Re: return value warnings about scsi_add_host, anything in progre ss?

2005-02-08 Thread Alexander Stohr
Matthew Wilcox wrote: I think you misunderstood my point. megaraid does not produce a warning about a missing return check when I compile it with gcc-3.4. Does it warn for you? If not, why did you include it in the list? I grepped the whole source tree and discared the locations where in

Re: [RFC][PATCH 2.6.11-rc2] Linux SCSI hotplug infrastructure

2005-02-08 Thread Matt Domsch
On Mon, Feb 07, 2005 at 12:27:53PM -0600, Matt Domsch wrote: Below is a patch to add some hotplug infrastructure to the Linux SCSI subsystem. I've added and reworked the megaraid_mbox driver to make use of this new infrastructure. I'll send that patch next. The rest is unchanged from

Re: [RFC][PATCH 2.6.11-rc2] Linux SCSI hotplug infrastructure

2005-02-08 Thread Matt Domsch
On Tue, Feb 08, 2005 at 05:19:23PM -0600, Matt Domsch wrote: I've added and reworked the megaraid_mbox driver to make use of this new infrastructure. I'll send that patch next. The rest is unchanged from yesterday. This is the megaraid_mbox 2.20.4.5 patch as submitted by LSI on-list last

Re: [RFC][PATCH 2.6.11-rc2] Linux SCSI hotplug infrastructure

2005-02-08 Thread Matt Domsch
On Tue, Feb 08, 2005 at 05:19:23PM -0600, Matt Domsch wrote: On Mon, Feb 07, 2005 at 12:27:53PM -0600, Matt Domsch wrote: Below is a patch to add some hotplug infrastructure to the Linux SCSI subsystem. I've added and reworked the megaraid_mbox driver to make use of this new

still BUG's for smp_processor_id() on interrupt

2005-02-08 Thread Patrick Mansfield
Hi Andrew - I'm still getting lots of BUG's for the smp_processor_id, but via the interrupt function. I am running the latest bk, it has your patch to qla_os.c: [elm3b79 qla2xxx]$ grep smp_proc qla_os.c if (_smp_processor_id() == ha-last_irq_cpu || was_empty) I'm running on a NUMAQ

[PATCH scsi-rc-fixes-2.6] Re-enable FC Transport Host Statistics

2005-02-08 Thread James . Smart
With the conversion to the new attribute containers/transport work, the FC host statistics were lost. This patch re-enables them. This patch adds a statistics group to each attribute container and adds/removes them at the same time the base attributes are added/removed. -- James S

Re: still BUG's for smp_processor_id() on interrupt

2005-02-08 Thread Andrew Vasquez
On Tue, 08 Feb 2005, Patrick Mansfield wrote: I'm still getting lots of BUG's for the smp_processor_id, but via the interrupt function. It's during the driver's init-time polling for interrupts... I am running the latest bk, it has your patch to qla_os.c: [elm3b79 qla2xxx]$ grep