Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 286251 Details for
Bug 219710
iscsi_tcp does not handle digests corrrectly on big endien systems
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix BE crc handling
rh5.2-fix-crc-be.patch (text/plain), 667 bytes, created by
Mike Christie
on 2007-12-12 22:02:02 UTC
(
hide
)
Description:
fix BE crc handling
Filename:
MIME Type:
Creator:
Mike Christie
Created:
2007-12-12 22:02:02 UTC
Size:
667 bytes
patch
obsolete
>diff -aurp linux-2.6.18.noarch/lib/libcrc32c.c linux-2.6.18.noarch.crc/lib/libcrc32c.c >--- linux-2.6.18.noarch/lib/libcrc32c.c 2007-12-12 15:32:46.000000000 -0600 >+++ linux-2.6.18.noarch.crc/lib/libcrc32c.c 2007-12-12 15:51:59.000000000 -0600 >@@ -161,15 +161,13 @@ static const u32 crc32c_table[256] = { > */ > > u32 __attribute_pure__ >-crc32c_le(u32 seed, unsigned char const *data, size_t length) >+crc32c_le(u32 crc, unsigned char const *data, size_t length) > { >- u32 crc = __cpu_to_le32(seed); >- > while (length--) > crc = > crc32c_table[(crc ^ *data++) & 0xFFL] ^ (crc >> 8); > >- return __le32_to_cpu(crc); >+ return crc; > } > > #endif /* CRC_LE_BITS == 8 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219710
: 286251