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

[glibc] 05/05: hurd: Fix yet more symbol exposition



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

sthibault pushed a commit to branch glibc-2.26
in repository glibc.

commit 0d91ad54f58736379bf4958368bc7311f4ffe3f2
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Sep 27 00:05:18 2017 +0000

    hurd: Fix yet more symbol exposition
    
        - patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff: Update.
        - patches/hurd-i386/git-sigsuspend_not_cancel.diff: New patch.
        - patches/hurd-i386/tg-sysvshm.diff: Update.
        - testsuite-xfail-debian.mk: Update.
---
 debian/changelog                                   |  1 +
 debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff |  2 +-
 debian/patches/hurd-i386/tg-sysvshm.diff           |  2 +-
 debian/patches/series                              |  1 +
 debian/testsuite-xfail-debian.mk                   | 32 ----------------------
 5 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b20e4dd..7a5e075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -87,6 +87,7 @@ glibc (2.26-0experimental0) UNRELEASED; urgency=medium
     - patches/hurd-i386/tg-libpthread-gsync-mutex.diff: Update.
     - patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff: Update.
     - patches/hurd-i386/git-sigsuspend_not_cancel.diff: New patch.
+    - patches/hurd-i386/tg-sysvshm.diff: Update.
     - testsuite-xfail-debian.mk: Update.
     - testsuite-xfail-debian.mk: Remove now-removed XPG3 entries.
 
diff --git a/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff b/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff
index f7d3bb8..3f9c77c 100644
--- a/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff
+++ b/debian/patches/hurd-i386/tg-sendmsg-SCM_CREDS.diff
@@ -243,7 +243,7 @@ index 612581c..51167e8 100644
 +	    (AUTH, __auth_user_authenticate_request (port,
 +					reply, MACH_MSG_TYPE_MAKE_SEND_ONCE,
 +					rendezvous, MACH_MSG_TYPE_MAKE_SEND));
-+	  mach_port_deallocate (__mach_task_self (), reply);
++	  __mach_port_deallocate (__mach_task_self (), reply);
 +	  if (err)
 +	    goto out;
 +	}
diff --git a/debian/patches/hurd-i386/tg-sysvshm.diff b/debian/patches/hurd-i386/tg-sysvshm.diff
index 984d0eb..e7e2a49 100644
--- a/debian/patches/hurd-i386/tg-sysvshm.diff
+++ b/debian/patches/hurd-i386/tg-sysvshm.diff
@@ -307,7 +307,7 @@ Subject: [PATCH] Implement SysV shared memory for GNU/Hurd.
 +  err = __sysvshm_add (addr, statbuf.st_size);
 +  if (err)
 +    {
-+      munmap (addr, statbuf.st_size);
++      __munmap (addr, statbuf.st_size);
 +      return (void *) -1;
 +    }
 +
diff --git a/debian/patches/series b/debian/patches/series
index e31b276..00b9a6b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -162,6 +162,7 @@ hurd-i386/git-dl-sysdep-check.diff
 hurd-i386/git-socket-limit.diff
 hurd-i386/tg-thread-linkspace.diff
 hurd-i386/git-clock_gettime_gettimeofday.diff
+hurd-i386/git-sigsuspend_not_cancel.diff
 
 i386/local-biarch.diff
 i386/unsubmitted-quiet-ldconfig.diff
diff --git a/debian/testsuite-xfail-debian.mk b/debian/testsuite-xfail-debian.mk
index 348341a..dd88a46 100644
--- a/debian/testsuite-xfail-debian.mk
+++ b/debian/testsuite-xfail-debian.mk
@@ -235,40 +235,17 @@ test-xfail-XOPEN2K8/pthread.h/conform = yes
 test-xfail-XOPEN2K8/sys/stat.h/conform = yes
 test-xfail-XOPEN2K/sys/stat.h/conform = yes
 
-test-xfail-POSIX2008/arpa/inet.h/linknamespace = yes
-test-xfail-POSIX2008/netinet/in.h/linknamespace = yes
-test-xfail-POSIX2008/sys/socket.h/linknamespace = yes
 test-xfail-POSIX/dirent.h/linknamespace = yes
-test-xfail-UNIX98/arpa/inet.h/linknamespace = yes
 test-xfail-UNIX98/ftw.h/linknamespace = yes
