Bug 1152901
Summary: | block/curl: Fix type safety of s->timeout | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Richard W.M. Jones <rjones> |
Component: | qemu-kvm-rhev | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.1 | CC: | hhuang, huding, juli, juzhang, michen, rjones, virt-maint, xfu |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-rhev-2.1.2-8.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-05 09:56:36 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 910269 |
Description
Richard W.M. Jones
2014-10-15 07:38:36 UTC
Since it looks as if this patch is about to go upstream, I'm providing dev-ack. Note that the final version is a bit different from the one posted first. The final version is: https://github.com/stefanha/qemu/commit/f76faeda4bd59f972d09dd9d954297f17c21dd60 Miya: Can someone in your team consider this bug for QA ack? It's difficult to QA since it doesn't cause a failure on x86 systems. Perhaps it's best to just check that the patch was included. Now upstream (commit f76faeda4bd59f972d09dd9d954297f17c21dd60). Fix included in qemu-kvm-rhev-2.1.2-8.el7 Verify: Version of components: qemu-kvm-rhev-2.1.2-8.el7.x86_64 # rpm -ql qemu-kvm-rhev-2.1.2-8.el7.x86_64 --changelog |grep 1152901 - kvm-block-curl-Improve-type-safety-of-s-timeout.patch [bz#1152901] - Resolves: bz#1152901 ---------- Also checked the qemu-kvm-rhev-2.1.2-8.el7.src.rpm. Decompress this rpm. Could find the same patch code(https://github.com/stefanha/qemu/commit/f76faeda4bd59f972d09dd9d954297f17c21dd60) in file ./kvm-block-curl-Improve-type-safety-of-s-timeout.patch Based on above show, this bz has been verified. ======== Reproduce: qemu-kvm-rhev-2.1.2-1.el7.x86_64 # rpm -ql qemu-kvm-rhev-2.1.2-1.el7.x86_64 --changelog|grep 1152901 No output. So reproduced it. ===================== Hi Richard, As you have mentioned in comment 2, does above verify method is correct or not? Thanks. Best Regards, Jun Li Yes that's fine. We didn't actually demonstrate a bug. It probably only affects big endian systems. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0624.html |