[glibc/f19] Fix tst-aiod2 and tst-aiod3 test failures (#970865)

Siddhesh Poyarekar siddhesh at fedoraproject.org
Mon Aug 26 07:06:52 UTC 2013


commit 76e31bf4deaf320d44ea72f8b4460df8555dbc25
Author: Siddhesh Poyarekar <siddhesh at redhat.com>
Date:   Thu Aug 22 15:08:00 2013 +0530

    Fix tst-aiod2 and tst-aiod3 test failures (#970865)

 glibc-rh970865.patch |   24 ++++++++++++++++++++++++
 glibc.spec           |    3 +++
 2 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/glibc-rh970865.patch b/glibc-rh970865.patch
new file mode 100644
index 0000000..d790735
--- /dev/null
+++ b/glibc-rh970865.patch
@@ -0,0 +1,24 @@
+diff -pruN glibc-2.18/rtkaio/tst-aiod2.c glibc-2.18.new/rtkaio/tst-aiod2.c
+--- glibc-2.18/rtkaio/tst-aiod2.c	2013-08-22 14:53:31.326806349 +0530
++++ glibc-2.18.new/rtkaio/tst-aiod2.c	2013-08-22 14:53:05.474807462 +0530
+@@ -25,7 +25,7 @@
+ #include <unistd.h>
+ #include <errno.h>
+ #include "tst-aiod.h"
+-
++#include <pthread.h>
+ 
+ static pthread_barrier_t b;
+ 
+diff -pruN glibc-2.18/rtkaio/tst-aiod3.c glibc-2.18.new/rtkaio/tst-aiod3.c
+--- glibc-2.18/rtkaio/tst-aiod3.c	2013-08-22 14:53:31.326806349 +0530
++++ glibc-2.18.new/rtkaio/tst-aiod3.c	2013-08-22 14:53:12.796807147 +0530
+@@ -24,7 +24,7 @@
+ #include <unistd.h>
+ #include <errno.h>
+ #include "tst-aiod.h"
+-
++#include <pthread.h>
+ 
+ static pthread_barrier_t b;
+ 
diff --git a/glibc.spec b/glibc.spec
index ba8576f..67ab89d 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -113,6 +113,7 @@ Patch0038: %{name}-rh959034.patch
 # Remove non-ELF support in rtkaio
 Patch0040: %{name}-rh731833-rtkaio.patch
 Patch0041: %{name}-rh731833-rtkaio-2.patch
+Patch0042: %{name}-rh970865.patch
 
 #
 # Patches from upstream
@@ -443,6 +444,7 @@ package or when debugging this package.
 %patch1010 -p1
 %patch0040 -p1
 %patch0041 -p1
+%patch0042 -p1
 
 # On powerpc32, hp timing is only available in power4/power6
 # libs, not in base, so pre-power4 dynamic linker is incompatible
@@ -1238,6 +1240,7 @@ rm -f *.filelist*
 - Expand sizes of some types in strcoll (#855399, CVE-2012-4424).
 - Remove non-ELF support in rtkaio.
 - Avoid inlining of cleanup function for kaio_suspend.
+- Fix tst-aiod2 and tst-aiod3 test failures (#970865).
 
 * Mon Aug 19 2013 Siddhesh Poyarekar <siddhesh at redhat.com> - 2.17-13
 - Fix stack overflow in getaddrinfo with many results (#947892, CVE-2013-1914).


More information about the scm-commits mailing list