Author: aurel32
Date: 2014-06-12 13:05:28 +0000 (Thu, 12 Jun 2014)
New Revision: 6148

Added:
   
glibc-package/trunk/debian/patches/alpha/submitted-lll_futex_timed_wait_bitset.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
debian/patches/alpha/submitted-lll_futex_timed_wait_bitset.diff: new
patch to fix issues in the testsuite on alpha.  Closes: #750996.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2014-06-11 21:38:12 UTC (rev 
6147)
+++ glibc-package/trunk/debian/changelog        2014-06-12 13:05:28 UTC (rev 
6148)
@@ -27,6 +27,8 @@
     versions try to unlock a lock which hasn't been locked, causing an
     issue with lock elision.  Closes: #751134.
   * Update Swedish debconf translation, by Martin Bagge.  Closes: #751172.
+  * debian/patches/alpha/submitted-lll_futex_timed_wait_bitset.diff: new
+    patch to fix issues in the testsuite on alpha.  Closes: #750996.
 
  -- Aurelien Jarno <[email protected]>  Wed, 04 Jun 2014 21:51:13 +0200
 

Added: 
glibc-package/trunk/debian/patches/alpha/submitted-lll_futex_timed_wait_bitset.diff
===================================================================
--- 
glibc-package/trunk/debian/patches/alpha/submitted-lll_futex_timed_wait_bitset.diff
                         (rev 0)
+++ 
glibc-package/trunk/debian/patches/alpha/submitted-lll_futex_timed_wait_bitset.diff
 2014-06-12 13:05:28 UTC (rev 6148)
@@ -0,0 +1,11 @@
+--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
++++ b/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
+@@ -90,7 +90,7 @@
+                             __lll_private_flag (__op, private),             \
+                             (val), (timespec), NULL /* Unused.  */,         \
+                             FUTEX_BITSET_MATCH_ANY);                        \
+-    __ret;                                                                  \
++    INTERNAL_SYSCALL_ERROR_P (__ret, __err) ? -__ret : __ret;               \
+   })
+ 
+ #define lll_futex_timed_wait(futexp, val, timespec, private) \

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series   2014-06-11 21:38:12 UTC (rev 
6147)
+++ glibc-package/trunk/debian/patches/series   2014-06-12 13:05:28 UTC (rev 
6148)
@@ -44,6 +44,7 @@
 alpha/submitted-rtld-fPIC.diff
 alpha/local-lowlevellock.diff
 alpha/local-string-functions.diff
+alpha/submitted-lll_futex_timed_wait_bitset.diff
 
 amd64/submitted-rwlock-stack-imbalance.diff
 


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to