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

2017-11-21 Thread Aurelien Jarno
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 88d1ef7f9081547a89d0afaca81108a4a5a8146b
Merge: 315855e 9460f85
Author: Aurelien Jarno 
Date:   Wed Nov 22 00:21:23 2017 +0100

Merge branch 'sid' into glibc-2.26

 debian/changelog| 24 +++-
 debian/control  | 52 +-
 debian/control.in/libc  |  6 +--
 debian/control.in/mips32|  8 ++--
 debian/control.in/mips64|  4 +-
 debian/control.in/mipsn32   |  6 +--
 debian/libc6-mips32.symbols.mips64  |  5 +++
 debian/libc6-mips32.symbols.mips64r6|  5 +++
 debian/libc6-mips32.symbols.mips64r6el  |  5 +++
 debian/libc6-mips32.symbols.mipsn32 |  5 +++
 debian/libc6-mips32.symbols.mipsn32el   |  5 +++
 debian/libc6-mips32.symbols.mipsn32r6   |  5 +++
 debian/libc6-mips32.symbols.mipsn32r6el |  5 +++
 debian/libc6-mips64.symbols.mipsn32 |  5 +++
 debian/libc6-mips64.symbols.mipsn32el   |  5 +++
 debian/libc6-mips64.symbols.mipsn32r6   |  5 +++
 debian/libc6-mips64.symbols.mipsn32r6el |  5 +++
 debian/libc6-mips64.symbols.mipsr6  |  5 +++
 debian/libc6-mips64.symbols.mipsr6el|  5 +++
 debian/libc6-mipsn32.symbols.mips64 |  5 +++
 debian/libc6-mipsn32.symbols.mips64r6   |  5 +++
 debian/libc6-mipsn32.symbols.mips64r6el |  5 +++
 debian/libc6-mipsn32.symbols.mipsr6 |  5 +++
 debian/libc6-mipsn32.symbols.mipsr6el   |  5 +++
 debian/libc6.symbols.mips64 |  5 +++
 debian/libc6.symbols.mips64r6   |  5 +++
 debian/libc6.symbols.mips64r6el |  5 +++
 debian/libc6.symbols.mipsn32|  5 +++
 debian/libc6.symbols.mipsn32el  |  5 +++
 debian/libc6.symbols.mipsn32r6  |  5 +++
 debian/libc6.symbols.mipsn32r6el|  5 +++
 debian/libc6.symbols.mipsr6 |  5 +++
 debian/libc6.symbols.mipsr6el   |  5 +++
 debian/rules.d/control.mk   |  3 +-
 debian/script.in/nohwcap.sh | 30 ---
 debian/sysdeps/mips64r6.mk  | 64 
 debian/sysdeps/mips64r6el.mk| 64 
 debian/sysdeps/mipsn32r6.mk | 66 +
 debian/sysdeps/mipsn32r6el.mk   | 64 
 debian/sysdeps/mipsr6.mk| 60 ++
 debian/sysdeps/mipsr6el.mk  | 60 ++
 debian/testsuite-xfail-debian.mk|  1 +
 42 files changed, 584 insertions(+), 63 deletions(-)

diff --cc debian/changelog
index b8b8faf,99ff907..4f82917
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,141 -1,4 +1,141 @@@
 +glibc (2.26-0experimental1) UNRELEASED; 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.
 +
 + -- Aurelien Jarno   Sun, 19 Nov 2017 13:44:52 +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: 

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

2017-11-19 Thread Aurelien Jarno
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 5b6b2cc8f32f143aae337ca1fd1cd04f5d4e8caa
Merge: bb64dc2 8b2b96f
Author: Aurelien Jarno 
Date:   Sun Nov 19 12:20:38 2017 +0100

Merge branch 'sid' into glibc-2.26

 debian/changelog |  8 
 debian/testsuite-xfail-debian.mk | 24 
 2 files changed, 20 insertions(+), 12 deletions(-)

diff --cc debian/changelog
index 5d4f8c7,a38d818..e5977e5
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,126 -1,11 +1,134 @@@
 +glibc (2.26-0experimental0) UNRELEASED; 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