commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 01/01: Disable new task notification for now: it leaks a port


From: Samuel Thibault
Subject: [hurd] 01/01: Disable new task notification for now: it leaks a port
Date: Tue, 10 Feb 2015 22:04:33 +0000

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

sthibault pushed a commit to branch master
in repository hurd.

commit 009d25d579fedd06e8099fd1c40c7f04a841458b
Author: Samuel Thibault <address@hidden>
Date:   Tue Feb 10 21:18:39 2015 +0000

    Disable new task notification for now: it leaks a port
---
 debian/changelog                                  |  7 +++++++
 debian/patches/disable_new_task_notification.diff | 18 ++++++++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2159f8d..0ed47ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hurd (1:0.5.git20150208-3) unstable; urgency=medium
+
+  * patches/disable_new_task_notification.diff: Disable new task notification
+    for now: it leaks a port.
+
+ -- Samuel Thibault <address@hidden>  Tue, 10 Feb 2015 21:18:26 +0000
+
 hurd (1:0.5.git20150208-2) unstable; urgency=medium
 
   * Bump libc0.3 Break, to make sure we get a libc with the _routines@
diff --git a/debian/patches/disable_new_task_notification.diff 
b/debian/patches/disable_new_task_notification.diff
new file mode 100644
index 0000000..2308019
--- /dev/null
+++ b/debian/patches/disable_new_task_notification.diff
@@ -0,0 +1,18 @@
+diff --git a/proc/main.c b/proc/main.c
+index 6df4141..cbb8975 100644
+--- a/proc/main.c
++++ b/proc/main.c
+@@ -158,11 +158,13 @@ main (int argc, char **argv, char **envp)
+   if (err)
+     error (0, err, "Increasing priority failed");
+ 
++#if 0
+   err = register_new_task_notification (_hurd_host_priv,
+                                       generic_port,
+                                       MACH_MSG_TYPE_MAKE_SEND);
+   if (err)
+     error (0, err, "Registering task notifications failed");
++#endif
+ 
+   {
+     /* Get our stderr set up to print on the console, in case we have
diff --git a/debian/patches/series b/debian/patches/series
index b4477fe..83b29e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -38,4 +38,5 @@ exec_filename_fix.patch
 mount.patch
 MAKEDEV-apm.patch
 term-for-tcl.patch
+disable_new_task_notification.diff
 newRPC.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]