<HTML><HEAD><TITLE>Samsung Enterprise Portal mySingle</TITLE>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<STYLE id=mysingle_style type=text/css>P {
        MARGIN-BOTTOM: 5px; FONT-SIZE: 9pt; FONT-FAMILY: Arial, arial; MARGIN-TOP: 5px
}
TD {
        MARGIN-BOTTOM: 5px; FONT-SIZE: 9pt; FONT-FAMILY: Arial, arial; MARGIN-TOP: 5px
}
LI {
        MARGIN-BOTTOM: 5px; FONT-SIZE: 9pt; FONT-FAMILY: Arial, arial; MARGIN-TOP: 5px
}
BODY {
        FONT-SIZE: 9pt; FONT-FAMILY: Arial, arial; MARGIN: 10px; LINE-HEIGHT: 1.4
}
</STYLE>

<META content=IE=5 http-equiv=X-UA-Compatible>
<META content=IE=5 http-equiv=X-UA-Compatible>
<META name=GENERATOR content="MSHTML 11.00.9600.17728"></HEAD>
<BODY>
<P> </P>
<P>SAMSUNG approves the patch.</P>
<P> </P>
<P>Thanks,</P>
<P>Suman<BR><BR>------- Original Message -------<BR>Sender : nvmewin-request@lists.openfabrics.org<nvmewin-request@lists.openfabrics.org> <BR>Date   : Sep 23, 2015 06:10 (GMT+05:30)<BR>Title  : nvmewin Digest, Vol 45, Issue 21<BR><BR>Send nvmewin mailing list submissions to<BR> nvmewin@lists.openfabrics.org<BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR> http://lists.openfabrics.org/mailman/listinfo/nvmewin<BR>or, via email, send a message with subject or body 'help' to<BR> nvmewin-request@lists.openfabrics.org<BR><BR>You can reach the person managing the list at<BR> nvmewin-owner@lists.openfabrics.org<BR><BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of nvmewin digest..."<BR><BR><BR>Today's Topics:<BR><BR>   1. Re: FW: NVME fuzz test fixes (Robles, Raymond C)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Date: Wed, 23 Sep 2015 00:40:46 +0000<BR>From: "Robles, Raymond C" <raymond.c.robles@intel.com><BR>To: Alex Chang <Alex.Chang@pmcs.com>, Thomas Freeman<BR> <thomas.freeman@hgst.com>, Iuliu Rus <iuliur@google.com><BR>Cc: "nvmewin@lists.openfabrics.org" <nvmewin@lists.openfabrics.org><BR>Subject: Re: [nvmewin] FW: NVME fuzz test fixes<BR>Message-ID:<BR> <49158E750348AA499168FD41D88983606B769A4B@fmsmsx117.amr.corp.intel.com><BR> <BR>Content-Type: text/plain; charset="utf-8"<BR><BR>Thanks Alex!<BR><BR>From: nvmewin-bounces@lists.openfabrics.org [mailto:nvmewin-bounces@lists.openfabrics.org] On Behalf Of Alex Chang<BR>Sent: Tuesday, September 22, 2015 2:28 PM<BR>To: Thomas Freeman; Iuliu Rus<BR>Cc: nvmewin@lists.openfabrics.org; uliur@google.com<BR>Subject: Re: [nvmewin] FW: NVME fuzz test fixes<BR><BR>PMC approves the patch.<BR><BR>Thank you!<BR>Alex<BR><BR>From: nvmewin-bounces@lists.openfabrics.org<mailto:nvmewin-bounces@lists.openfabrics.org> [mailto:nvmewin-bounces@lists.openfabrics.org] On Behalf Of Thomas Freeman<BR>Sent: Tuesday, September 22, 2015 1:02 PM<BR>To: Iuliu Rus<BR>Cc: nvmewin@lists.openfabrics.org<mailto:nvmewin@lists.openfabrics.org>; uliur@google.com<mailto:uliur@google.com><BR>Subject: Re: [nvmewin] FW: NVME fuzz test fixes<BR><BR><BR>HGST approves these changes.<BR><BR>Tom Freeman<BR>Software Engineer, Device Manager and Driver Development<BR>HGST, a Western Digital company<BR>thomas.freeman@hgst.com<mailto:thomas.freeman@hgst.com><BR>507-322-2311<BR><BR>[HGST_Logo_email]<BR>3605 Hwy 52 N<BR>Rochester, MN 55901<BR>www.hgst.com<https://hgst.jiveon.com/external-link.jspa?url=http://www.hgst.com/><BR><BR>From: Iuliu Rus [mailto:iuliur@google.com]<BR>Sent: Tuesday, September 15, 2015 12:08 PM<BR>To: Thomas Freeman <thomas.freeman@hgst.com<mailto:thomas.freeman@hgst.com>><BR>Cc: Robles, Raymond C <raymond.c.robles@intel.com<mailto:raymond.c.robles@intel.com>>; nvmewin@lists.openfabrics.org<mailto:nvmewin@lists.openfabrics.org>; uliur@google.com<mailto:uliur@google.com><BR>Subject: Re: [nvmewin] FW: NVME fuzz test fixes<BR><BR>Thanks for the great feedback. Fixed all and attached the new zip (same password). I also reran the tests, but for 3) the Microsoft fuzz test seems to have no coverage. It keeps asking for sense data with aloc length of 0 (like 100 times). I artificially tested this by modifying the allocLength variable in kernel debugger.<BR><BR><BR><BR>On Mon, Sep 14, 2015 at 1:41 PM, Thomas Freeman <thomas.freeman@hgst.com<mailto:thomas.freeman@hgst.com>> wrote:<BR>Iuliu,<BR>The changes look good.<BR>I have just a few comments.<BR><BR>1.        nvmeSnti.C/Line 1157 ? memset(pResponseBuffer, 0, allocLength);  This was added to the comment, but it?s not clear why. I suspect it is an accidental addition. If so, this should be removed.<BR><BR>2.       nvmeSnti.c/Line 1519 ? Since the Lun value is actually written to the second byte of the entry, the comparison should be:<BR><BR>if (lunIdDataOffset + SINGLE_LVL_LUN_OFFSET >= allocLength)<BR><BR><BR><BR>As an example, test with a buffer size of 0x11. Without this change, the driver will actually write the byte after the allocated buffer.<BR><BR>3.       nvmeSnti.c/Line 2652 & 2669. Your change handles the case where there is no data buffer. But, it does not handle the case where the buffer is smaller than sizeof(DESCRIPTOR_FORMAT_SENSE_DATA). With a small buffer allocation, these writes would access beyond the allocated buffer<BR><BR>                                    pSenseData->ErrorCode                    = FIXED_SENSE_DATA;<BR><BR>            pSenseData->SenseKey                     = SCSI_SENSE_NO_SENSE;<BR><BR>            pSenseData->AdditionalSenseLength        = FIXED_SENSE_DATA_ADD_LENGTH;<BR><BR>            pSenseData->AdditionalSenseCode          = SCSI_ADSENSE_NO_SENSE;<BR><BR>            pSenseData->AdditionalSenseCodeQualifier = 0;<BR><BR><BR>Regards,<BR>Tom Freeman<BR>Software Engineer, Device Manager and Driver Development<BR>HGST, a Western Digital company<BR>thomas.freeman@hgst.com<mailto:thomas.freeman@hgst.com><BR>507-322-2311<tel:507-322-2311><BR><BR>[HGST_Logo_email]<BR>3605 Hwy 52 N<BR>Rochester, MN 55901<BR>www.hgst.com<https://hgst.jiveon.com/external-link.jspa?url=http://www.hgst.com/><BR><BR>From: nvmewin-bounces@lists.openfabrics.org<mailto:nvmewin-bounces@lists.openfabrics.org> [mailto:nvmewin-bounces@lists.openfabrics.org<mailto:nvmewin-bounces@lists.openfabrics.org>] On Behalf Of Robles, Raymond C<BR>Sent: Friday, September 11, 2015 3:29 PM<BR>To: nvmewin@lists.openfabrics.org<mailto:nvmewin@lists.openfabrics.org><BR>Subject: [nvmewin] FW: NVME fuzz test fixes<BR><BR>All,<BR><BR>Here is the original patch from Google (Iuliu) for the WHCK fuzz tests.<BR><BR>Thanks,<BR>Ray<BR><BR>From: nvmewin-bounces@lists.openfabrics.org<mailto:nvmewin-bounces@lists.openfabrics.org> [mailto:nvmewin-bounces@lists.openfabrics.org] On Behalf Of Iuliu Rus<BR>Sent: Monday, August 03, 2015 1:37 PM<BR>To: nvmewin@lists.openfabrics.org<mailto:nvmewin@lists.openfabrics.org><BR>Subject: [nvmewin] NVME fuzz test fixes<BR><BR>Hello,<BR>I have attached the fixes we (Google) did for the several crashes / corruptions exposed by the Windows HCK fuzztest.exe.<BR>We have tested this on qemu/ Server 2012 R2.<BR>The password on the zip is "nvme" :)<BR>HGST E-mail Confidentiality Notice & Disclaimer:<BR>This e-mail and any files transmitted with it may contain confidential or legally privileged information of HGST and are intended solely for the use of the individual or entity to which they are addressed. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited.  If you have received this e-mail in error, please notify the sender immediately and delete the e-mail in its entirety from your system.<BR><BR>_______________________________________________<BR>nvmewin mailing list<BR>nvmewin@lists.openfabrics.org<mailto:nvmewin@lists.openfabrics.org><BR>http://lists.openfabrics.org/mailman/listinfo/nvmewin<BR><BR>HGST E-mail Confidentiality Notice & Disclaimer:<BR>This e-mail and any files transmitted with it may contain confidential or legally privileged information of HGST and are intended solely for the use of the individual or entity to which they are addressed. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited.  If you have received this e-mail in error, please notify the sender immediately and delete the e-mail in its entirety from your system.<BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: <http://lists.openfabrics.org/pipermail/nvmewin/attachments/20150923/fede796b/attachment.html><BR>-------------- next part --------------<BR>A non-text attachment was scrubbed...<BR>Name: image001.png<BR>Type: image/png<BR>Size: 4274 bytes<BR>Desc: image001.png<BR>URL: <http://lists.openfabrics.org/pipermail/nvmewin/attachments/20150923/fede796b/attachment.png><BR><BR>------------------------------<BR><BR>_______________________________________________<BR>nvmewin mailing list<BR>nvmewin@lists.openfabrics.org<BR>http://lists.openfabrics.org/mailman/listinfo/nvmewin<BR><BR><BR>End of nvmewin Digest, Vol 45, Issue 21<BR>***************************************<BR><p>&nbsp;</p><p>&nbsp;</p></P></BODY></HTML><img src='http://ext.samsung.net/mailcheck/SeenTimeChecker?do=36652d682e3669a8058afc1f1dafb9f39cd05f6ab872f9f67d9badbdf7e30042d1afaaba7860cdcd9564217c646641ad61e16949eaa607501b20909a04efd4d2748cfe1d4e847419cf878f9a26ce15a0' border=0 width=0 height=0 style='display:none'>