* [PATCH] QStor SATA/RAID v.96 for 2.6.9-rc2
@ 2004-09-21 17:35 Mark Lord
2004-09-21 17:58 ` Mark Lord
0 siblings, 1 reply; 5+ messages in thread
From: Mark Lord @ 2004-09-21 17:35 UTC (permalink / raw)
To: Linux Kernel, linux-scsi
[-- Attachment #1: Type: text/plain, Size: 915 bytes --]
Here is round-two for the Pacific Digital QStor SATA/RAID driver.
Most of the original concerns have been addressed,
and a few bugs fixed in the interim.
This driver does not share code (yet) with libata, due to the
difficulty of doing so at present -- the vendor wants the same
source code to be usable (eventually) on early 2.4.xx kernels
which lack libata, and much of the existing libata code requires
libata-specific data structures. We'll work on that later.
New in this version is a scsi_worker_thread, used to feed drive
hotplug events back to the mid-layer. During testing we discovered
that this is very unsafe to do from "normal" driver context,
since the mid-layer promptly calls back into the driver in the
same context, causing all kinds of locking issues and whatnot.
Feedback is appreciated, but please keep it civil, guys!
Cheers
--
Mark Lord
(hdparm keeper & the original "Linux IDE Guy")
[-- Attachment #2: qstor-21sep04.patch.gz --]
[-- Type: application/x-gzip, Size: 38459 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] QStor SATA/RAID v.96 for 2.6.9-rc2
2004-09-21 17:35 [PATCH] QStor SATA/RAID v.96 for 2.6.9-rc2 Mark Lord
@ 2004-09-21 17:58 ` Mark Lord
2004-09-21 18:21 ` Jeff Garzik
0 siblings, 1 reply; 5+ messages in thread
From: Mark Lord @ 2004-09-21 17:58 UTC (permalink / raw)
Cc: Linux Kernel, linux-scsi
Okay, I missed one thing in the proof read.. these two lines (below)
will be added to qstor.c, for use by the separate RAID management module.
EXPORT_SYMBOL(qs_del_raid);
EXPORT_SYMBOL(qs_setup_raid);
Cheers
--
Mark Lord
(hdparm keeper & the original "Linux IDE Guy")
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] QStor SATA/RAID v.96 for 2.6.9-rc2
2004-09-21 17:58 ` Mark Lord
@ 2004-09-21 18:21 ` Jeff Garzik
2004-09-21 19:21 ` Mark Lord
0 siblings, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2004-09-21 18:21 UTC (permalink / raw)
To: Mark Lord; +Cc: Linux Kernel, linux-scsi
Mark Lord wrote:
> Okay, I missed one thing in the proof read.. these two lines (below)
> will be added to qstor.c, for use by the separate RAID management module.
>
> EXPORT_SYMBOL(qs_del_raid);
> EXPORT_SYMBOL(qs_setup_raid);
Where is this seperate RAID management module? :)
Typically we do not add kernel hooks to non-public stuff...
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] QStor SATA/RAID v.96 for 2.6.9-rc2
2004-09-21 18:21 ` Jeff Garzik
@ 2004-09-21 19:21 ` Mark Lord
2004-09-21 19:26 ` Jeff Garzik
0 siblings, 1 reply; 5+ messages in thread
From: Mark Lord @ 2004-09-21 19:21 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Linux Kernel, linux-scsi
Jeff Garzik wrote:
>
> Where is this seperate RAID management module? :)
>
> Typically we do not add kernel hooks to non-public stuff...
It is still under development. The vendor will likely
distribute it in source code form with the product installation disk,
since it is likely to undergo far more frequent updates that the
base kernel driver.
This allows them to decouple the portion not needed at boot-time,
from the more difficult to change kernel code that has to be
there to boot the system on RAID.
Cheers
--
Mark Lord
(hdparm keeper & the original "Linux IDE Guy")
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] QStor SATA/RAID v.96 for 2.6.9-rc2
2004-09-21 19:21 ` Mark Lord
@ 2004-09-21 19:26 ` Jeff Garzik
0 siblings, 0 replies; 5+ messages in thread
From: Jeff Garzik @ 2004-09-21 19:26 UTC (permalink / raw)
To: Mark Lord; +Cc: Linux Kernel, linux-scsi
Mark Lord wrote:
> Jeff Garzik wrote:
>
>>
>> Where is this seperate RAID management module? :)
>>
>> Typically we do not add kernel hooks to non-public stuff...
>
>
> It is still under development. The vendor will likely
> distribute it in source code form with the product installation disk,
> since it is likely to undergo far more frequent updates that the
> base kernel driver.
>
> This allows them to decouple the portion not needed at boot-time,
> from the more difficult to change kernel code that has to be
> there to boot the system on RAID.
Regardless, if the RAID code isn't in the kernel or otherwise posted
somewhere publicly and GPL'd, the hooks are unlikely to be accepted.
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-09-21 19:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-21 17:35 [PATCH] QStor SATA/RAID v.96 for 2.6.9-rc2 Mark Lord
2004-09-21 17:58 ` Mark Lord
2004-09-21 18:21 ` Jeff Garzik
2004-09-21 19:21 ` Mark Lord
2004-09-21 19:26 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox