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

[glibc] 01/01: Merge branch 'sid' into glibc-2.26



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

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

commit 6472681fa2a0142f78b92450125fe8eb65871b8f
Merge: 64d9149 434f5d1
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Dec 2 13:06:32 2017 +0100

    Merge branch 'sid' into glibc-2.26

 debian/changelog                                   | 35 +++++++++
 debian/control                                     | 26 +++----
 debian/control.in/libc                             |  2 +-
 debian/control.in/main                             |  8 +-
 debian/libc0.3.symbols.hurd-i386                   |  8 +-
 debian/patches/any/local-dlfptr.diff               | 50 ------------
 .../any/submitted-ldconfig-c-collation.diff        | 17 ++++
 .../patches/ia64/git-ia64-crash-thread-exit.diff   | 90 ++++++++++++++++++++++
 debian/patches/series                              |  4 +-
 debian/rules.d/control.mk                          |  2 +-
 debian/sysdeps/ia64.mk                             |  2 +
 debian/sysdeps/linux.mk                            |  4 +-
 debian/sysdeps/x32.mk                              |  2 +
 13 files changed, 175 insertions(+), 75 deletions(-)

diff --cc debian/changelog
index 87d4a30,9ac2305..44f66c6
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,149 -1,38 +1,184 @@@
 +glibc (2.26-0experimental2) UNRELEASED; urgency=medium
 +
 +  [ Aurelien Jarno ]
 +  * debian/testsuite-xfail-debian.mk: move double-lround XFAILs from mips64el
 +    to mipsel.
 +
 + -- Aurelien Jarno <aurel32@debian.org>  Wed, 22 Nov 2017 17:50:44 +0100
 +
 +glibc (2.26-0experimental1) experimental; urgency=medium
 +
 +  [ Samuel Thibault ]
 +  * debian/testsuite-xfail-debian.mk: Update hurd-i386 xfail with new test.
 +
 +  [ Aurelien Jarno ]
 +  * Bump build-dependency on binutils to >= 2.25, as required by glibc 2.26.
 +  * debian/testsuite-xfail-debian.mk: re-add double-lround XFAILs for
 +    mips64el.
 +  * debian/patches/git-updates.diff: update from upstream stable branch.
 +
 + -- Aurelien Jarno <aurel32@debian.org>  Wed, 22 Nov 2017 17:46:32 +0100
 +
 +glibc (2.26-0experimental0) experimental; urgency=medium
 +
 +  [ Adam Conrad ]
 +  * New upstream release (LP: #1703368), with git updates to 2017-10-10:
 +    - debian/{symbols.wildcards,control}: Update and regen for 2.26.
 +    - debian/patches/alpha/submitted-termios_h.diff: upstreamed.
 +    - debian/patches/arm/submitted-strip-bit-0.diff: upstreamed.
 +    - debian/patches/hurd-i386/git-__inet6_scopeid_pton.diff: upstreamed.
 +    - debian/patches/any/submitted-string2-strcmp.diff: obsolete.
 +    - debian/patches/any/local-tst-writev.diff: fixed upstream.
 +    - debian/patches/any/local-dynamic-resolvconf.diff: fixed upstream.
 +    - debian/patches/any/submitted-unicode-9.0.0.diff: obsolete.
 +    - debian/patches/any/cvs-malloc-hardening.diff: upstreamed.
 +    - debian/patches/any/local-bits-sigstack.diff: fixed upstream.
 +    - debian/patches/powerpc/submitted-tst-tlsopt-powerpc.diff: upstreamed.
 +    - debian/patches/i386/local-cmov.diff: dropped, no longer useful.
 +    - debian/patches/all/local-ldd.diff: rebased.
 +    - debian/patches/any/local-ldso-disable-hwcap.diff: rebased.
 +    - debian/patches/any/local-tcsetaddr.diff: rebased.
 +    - debian/patches/any/submitted-resolv-unaligned.diff: rebased.
 +    - debian/patches/arm/local-arm-futex.diff: rebased.
 +    - debian/patches/hurd-i386/local-ED.diff: rebased.
 +    - debian/patches/hurd-i386/tg-EGREGIOUS-fr.diff: rebased.
 +    - debian/patches/hurd-i386/tg-EIEIO-fr.diff: rebased.
 +    - debian/patches/kfreebsd/submitted-auxv.diff: rebased.
 +    - debian/patches/kfreebsd/submitted-waitid.diff: rebased.
 +    - debian/patches/localedata/locales-fr.diff: rebased.
 +    - debian/patches/sparc/submitted-sparc64-socketcall.diff: rebased.
 +    - debian/patches/localedata/local-hu_HU-sort.diff: Make testsuite
 +      agree with the sorting we see in Debian, may need another look.
 +    - debian/patches/any/local-cudacc-float128.diff: Local patch to prevent
 +      defining __HAVE_FLOAT128 on NVIDIA's CUDA compilers (LP: #1717257)
 +    - debian/patches/arm/git-arm64-memcmp.diff: Backport optimized memcmp
 +      for AArch64, improving performance from 25% to 500% (LP: #1720832)
 +    - debian/control.in/libc: Drop ancient Breaks satisfied in oldoldstable.
 +    - debian/{debhelper.in/libc.preinst,sysdeps/amd64.mk,sysdeps/i386.mk}:
 +      Bump MIN_KERNEL_SUPPORTED to 3.2 on x86, following upstream's change.
 +    - debian/sysdeps/{powerpc.mk,ppc64.mk,s390x.mk}: Disable lock-elision on
 +      powerpc and s390, following IBM's recommendation.
 +    - debian/testsuite-xfail-debian.mk: Re-enable xfailed resolv tests.
 +    - debian/testsuite-xfail-debian.mk: Allow tst-create-detached to fail on
 +      all platforms; the design of this test is such that the outcome relies
 +      on cache sizes and noisiness of the build system, which is unreliable.
 +    - debian/rules.d/build.mk: Configure with --enable-obsolete-nsl until we
 +      sort out a reasonable nsswitch migration strategy from compat to files.
 +
 +  [ Samuel Thibault ]
 +  * Adjust hurd-i386 patches to restore build and functionality with 2.26:
 +    - patches/hurd-i386/tg-gsync-libc.diff: rebased.
 +    - patches/hurd-i386/tg-hurdsig-global-dispositions.diff: rebased.
 +    - patches/hurd-i386/tg-pipe2.diff: rebased.
 +    - patches/hurd-i386/tg-socket_flags.diff: rebased.
 +    - patches/hurd-i386/tg2.25-tls.diff: rebased.
 +    - patches/hurd-i386/tg2.26-sched_param.diff: New patch.
 +    - patches/hurd-i386/git-sigsetops.h.diff: New patch.
 +    - patches/hurd-i386/git-sigsetops-2.h.diff: New patch.
 +    - patches/hurd-i386/git-sigsetops-3.h.diff: New patch.
 +    - patches/hurd-i386/tg2.26-sigsetops.h.diff: New patch.
 +    - patches/hurd-i386/git-bits_socket.h.diff: New patch.
 +    - patches/hurd-i386/git-preadwritev2.diff: New patch.
 +    - patches/hurd-i386/git-preadwritev2-2.diff: New patch.
 +    - patches/hurd-i386/git-preadwritev2-3.diff: New patch.
 +    - patches/hurd-i386/git-rtld-access.diff: New patch.
 +    - patches/hurd-i386/git-rtld-sbrk.diff: New patch.
 +    - patches/hurd-i386/git-rtld-sbrk-2.diff: New patch.
 +    - patches/hurd-i386/git-divdi.diff: New patch.
 +    - patches/hurd-i386/git-feraiseexcept.diff: New patch.
 +    - patches/hurd-i386/cvs-libpthread.diff: Update.
 +    - patches/hurd-i386/git-libpthread-2.26.diff: New patch.
 +    - patches/hurd-i386/git-i386-implies-x86.diff: New patch.
 +    - patches/hurd-i386/git-x86-tunables.diff: New patch.
 +    - patches/hurd-i386/git-rtld-strtoul_internal.diff: New patch.
 +    - patches/hurd-i386/git-clone.diff: New patch.
 +    - patches/hurd-i386/git-gethostname.diff: New patch.
 +    - patches/hurd-i386/cvs-libpthread-sigstate.diff: Remove unused merged
 +    patch.
 +    - patches/hurd-i386/cvs-send-recv-posix.diff: Remove unused merged patch.
 +    - patches/hurd-i386/cvs-truncate64.diff: Remove unused merged patch.
 +    - patches/hurd-i386/git-tst-udp-timeout.diff: New patch.
 +    - patches/hurd-i386/git-tst-udp-nonblocking.diff: New patch.
 +    - patches/hurd-i386/unsubmitted-exp-hidden-jump.diff: New patch.
 +    - patches/hurd-i386/git-hidden-def.diff: New patch.
 +    - patches/hurd-i386/git-hidden-def.diff-2: New patch.
 +    - patches/hurd-i386/git-dl-sysdep-check.diff: New patch.
 +    - patches/hurd-i386/git-socket-limit.diff: New patch.
 +    - patches/hurd-i386/tg-thread-linkspace.diff: New patch.
 +    - patches/hurd-i386/git-clock_gettime_gettimeofday.diff: New patch.
 +    - patches/hurd-i386/tg-gsync-libc.diff: Update.
 +    - 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.
 +    - patches/hurd-i386/tg-ifaddrs_v6.diff: Update.
 +    - patches/hurd-i386/git-dirfd-linknamespace.diff: New patch.
 +    - patches/hurd-i386/git-revoke-linknamespace.diff: New patch.
 +    - patches/hurd-i386/git-seekdir-linknamespace.diff: New patch.
 +    - patches/hurd-i386/git-ifaddrs-linknamespace.diff: New patch.
 +    - patches/hurd-i386/git-NO_HIDDEN.diff: New patch.
 +    - patches/hurd-i386/unsubmitted-NO_HIDDEN.diff: Remove patch.
 +    - patches/hurd-i386/unsubmitted-exp-hidden-jump.diff: Remove patch.
 +    - testsuite-xfail-debian.mk: Update.
 +    - testsuite-xfail-debian.mk: Remove now-removed XPG3 entries.
 +
 +  [ Aurelien Jarno ]
 +  * debian/patches/git-updates.diff: update from upstream stable branch:
 +    - Fix buffer overflow in glob with GLOB_TILDE (CVE-2017-15670).  Closes:
 +      #879501.
 +    - Fix memory leak in glob with GLOB_TILDE (CVE-2017-15671).  Closes:
 +      #879500.
 +  * debian/rules, debian/control.in/main: build with GCC 7.
 +  * debian/testsuite-xfail-debian.mk: remove a few XFAIL on s390x that were
 +    due to GCC 6 issues.
 +  * debian/testsuite-xfail-debian.mk: drop support for s390.
 +  * debian/testsuite-xfail-debian.mk: Use granular fma XFAIL on mips*.
 +  * debian/testsuite-xfail-debian.mk: mark misc/tst-set_ppr as XFAIL on
 +    powerpc as it requires a recent CPU or a recent kernel for CPU feature
 +    detection.
 +  * debian/patches/any/local-libgcc-compat-{abilists,main,ports}.diff: drop
 +    workaround for binaries built with some broken versions of GCC 3.2 more
 +    than 10 years ago.
 +  * debian/testsuite-xfail-debian.mk: remove many XFAIL from mips, mipsel and
 +    mips64el.
 +
 + -- Aurelien Jarno <aurel32@debian.org>  Sun, 19 Nov 2017 12:49:13 +0100
 +
+ glibc (2.25-3) unstable; urgency=medium
+ 
+   [ Aurelien Jarno ]
+   * debian/patches/git-updates.diff: update from upstream stable branch:
+     - Fix assertion failure in posix_spawn().  Closes: #882794.
+     - Fix missing posix_fadvise64 from static mips64el build. Closes:
+       #883186.
+     - Fix buffer overflow in glob with GLOB_TILDE (CVE-2017-15670).  Closes:
+       #879501.
+     - Fix memory leak in glob with GLOB_TILDE (CVE-2017-15671).  Closes:
+       #879500.
+     - Fix a buffer overflow in glob with GLOB_TILDE in unescaping
+       (CVE-2017-15804).  Closes: #879955.
+   * debian/patches/any/local-dlfptr.diff: remove, it's not used anymore by
+     HPPA and causes issues on IA64.  Closes: #882874.
+   * debian/patches/submitted-ldconfig-c-collation.diff: New patch to process
+     include directives in ldconfig using the C/POSIX collation.
+   * debian/patches/ia64/git-ia64-crash-thread-exit.diff: Fix crash on thread
+     exit on IA64.  Closes: #883285.
+   * debian/sysdeps/x32.mk: set the minimum kernel version to 2.6.32 for the
+     libc6-amd64:x32 and libc6-i386:x32 flavours, to match libc6:amd64 and
+     libc6:i386.  Closes: #882255.
+   * debian/sysdeps/linux.mk: note that all builds for a given gnu triplet
+     have the same minimum kernel version.
+ 
+   [ Samuel Thibault ]
+   * libc0.3.symbols.hurd-i386: Update against newer hurd definitions.
+   * control: Bump dependency accordingly.
+ 
+   [ Jason Duerstock ]
+   * debian/control.in/libc, debian/control.in/main, debian/rules.d/control.mk:
+     Add support for IA64.  Closes: #883012.
+ 
+  -- Aurelien Jarno <aurel32@debian.org>  Sat, 02 Dec 2017 11:07:17 +0100
+ 
  glibc (2.25-2) unstable; urgency=medium
  
    [ Aurelien Jarno ]
diff --cc debian/control
index 7157503,94fc0d9..baeab48
--- a/debian/control
+++ b/debian/control
@@@ -6,13 -6,14 +6,13 @@@ Build-Depends: gettext, dpkg (>= 1.18.7
   linux-libc-dev (>= 3.9) [linux-any],
   libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any],
   mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git20170102-1~) [hurd-i386],
-  hurd-dev (>= 1:0.5.git20140320~) [hurd-i386] | hurd-headers-dev [hurd-i386],
-  hurd-dev (>= 1:0.5.git20140320~) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>,
+  hurd-dev (>= 1:0.9.git20171119~) [hurd-i386] | hurd-headers-dev [hurd-i386],
+  hurd-dev (>= 1:0.9.git20171119~) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>,
   kfreebsd-kernel-headers [kfreebsd-any],
 - binutils (>= 2.21),
 - g++-6, g++-6-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32],
 - g++-6 (>= 6.1.1-1~) [hurd-i386 i386 kfreebsd-i386],
 + binutils (>= 2.25),
 + g++-7, g++-7-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32],
   python3:native <!nocheck>,
 - libc-bin (>= 2.25) <cross>
 + libc-bin (>= 2.26) <cross>
  Build-Depends-Indep: perl, po-debconf (>= 1.0)
  Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
  Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>, Adam Conrad <adconrad@0c3.net>, Samuel Thibault <sthibault@debian.org>
diff --cc debian/control.in/main
index b906330,a25f33e..790e7be
--- a/debian/control.in/main
+++ b/debian/control.in/main
@@@ -6,11 -6,12 +6,11 @@@ Build-Depends: gettext, dpkg (>= 1.18.7
   linux-libc-dev (>= 3.9) [linux-any],
   libaudit-dev [linux-any], libcap-dev [linux-any], libselinux-dev [linux-any],
   mig (>= 1.5-3) [hurd-i386], gnumach-dev (>= 2:1.8+git20170102-1~) [hurd-i386],
-  hurd-dev (>= 1:0.5.git20140320~) [hurd-i386] | hurd-headers-dev [hurd-i386],
-  hurd-dev (>= 1:0.5.git20140320~) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>,
+  hurd-dev (>= 1:0.9.git20171119~) [hurd-i386] | hurd-headers-dev [hurd-i386],
+  hurd-dev (>= 1:0.9.git20171119~) [hurd-i386] <!stage1> | libihash-dev [hurd-i386] <!stage1>,
   kfreebsd-kernel-headers [kfreebsd-any],
 - binutils (>= 2.21),
 - g++-6, g++-6-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32],
 - g++-6 (>= 6.1.1-1~) [hurd-i386 i386 kfreebsd-i386],
 + binutils (>= 2.25),
 + g++-7, g++-7-multilib [amd64 i386 kfreebsd-amd64 mips mipsel mipsn32 mipsn32el mips64 mips64el powerpc ppc64 s390x sparc sparc64 x32],
   python3:native <!nocheck>,
   libc-bin (>= @GLIBC_VERSION@) <cross>
  Build-Depends-Indep: perl, po-debconf (>= 1.0)
diff --cc debian/patches/ia64/git-ia64-crash-thread-exit.diff
index 0000000,1cdc778..9af079b
mode 000000,100644..100644
--- a/debian/patches/ia64/git-ia64-crash-thread-exit.diff
+++ b/debian/patches/ia64/git-ia64-crash-thread-exit.diff
@@@ -1,0 -1,79 +1,90 @@@
+ 2017-08-29  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+ 
+ 	[BZ #21672]
 -	* nptl/allocatestack.c (advise_stack_range): New function.
++	* nptl/allocatestack.c [_STACK_GROWS_DOWN] (setup_stack_prot):
++	Set to use !NEED_SEPARATE_REGISTER_STACK as well.
++	(advise_stack_range): New function.
+ 	* nptl/pthread_create.c (START_THREAD_DEFN): Move logic to mark
+ 	stack non required to advise_stack_range at allocatestack.c
+ 
+ --- a/nptl/allocatestack.c
+ +++ b/nptl/allocatestack.c
 -@@ -340,6 +340,33 @@
++@@ -356,7 +356,7 @@
++ 		  const int prot)
++ {
++   char *guardend = guard + guardsize;
++-#if _STACK_GROWS_DOWN
+++#if _STACK_GROWS_DOWN && !defined(NEED_SEPARATE_REGISTER_STACK)
++   /* As defined at guard_position, for architectures with downward stack
++      the guard page is always at start of the allocated area.  */
++   if (__mprotect (guardend, size - guardsize, prot) != 0)
++@@ -372,6 +372,33 @@
++   return 0;
+  }
+  
 - 
