All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANNOUNCE] libata: new EH, NCQ, hotplug and Power Management patches against v2.6.17
@ 2006-06-25  7:30 Tejun Heo
  2006-06-25 11:30 ` Andre Tomt
  0 siblings, 1 reply; 5+ messages in thread
From: Tejun Heo @ 2006-06-25  7:30 UTC (permalink / raw)
  To: linux-kernel, linux-ide

Hello, all.

libata-tj-stable patches against v2.6.17 and v2.6.17.1 are available.

* New Power Management added
* Port Multiplier support is dropped for the time being

The patches add the following features to v2.6.17.

* New error handling
* IRQ driven PIO (from Albert Lee)
* SATA NCQ support
* Hotplug support
* New PM (Power Management)

The following drivers support new features.

ahci:		new EH, irq-pio, hotplug, NCQ
ata_piix:	new EH, irq-pio, warmplug (HW restriction), PM
sata_nv:	new EH, irq-pio, hotplug
sata_sil:	new EH, irq-pio, hotplug, PM
sata_sil24:	new EH, irq-pio, hotplug, PM, NCQ
sata_sis:	new EH, irq-pio, warmplug, EXPERIMENTAL
sata_svw:	new EH, irq-pio, warmplug, EXPERIMENTAL
sata_uli:	new EH, irq-pio, warmplug, EXPERIMENTAL
sata_via:	new EH, irq-pio, warmplug, EXPERIMENTAL
sata_vsc:	new EH, irq-pio, warmplug, EXPERIMENTAL

More info can be found at the following URL.

 http://home-tj.org/wiki/index.php/Libata-tj-stable

Patches against v2.6.17 are avaialbe at the following URL.

 http://home-tj.org/files/libata-tj-stable/libata-tj-2.6.17-20060625.tar.bz2

Please read README carefully before trying the patches.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] libata: new EH, NCQ, hotplug and Power Management patches against v2.6.17
  2006-06-25  7:30 [ANNOUNCE] libata: new EH, NCQ, hotplug and Power Management patches against v2.6.17 Tejun Heo
@ 2006-06-25 11:30 ` Andre Tomt
  2006-06-25 11:44   ` Tejun Heo
  0 siblings, 1 reply; 5+ messages in thread
From: Andre Tomt @ 2006-06-25 11:30 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-kernel, linux-ide

Tejun Heo wrote:
> Hello, all.
> 
> libata-tj-stable patches against v2.6.17 and v2.6.17.1 are available.

It appears drivers/scsi/libata-eh.c isn't getting built in the 2.6.17 
patch, seems to be missing in drivers/scsi/Makefile:

> if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map -b /build/kernel/linux-2.6.17/debian/linux-image-2.6.17-1-vs-exp -r 2.6.17-1-vs-exp; fi
> WARNING: /build/kernel/linux-2.6.17/debian/linux-image-2.6.17-1-vs-exp/lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/libata.ko needs unknown symbol ata_scsi_timed_out
> WARNING: /build/kernel/linux-2.6.17/debian/linux-image-2.6.17-1-vs-exp/lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/libata.ko needs unknown symbol ata_qc_schedule_eh
> WARNING: /build/kernel/linux-2.6.17/debian/linux-image-2.6.17-1-vs-exp/lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/libata.ko needs unknown symbol ata_scsi_error
> WARNING: /build/kernel/linux-2.6.17/debian/linux-image-2.6.17-1-vs-exp/lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/libata.ko needs unknown symbol ata_port_wait_eh
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_vsc.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_via.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_uli.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_sx4.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_svw.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_sis.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_sil24.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_sil.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_qstor.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_promise.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_nv.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/sata_mv.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/pdc_adma.ko ignored, due to loop
> WARNING: Loop detected: /build/kernel/linux-2.6.17/debian/linux-image-2.6.17-1-vs-exp/lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/libata.ko which needs libata.ko again!
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/libata.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/ata_piix.ko ignored, due to loop
> WARNING: Module /lib/modules/2.6.17-1-vs-exp/kernel/drivers/scsi/ahci.ko ignored, due to loop
> make[1]: Leaving directory `/build/kernel/linux-2.6.17/build/linux-image-2.6.17-1-vs-exp'

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] libata: new EH, NCQ, hotplug and Power Management patches against v2.6.17
  2006-06-25 11:30 ` Andre Tomt
@ 2006-06-25 11:44   ` Tejun Heo
  2006-06-25 13:45     ` Andre Tomt
  0 siblings, 1 reply; 5+ messages in thread
From: Tejun Heo @ 2006-06-25 11:44 UTC (permalink / raw)
  To: Andre Tomt; +Cc: linux-kernel, linux-ide

Andre Tomt wrote:
> Tejun Heo wrote:
>> Hello, all.
>>
>> libata-tj-stable patches against v2.6.17 and v2.6.17.1 are available.
> 
> It appears drivers/scsi/libata-eh.c isn't getting built in the 2.6.17 
> patch, seems to be missing in drivers/scsi/Makefile:

Yeap, right.  My bad.  I forgot to do 'quilt add' the Makefile.  The 
updated tarball is at

http://home-tj.org/files/libata-tj-stable/libata-tj-2.6.17-20060625-1.tar.bz2

Sorry about the trouble.

-- 
tejun

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] libata: new EH, NCQ, hotplug and Power Management patches against v2.6.17
  2006-06-25 11:44   ` Tejun Heo
@ 2006-06-25 13:45     ` Andre Tomt
  2006-06-25 13:48       ` Tejun Heo
  0 siblings, 1 reply; 5+ messages in thread
From: Andre Tomt @ 2006-06-25 13:45 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-kernel, linux-ide

Tejun Heo wrote:
> Andre Tomt wrote:
>> Tejun Heo wrote:
>>> Hello, all.
>>>
>>> libata-tj-stable patches against v2.6.17 and v2.6.17.1 are available.
>>
>> It appears drivers/scsi/libata-eh.c isn't getting built in the 2.6.17 
>> patch, seems to be missing in drivers/scsi/Makefile:
> 
> Yeap, right.  My bad.  I forgot to do 'quilt add' the Makefile.  The 
> updated tarball is at
> 
> http://home-tj.org/files/libata-tj-stable/libata-tj-2.6.17-20060625-1.tar.bz2 

Seems to work great so far, only knit is that the kernel log does not 
print it out the NCQ bits as indicated in the README. queue_depth in 
sysfs do show proper values however, just a backport issue I guess.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ANNOUNCE] libata: new EH, NCQ, hotplug and Power Management patches against v2.6.17
  2006-06-25 13:45     ` Andre Tomt
@ 2006-06-25 13:48       ` Tejun Heo
  0 siblings, 0 replies; 5+ messages in thread
From: Tejun Heo @ 2006-06-25 13:48 UTC (permalink / raw)
  To: Andre Tomt; +Cc: linux-kernel, linux-ide

Andre Tomt wrote:
> Tejun Heo wrote:
>> Andre Tomt wrote:
>>> Tejun Heo wrote:
>>>> Hello, all.
>>>>
>>>> libata-tj-stable patches against v2.6.17 and v2.6.17.1 are available.
>>>
>>> It appears drivers/scsi/libata-eh.c isn't getting built in the 2.6.17 
>>> patch, seems to be missing in drivers/scsi/Makefile:
>>
>> Yeap, right.  My bad.  I forgot to do 'quilt add' the Makefile.  The 
>> updated tarball is at
>>
>> http://home-tj.org/files/libata-tj-stable/libata-tj-2.6.17-20060625-1.tar.bz2 
> 
> 
> Seems to work great so far, only knit is that the kernel log does not 
> print it out the NCQ bits as indicated in the README. queue_depth in 
> sysfs do show proper values however, just a backport issue I guess.

It's actually a hiccup introduced by recent selective msg-enable in 
#upstream.  It will be resolved soon.

Thanks.

-- 
tejun

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-06-25 13:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-25  7:30 [ANNOUNCE] libata: new EH, NCQ, hotplug and Power Management patches against v2.6.17 Tejun Heo
2006-06-25 11:30 ` Andre Tomt
2006-06-25 11:44   ` Tejun Heo
2006-06-25 13:45     ` Andre Tomt
2006-06-25 13:48       ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.