[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3847 - in glibc-package/trunk/debian: . patches patches/hurd-i386



Author: sthibault
Date: 2009-09-27 14:53:35 +0000 (Sun, 27 Sep 2009)
New Revision: 3847

Added:
   glibc-package/trunk/debian/patches/hurd-i386/local-thread-cancel.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * debian/patches/hurd-i386/local-thread-cancel.diff: New patch to fix ext2fs
    crash.


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-09-15 13:12:35 UTC (rev 3846)
+++ glibc-package/trunk/debian/changelog	2009-09-27 14:53:35 UTC (rev 3847)
@@ -28,6 +28,8 @@
     chdir("") and chroot("") into returning ENOENT.
   * debian/patches/hurd-i386/submitted-sbrk.diff: New patch to fix sbrk beyond
     128MB.
+  * debian/patches/hurd-i386/local-thread-cancel.diff: New patch to fix ext2fs
+    crash.
 
   [ Petr Salinger ]
   * kfreebsd/local-sysdeps.diff: update to revision 2779 (from glibc-bsd).

Added: glibc-package/trunk/debian/patches/hurd-i386/local-thread-cancel.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/local-thread-cancel.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/hurd-i386/local-thread-cancel.diff	2009-09-27 14:53:35 UTC (rev 3847)
@@ -0,0 +1,16 @@
+---
+ thread-cancel.c |    1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/hurd/thread-cancel.c b/hurd/thread-cancel.c
+index c8b6cf5..f463f92 100644
+--- a/hurd/thread-cancel.c
++++ b/hurd/thread-cancel.c
+@@ -52,7 +52,6 @@ hurd_thread_cancel (thread_t thread)
+       return 0;
+     }
+ 
+-  assert (! __spin_lock_locked (&ss->critical_section_lock));
+   __spin_lock (&ss->critical_section_lock);
+   __spin_lock (&ss->lock);
+   err = __thread_suspend (thread);

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2009-09-15 13:12:35 UTC (rev 3846)
+++ glibc-package/trunk/debian/patches/series	2009-09-27 14:53:35 UTC (rev 3847)
@@ -110,6 +110,7 @@
 hurd-i386/cvs-rtld.diff
 hurd-i386/submitted-null-pathname.diff
 hurd-i386/submitted-sbrk.diff
+hurd-i386/local-thread-cancel.diff
 
 i386/local-biarch.diff
 i386/local-clone.diff


Reply to: