06 Jun, 2006

38 commits


05 Jun, 2006

1 commit

  • 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: David S. Miller

    David S. Miller
     

04 Jun, 2006

1 commit

  • * 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

    Linus Torvalds