-test-xfail-UNIX98/netinet/in.h/linknamespace = yes
-test-xfail-UNIX98/sys/socket.h/linknamespace = yes
-test-xfail-XOPEN2K8/arpa/inet.h/linknamespace = yes
-test-xfail-XOPEN2K8/netinet/in.h/linknamespace = yes
-test-xfail-XOPEN2K8/sys/socket.h/linknamespace = yes
-test-xfail-XOPEN2K/arpa/inet.h/linknamespace = yes
 test-xfail-XOPEN2K/ftw.h/linknamespace = yes
-test-xfail-XOPEN2K/netinet/in.h/linknamespace = yes
-test-xfail-XOPEN2K/sys/socket.h/linknamespace = yes
-test-xfail-XPG4/arpa/inet.h/linknamespace = yes
 test-xfail-XPG4/ftw.h/linknamespace = yes
-test-xfail-XPG4/netinet/in.h/linknamespace = yes
-test-xfail-XPG4/poll.h/linknamespace = yes
-test-xfail-XPG4/stropts.h/linknamespace = yes
-test-xfail-XPG4/sys/mman.h/linknamespace = yes
 test-xfail-XPG4/sys/shm.h/linknamespace = yes
-test-xfail-XPG4/sys/socket.h/linknamespace = yes
-test-xfail-XPG4/sys/time.h/linknamespace = yes
-test-xfail-XPG4/sys/uio.h/linknamespace = yes
-test-xfail-XPG4/ucontext.h/linknamespace = yes
-test-xfail-XPG4/utmpx.h/linknamespace = yes
 
 # new in 2.22
 test-xfail-tst-audit3 = yes
 test-xfail-tst-prelink = yes
 test-xfail-tst-tls-atexit = yes
 
-test-xfail-POSIX2008/fcntl.h/conform = yes
 test-xfail-UNIX98/sys/ipc.h/conform = yes
 test-xfail-UNIX98/sys/msg.h/conform = yes
 test-xfail-UNIX98/sys/resource.h/conform = yes
@@ -303,7 +280,6 @@ test-xfail-POSIX2008/netdb.h/linknamespace = yes
 test-xfail-POSIX/glob.h/linknamespace = yes
 test-xfail-POSIX/wordexp.h/linknamespace = yes
 test-xfail-UNIX98/glob.h/linknamespace = yes
-test-xfail-UNIX98/netdb.h/linknamespace = yes
 test-xfail-UNIX98/stdlib.h/linknamespace = yes
 test-xfail-UNIX98/wordexp.h/linknamespace = yes
 test-xfail-XOPEN2K8/netdb.h/linknamespace = yes
@@ -312,11 +288,7 @@ test-xfail-XOPEN2K/glob.h/linknamespace = yes
 test-xfail-XOPEN2K/netdb.h/linknamespace = yes
 test-xfail-XOPEN2K/stdlib.h/linknamespace = yes
 test-xfail-XOPEN2K/wordexp.h/linknamespace = yes
-test-xfail-XPG4/fmtmsg.h/linknamespace = yes
 test-xfail-XPG4/glob.h/linknamespace = yes
-test-xfail-XPG4/netdb.h/linknamespace = yes
-test-xfail-XPG4/syslog.h/linknamespace = yes
-test-xfail-XPG4/sys/timeb.h/linknamespace = yes
 test-xfail-XPG4/wordexp.h/linknamespace = yes
 
 # changed in 2.22, tests were run directly, now using threads
@@ -398,13 +370,9 @@ test-xfail-XPG42/sys/statvfs.h/conform = yes
 test-xfail-XPG42/sys/un.h/conform = yes
 test-xfail-XPG42/termios.h/conform = yes
 
-test-xfail-XPG42/arpa/inet.h/linknamespace = yes
 test-xfail-XPG42/ftw.h/linknamespace = yes
 test-xfail-XPG42/glob.h/linknamespace = yes
-test-xfail-XPG42/netdb.h/linknamespace = yes
-test-xfail-XPG42/netinet/in.h/linknamespace = yes
 test-xfail-XPG42/stdlib.h/linknamespace = yes
-test-xfail-XPG42/sys/socket.h/linknamespace = yes
 test-xfail-XPG42/wordexp.h/linknamespace = yes
 
 # will be fixed in hurd >= 20170926

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


Reply to: