Fedora Account System
Red Hat Associate
Red Hat Customer
Could you apply the following very important upstream patch, please?: http://git.kernel.org/cgit/linux/kernel/git/jejb/scsi.git/commit/?h=for-next&id=95c9f4d4da6c4e445a9dd58c8382356520ea91a0 commit 95c9f4d4da6c4e445a9dd58c8382356520ea91a0 [SCSI] libsas: use right function to alloc smp response In fact the disc_resp buffer will be overwrite by smp response, so we never found this typo, correct it by using the right one. Signed-off-by: John Gong <john_gong> Signed-off-by: Jack Wang <jack_wang> Signed-off-by: James Bottomley <JBottomley> It corrects stupid typo: - disc_resp = alloc_smp_req(DISCOVER_RESP_SIZE); + disc_resp = alloc_smp_resp(DISCOVER_RESP_SIZE);
Thanks for the heads up, this patch has been added to the latest builds for F19 and rawhide
kernel-3.9.0-0.rc6.git2.1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/FEDORA-2013-5224/kernel-3.9.0-0.rc6.git2.1.fc19
Thanks!
kernel-3.9.0-0.rc6.git2.3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.