1. 06 6月, 2006 37 次提交
  2. 05 6月, 2006 1 次提交
    • D
      [SPARC64]: Fix missing fold at end of checksums. · ae5de0ff
      David S. Miller 提交于
      Both csum_partial() and the csum_partial_copy*() family of routines
      forget to do a final fold on the computed checksum value on sparc64.
      So do the standard Sparc "add + set condition codes, add carry"
      sequence, then make sure the high 32-bits of the return value are
      clear.
      
      Based upon some excellent detective work and debugging done by
      Richard Braun and Samuel Thibault.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ae5de0ff
  3. 04 6月, 2006 1 次提交
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 · 672c6108
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6:
        [SCSI] scsi_lib.c: properly count the number of pages in scsi_req_map_sg()
        [SCSI] scsi_transport_sas: make write attrs writeable
        [SCSI] scsi_transport_sas; fix user_scan
        [SCSI] ppa: fix for machines with highmem
        [SCSI] mptspi: reset handler shouldn't be called for other bus protocols
        [SCSI] Blacklist entry for HP dat changer
      672c6108
  4. 03 6月, 2006 1 次提交