[glibc] Revert "Fix lost wakeups in pthread_cond_*. (#552960, #769421)"

Jeffrey Law law at fedoraproject.org
Thu Feb 16 16:25:16 UTC 2012


commit b22f1f5d25ea3857d00dcc295ab6fd01fb7d315a
Author: Jeff Law <law at redhat.com>
Date:   Thu Feb 16 09:22:24 2012 -0700

    Revert "Fix lost wakeups in pthread_cond_*.  (#552960, #769421)"
    
    This reverts commit 0f6595ecf58f103c0688302f219759d593d39fb2.

 glibc-rh552960-2.patch |   27 ---------------------------
 glibc.spec             |    6 +++---
 2 files changed, 3 insertions(+), 30 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 2cb8866..a48203c 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -51,8 +51,9 @@ Patch3: %{name}-rh757881.patch
 Patch4: %{name}-rh740506.patch
 # Not sure of upstream status
 Patch5: %{name}-rh730856.patch
-# Follow-on to 552960's original patch to avoid losing wakeups
-Patch6: %{name}-rh552960-2.patch
+# Reverting an upstream patch.  I don't think this has been discussed upstream yet.
+# Caused a variety of problems for Fedora & Debian
+Patch6: %{name}-rh769421.patch
 Patch7: %{name}-rh729661.patch
 Patch8: %{name}-rh446078.patch
 Patch9: %{name}-rh454629.patch
@@ -1193,7 +1194,6 @@ rm -f *.filelist*
   - Add mni_IN (#790298)
 
 * Fri Feb 8 2012 Jeff Law <law at redhat.com> - 2.15-17
-  - Fix lost wakeups in pthread_cond_*.  (#552960, #769421)
   - Clarify info page for snprintf (#564528)
   - Fix first_weekday and first_workday for ru_UA (#624296)
 


More information about the scm-commits mailing list