+ +/* Mark the memory of the stack as usable to the kernel.  It frees everything
+ +   except for the space used for the TCB itself.  */
+ +static inline void
+ +__always_inline
+ +advise_stack_range (void *mem, size_t size, uintptr_t pd, size_t guardsize)
+ +{
+ +  uintptr_t sp = (uintptr_t) CURRENT_STACK_FRAME;
+ +  size_t pagesize_m1 = __getpagesize () - 1;
+ +#if _STACK_GROWS_DOWN && !defined(NEED_SEPARATE_REGISTER_STACK)
+ +  size_t freesize = (sp - (uintptr_t) mem) & ~pagesize_m1;
+ +  assert (freesize < size);
+ +  if (freesize > PTHREAD_STACK_MIN)
+ +    __madvise (mem, freesize - PTHREAD_STACK_MIN, MADV_DONTNEED);
+ +#else
+ +  /* Page aligned start of memory to free (higher than or equal
+ +     to current sp plus the minimum stack size).  */
+ +  uintptr_t freeblock = (sp + PTHREAD_STACK_MIN + pagesize_m1) & ~pagesize_m1;
+ +  uintptr_t free_end = (pd - guardsize) & ~pagesize_m1;
+ +  if (free_end > freeblock)
+ +    {
+ +      size_t freesize = free_end - freeblock;
+ +      assert (freesize < size);
+ +      __madvise ((void*) freeblock, freesize, MADV_DONTNEED);
+ +    }
+ +#endif
+ +}
+ +
+  /* Returns a usable stack for a new thread either by allocating a
+     new stack or reusing a cached stack of sufficient size.
+     ATTR must be non-NULL and point to a valid pthread_attr.
+ --- a/nptl/pthread_create.c
+ +++ b/nptl/pthread_create.c
 -@@ -545,31 +545,8 @@
++@@ -551,31 +551,8 @@
+      }
+  #endif
+  
+ -  /* Mark the memory of the stack as usable to the kernel.  We free
+ -     everything except for the space used for the TCB itself.  */
+ -  size_t pagesize_m1 = __getpagesize () - 1;
+ -#ifdef _STACK_GROWS_DOWN
+ -  char *sp = CURRENT_STACK_FRAME;
+ -  size_t freesize = (sp - (char *) pd->stackblock) & ~pagesize_m1;
+ -  assert (freesize < pd->stackblock_size);
+ -  if (freesize > PTHREAD_STACK_MIN)
+ -    __madvise (pd->stackblock, freesize - PTHREAD_STACK_MIN, MADV_DONTNEED);
+ -#else
+ -  /* Page aligned start of memory to free (higher than or equal
+ -     to current sp plus the minimum stack size).  */
+ -  void *freeblock = (void*)((size_t)(CURRENT_STACK_FRAME
+ -				     + PTHREAD_STACK_MIN
+ -				     + pagesize_m1)
+ -				    & ~pagesize_m1);
+ -  char *free_end = (char *) (((uintptr_t) pd - pd->guardsize) & ~pagesize_m1);
+ -  /* Is there any space to free?  */
+ -  if (free_end > (char *)freeblock)
+ -    {
+ -      size_t freesize = (size_t)(free_end - (char *)freeblock);
+ -      assert (freesize < pd->stackblock_size);
+ -      __madvise (freeblock, freesize, MADV_DONTNEED);
+ -    }
+ -#endif
+ +  advise_stack_range (pd->stackblock, pd->stackblock_size, (uintptr_t) pd,
+ +		      pd->guardsize);
+  
+    /* If the thread is detached free the TCB.  */
+    if (IS_DETACHED (pd))
diff --cc debian/patches/series
index 4b1639a,94763cb..c7e9e76
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -134,43 -136,13 +134,45 @@@ hurd-i386/local-nocheck-installed-heade
  hurd-i386/git-bits-sysmacros.h.diff
  hurd-i386/git-stack_chk_fail_local.diff
  hurd-i386/git-stack-protect-static.diff
 +hurd-i386/git-sigsetops.h.diff
 +hurd-i386/git-sigsetops-2.h.diff
 +hurd-i386/git-sigsetops-3.h.diff
 +hurd-i386/tg2.26-sigsetops.h.diff
 +hurd-i386/git-bits_socket.h.diff
 +hurd-i386/git-preadwritev2.diff
 +hurd-i386/git-preadwritev2-2.diff
 +hurd-i386/git-preadwritev2-3.diff
 +hurd-i386/git-rtld-access.diff
 +hurd-i386/git-rtld-sbrk.diff
 +hurd-i386/git-rtld-sbrk-2.diff
 +hurd-i386/git-divdi.diff
 +hurd-i386/git-feraiseexcept.diff
 +hurd-i386/git-libpthread-2.26.diff
 +hurd-i386/git-x86-tunables.diff
 +hurd-i386/git-i386-implies-x86.diff
 +hurd-i386/git-rtld-strtoul_internal.diff
 +hurd-i386/git-clone.diff
 +hurd-i386/git-gethostname.diff
 +hurd-i386/git-tst-udp-timeout.diff
 +hurd-i386/git-tst-udp-nonblocking.diff
 +hurd-i386/git-hidden-def.diff
 +hurd-i386/git-hidden-def-2.diff
 +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
 +hurd-i386/git-dirfd-linknamespace.diff
 +hurd-i386/git-revoke-linknamespace.diff
 +hurd-i386/git-seekdir-linknamespace.diff
 +hurd-i386/git-ifaddrs-linknamespace.diff
 +hurd-i386/git-NO_HIDDEN.diff
  
  i386/local-biarch.diff
 -i386/local-cmov.diff
  i386/unsubmitted-quiet-ldconfig.diff
  
