commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20110519


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20110519-3-6-gfbdc5f9
Date: Fri, 12 Aug 2011 00:35:27 +0000

The following commit has been merged in the master branch:
commit 867b2b63fe1775c45c8004a0c79d87fe25082997
Author: Samuel Thibault <address@hidden>
Date:   Thu Aug 11 18:46:09 2011 +0200

    Revert "Fix spurious port deallocation"
    
    This reverts commit 7dd32866e6bd26fde00cae4f58658fb92ffc8e28.
    
    This has been commited upstream

diff --git a/debian/changelog b/debian/changelog
index d4a6f52..515f0af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,6 @@ hurd (20110519-4) UNRELEASED; urgency=low
 
   * local/setup-translators: Restore /dev/shm creation.
   * patches/libdiskfs_sync.patch: New patch to fix sync at shutdown.
-  * patches/proc_exception.patch: New patch to fix spurious port deallocation.
 
  -- Samuel Thibault <address@hidden>  Mon, 01 Aug 2011 22:53:23 +0200
 
diff --git a/debian/patches/proc_exception.patch 
b/debian/patches/proc_exception.patch
deleted file mode 100644
index 9b6110c..0000000
--- a/debian/patches/proc_exception.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-If proc_exception_raise() actually managed to sent its message, the reply port
-has already been consumed, so we can't send a reply to the requester any 
more...
-
-TODO: this introduces leaks in some cases ; check in which error cases
-proc_exception_raise() has consumed the reply port anyway.
-
-diff --git a/proc/mgt.c b/proc/mgt.c
-index 5373d10..1180c70 100644
---- a/proc/mgt.c
-+++ b/proc/mgt.c
-@@ -499,7 +499,7 @@ S_proc_exception_raise (mach_port_t excport,
- 
-       mach_port_destroy (mach_task_self (), thread);
- 
--      return 0;
-+      return MIG_NO_REPLY;
-     }
- 
- }
diff --git a/debian/patches/series b/debian/patches/series
index 5915190..9a7e4bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -31,4 +31,3 @@ auth-intr-cure.patch
 libpager_deadlock.patch
 libdiskfs_self-reauth.patch
 libdiskfs_sync.patch
-proc_exception.patch

-- 
Debian GNU Hurd packaging



reply via email to

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