commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 01/01: Drop patches/libports_revert_stacksize.patch


From: Samuel Thibault
Subject: [hurd] 01/01: Drop patches/libports_revert_stacksize.patch
Date: Mon, 07 Apr 2014 10:01:32 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository hurd.

commit e12fa6ad7a8cb4dc9420518096c269e50bf480ce
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 7 12:01:13 2014 +0200

    Drop patches/libports_revert_stacksize.patch
    
      [ Justus Winter ]
      * patches/libports_revert_stacksize.patch: Drop patch, not needed any 
more.
    
      [ Samuel Thibault ]
      * control: Make hurd-libs0.3 "Breaks" old glibcs which needed
        libports_revert_stacksize.patch.
---
 debian/changelog                               |  7 ++++-
 debian/control                                 |  2 +-
 debian/patches/libports_revert_stacksize.patch | 37 --------------------------
 debian/patches/series                          |  1 -
 4 files changed, 7 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 208f77d..fc57288 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 hurd (1:0.5.git20140326-2) UNRELEASED; urgency=medium
 
+  [ Justus Winter ]
+  * patches/libports_revert_stacksize.patch: Drop patch, not needed any more.
+
+  [ Samuel Thibault ]
   * control: bump gnumach-dev dependency to get mutable memory object types
-    translation functions.
+    translation functions.  Make hurd-libs0.3 "Breaks" old glibcs which needed
+    libports_revert_stacksize.patch.
 
  -- Samuel Thibault <address@hidden>  Wed, 26 Mar 2014 13:12:42 +0100
 
diff --git a/debian/control b/debian/control
index c230502..b838d76 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Package: hurd
 Essential: yes
 Pre-Depends: hurd-libs0.3
 Depends: ${misc:Depends}, hurd-libs0.3 (= ${binary:Version}), sysv-rc, netdde 
(>= 0.0.20120518~), ${shlibs:Depends}, xkb-data
-Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 2.11.2-12), 
netdde (<< 0.0.20121127-2)
+Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 
2.18-0experimental1), netdde (<< 0.0.20121127-2)
 Suggests: hurd-doc
 Recommends: bf-utf-source
 Provides: makedev, login, console-driver-xkb
diff --git a/debian/patches/libports_revert_stacksize.patch 
b/debian/patches/libports_revert_stacksize.patch
deleted file mode 100644
index d458cd1..0000000
--- a/debian/patches/libports_revert_stacksize.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Revert this for now, will have to wait for dropping the use of
-__pthread_stack_default_size from eglibc's libpthread_hurd_cond_wait.diff
-
-commit 3a3fcc811e6b50b21124a5c5a128652e788a3b67
-Author: Richard Braun <address@hidden>
-Date:   Sat Dec 28 09:15:03 2013 +0100
-
-    libports: remove the threadvars stack size hack
-    
-    Setting the stack size should now correctly be supported by libpthread.
-    
-    * libports/manage-multithread.c (__pthread_stack_default_size): Remove
-    global variable.
-
-diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c
-index dcebd09..64e442f 100644
---- a/libports/manage-multithread.c
-+++ b/libports/manage-multithread.c
-@@ -28,6 +28,10 @@
- 
- #define STACK_SIZE (64 * 1024)
- 
-+/* FIXME Until threadvars are completely replaced with correct TLS, use this
-+   hack to set the stack size.  */
-+size_t __pthread_stack_default_size = STACK_SIZE;
-+
- #define THREAD_PRI 2
- 
- /* XXX To reduce starvation, the priority of new threads is initially
-@@ -110,6 +106,7 @@ ports_manage_port_operations_multithread (struct 
port_bucket *bucket,
- 
-   auto void * thread_function (void *);
- 
-+  /* FIXME This is currently a no-op.  */
-   pthread_attr_init (&attr);
-   pthread_attr_setstacksize (&attr, STACK_SIZE);
- 
diff --git a/debian/patches/series b/debian/patches/series
index 1bf6037..17bcb32 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -41,5 +41,4 @@ exec_filename_fix.patch
 mount.patch
 proc_set_init_task.patch
 newRPC.patch
-libports_revert_stacksize.patch
 xkb-compat.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]