1. 08 7月, 2005 2 次提交
  2. 07 7月, 2005 1 次提交
  3. 29 6月, 2005 1 次提交
  4. 28 6月, 2005 9 次提交
  5. 27 6月, 2005 1 次提交
  6. 26 6月, 2005 2 次提交
  7. 24 6月, 2005 2 次提交
  8. 22 6月, 2005 1 次提交
  9. 21 6月, 2005 4 次提交
  10. 20 6月, 2005 1 次提交
  11. 18 6月, 2005 7 次提交
  12. 14 6月, 2005 1 次提交
  13. 13 6月, 2005 1 次提交
  14. 12 6月, 2005 6 次提交
  15. 09 6月, 2005 1 次提交
    • A
      [PATCH] sg traverse fix for __atapi_pio_bytes() · 6952df03
      Albert Lee 提交于
      Problem:
      Incorrect md5sum when using ATAPI PIO mode to verify a distro CD.
      
      Root cause:  sg traverse problem.
      In __atapi_pio_bytes(), if qc->cursg++ is increased and "goto
      next_page" is executed, then sg is not updated to the new qc->cursg
      and the old sg is overwritten with the new data.
      
      Changes:
      - Replace "goto next_page" with "goto next_sg" to make sg updated.
      Signed-off-by: NAlbert Lee <albertcc@tw.ibm.com>
      6952df03