1. 09 9月, 2009 2 次提交
    • T
      libata: unbreak TPM filtering by reorganizing ata_scsi_pass_thru() · bd30add8
      Tejun Heo 提交于
      ata_scsi_pass_thru() was checking for input sanity and disallowed
      commands while initializaing qc from scmd.  TPM filtering was added
      right after protocol check at which point tf wasn't initialized
      properly.  This means that TPM filtering has never really worked.
      
      This patch fixes the bug by reorganizing ata_scsi_pass_thru() such
      that qc is fully initialized before checking for invalid conditions
      which is way less error prone.
      
      Discovered while Thilo-Alexander Ginkel was trying debug patches for
      bko#13416.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Cc: Thilo-Alexander Ginkel <thilo@ginkel.com>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      bd30add8
    • T
      sata_sis: convert to slave_link · 72fee382
      Tejun Heo 提交于
      During introduction of slave_link, sata_sis slipped through the crack
      and left with ad-hoc merged SCR access.  As SCR status was shared for
      both the master and slave devices, when only one of the device is
      online, libata EH would think both are online but would only get valid
      device signature for the actually present one, which in turn trigger
      the probing safety net mechanism and make EH retry causing large delay
      during boot.  This patch converts sata_sis to slave_link mechanism.
      
      This bug was reported by TAXI in bko#14075.
      
       http://bugzilla.kernel.org/show_bug.cgi?id=14075Signed-off-by: NTejun Heo <tj@kernel.org>
      Reported-by: NTAXI <taxi@a-city.de>
      Cc: Uwe Koziolek <uwe.koziolek@gmx.net>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      72fee382
  2. 02 9月, 2009 11 次提交
  3. 01 9月, 2009 6 次提交
  4. 31 8月, 2009 10 次提交
  5. 30 8月, 2009 2 次提交
  6. 29 8月, 2009 9 次提交