Re: PATA Sil680 Disabling IRQ

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fajun Chen wrote:
On 2/28/08, Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> wrote:
PIO read/writes with wrong direction is not the only failure mode,
 > PATA sil680 also failed with disabling IRQ with some unsupported
 > commands such as Trusted Send (0x5E) even with perfect TF data. Given
 > that some ATA commands are optional,  we may have a chance to hit the
 > trap even with well programmed code.


That sounds very strange - I regularly test PATA controlles with
 unsupported commands and see the correct 0x04 abort patterns.


 > What would take to harden the PATA ISR code such that it fails more gracefully?


First thing would be to work out why your system is behaving differently
 to the others. What is the trigger here.

For most of unsupported commands, it will be aborted by drive.
However, for some unsupported commands, it may not.  I suspect these
bad commands are the new ones in ATA8 issued to some drives with old
firmware. For instance, can you try command 0x5E (Trusted Send PIO
data out) with sector count set to 1 and see what happens?

The blame is probably on drives which should have aborted these
commands. But the reality is that libata will handle variety of drives
including the ones with old firmware.  So the question here is whether
libata PATA code can be more fault tolerate. It seems the weakest link
is on PATA PIO since I have not been able to reproduce the IRQ
disabling problem on DMA operations.


With regards to many controllers -- and I think sil680 is one of those -- they snoop commands send to the device, in order to set some internal parameters (generally, guessing the taskfile protocol of the command).

As such, you cannot assume that all controllers will gracefully abort unknown commands.

Again, we are in the realm of privileged administrators creating scenarios which are not designed for general production use.

I support efforts to "harden" libata, but its a judgement call when it comes to random, unpredictable scenarios that only root may create. There are an infinite variety of such scenarios.

	Jeff


--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux