Bug 64149
| Summary: | Bug in scsi_merge.c | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Tom "spot" Callaway <tcallawa> | ||||
| Component: | kernel | Assignee: | Doug Ledford <dledford> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.2 | CC: | conway_heather, coughlan, gary_lerhaupt, john_hull, matt_domsch | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2003-02-13 18:20:33 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Tom "spot" Callaway
2002-04-26 16:55:57 UTC
Created attachment 55484 [details]
scsi_merge.c patch
This is addressed in a separate fix in the 2.4.19-rc1 kernel at least (I don't
know when it was added exactly):
* Don't bother with scatter-gather if there is only one segment.
*/
if (count == 1) {
this_count = SCpnt->request.nr_sectors;
goto single_segment;
}
The incorrect code is present in 2.4.18-3 at least.
Dell and EMC would like to see this fixed in a Pensacola errata kernel. Kyu (ykang) informed us that the patch included in this bugzilla will be added to the next AS errata. Can this be confirmed? -Gary Yes, this patch has been accepted and we are planning on shipping this in our next AS errata. This fix is checked in to the AS CVS source tree. We expect it to ship in an errata as soon feasible. Fixed in kernel 2.4.9-e.9 at least, and 2.4.20-based kernels slated for GinGin. Closing. |