+ ia64/git-ia64-crash-thread-exit.diff
+ 
  kfreebsd/submitted-waitid.diff
  kfreebsd/submitted-auxv.diff
  kfreebsd/local-config_h_in.patch
@@@ -219,16 -195,21 +221,16 @@@ any/local-nss-overflow.dif
  any/submitted-missing-etc-hosts.diff
  any/submitted-bits-fcntl_h-at.diff
  any/submitted-nptl-invalid-td.patch
- any/local-dlfptr.diff
 -any/submitted-string2-strcmp.diff
  any/local-ldconfig-multiarch.diff
 -any/local-tst-writev.diff
  any/local-disable-libnss-db.diff
  any/local-revert-bz13979.diff
  any/local-tst-eintr1-eagain.diff
  any/unsubmitted-ldso-machine-mismatch.diff
  any/unsubmitted-dlopen-static-crash.diff
  any/local-ldconfig-ignore-ld.so.diff
 -any/local-dynamic-resolvconf.diff
  any/local-libpic.diff
  any/local-bootstrap-headers.diff
 -any/submitted-unicode-9.0.0.diff
 -any/cvs-malloc-hardening.diff
 -any/local-bits-sigstack.diff
  any/submitted-resolv-unaligned.diff
  any/submitted-intl-tstgettext.diff
 +any/local-cudacc-float128.diff
+ any/submitted-ldconfig-c-collation.diff

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


Reply to: