Re: [PATCH] scsi: Fixup fixed sense generation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




-		put_unaligned_be64(info, &buf[3]);
+		/*
+		 * Fixed format sense reserves only 32 bits for the
+		 * 'information' field
+		 */
+		put_unaligned_be32((u32)info, &buf[3]);
  	}
  }
  EXPORT_SYMBOL(scsi_set_sense_information);


Hannes,

This bit is handled in "scsi: Fix sense information setting in fixed sized format"
see http://permalink.gmane.org/gmane.linux.scsi/103115

Can you make it incremental to this patch?

James, I don't see it on the scsi tree, can you pick it up?

Sagi.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux