1. 13 11月, 2009 7 次提交
  2. 13 10月, 2009 2 次提交
  3. 02 10月, 2009 24 次提交
  4. 23 9月, 2009 1 次提交
  5. 22 9月, 2009 1 次提交
  6. 16 9月, 2009 1 次提交
  7. 11 9月, 2009 1 次提交
  8. 13 7月, 2009 1 次提交
  9. 04 7月, 2009 1 次提交
    • H
      cciss: Ignore stale commands after reboot · b59e64d0
      Hannes Reinecke 提交于
      When doing an unexpected shutdown like kexec the cciss
      firmware might still have some commands in flight, which
      it is trying to complete.
      The driver is doing it's best on resetting the HBA,
      but sadly there's a firmware issue causing the firmware
      _not_ to abort or drop old commands.
      So the firmware will send us commands which we haven't
      accounted for, causing the driver to panic.
      
      With this patch we're just ignoring these commands as
      there is nothing we could be doing with them anyway.
      Signed-off-by: NHannes Reinecke <hare@suse.de>
      Acked-by: NMike Miller <mike.miller@hp.com>
      Signed-off-by: NJens Axboe <axboe@carl.(none)>
      b59e64d0
  10. 16 6月, 2009 1 次提交