]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ChangeLog
Open master for development
[thirdparty/glibc.git] / ChangeLog
index 69ff16cd143fbc1bf2736c945368d85e3733f843..6037fef737f0338a84c6fb564b3b8dc1b1221087 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,561 @@
+2017-02-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * version.h (RELEASE): Set to "development"
+       (VERSION): Set to 2.25.90.
+       * NEWS: Add 2.26 section.
+
+       * version.h (RELEASE): Set to "stable"
+       (VERSION): Set to 2.25.
+       * include/features.h (__GLIBC_MINOR__): Set to 25.
+
+       * manual/contrib.texi: Add more contributors from this release
+       and past releases.
+
+       * NEWS (2.25): Add list of bugs fixed.
+
+       * NEWS: Add missing news items.
+
+2017-02-04  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * elf/tst-env-setuid.c (do_execve): Return EXIT_UNSUPPORTED in
+       parent if child exited in that manner.  Print WEXITSTATUS
+       instead of the raw status.
+       (do_test_prep): Rename to do_test.
+       (do_test): Return the result of run_executable_sgid.
+       (TEST_FUNCTION_ARGV): Adjust.
+
+2017-02-03  Alexandre Oliva  <aoliva@redhat.com>
+           Florian Weimer  <fweimer@redhat.com>
+           Carlos O'Donell  <carlos@redhat.com>
+
+       [BZ #20915]
+       * elf/dl-reloc.c (_dl_nothread_init_static_tls):
+       Do not initialize DTV.
+       * nptl/allocatestack.c (init_one_static_tls): Likewise.
+
+2017-02-03  David S. Miller  <davem@davemloft.net>
+
+       * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax-vis3.S: Remove file.
+       * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/multiarch/Makefile
+       (libm-sysdep_routines): Update.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Remove file.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/s_fmax.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/s_fmin.S: Likewise.
+       * sysdeps/sparc/sparc64/fpu/s_fminf.S: Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S:
+       Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S:
+       Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S:
+       Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S:
+       Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
+       * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
+       (libm-sysdep_routines): Update.
+
+2017-02-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/i386/dl-machine.h (elf_machine_rel): Replace
+       _dl_fatal_printf with _dl_error_printf for IFUNC relocation
+       against unrelocated shared library.
+       * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
+
+2017-02-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * sysdeps/generic/unsecvars.h: Add GLIBC_TUNABLES.
+       * elf/tst-env-setuid-tunables.c
+       (test_child_tunables)[!HAVE_TUNABLES]: Verify that
+       GLIBC_TUNABLES is removed in a setgid process.
+
+       [BZ #21073]
+       * elf/dl-tunable-types.h (tunable_seclevel_t): New enum.
+       * elf/dl-tunables.c (tunables_strdup): Remove.
+       (get_next_env): Also return the previous envp.
+       (parse_tunables): Erase tunables of category
+       TUNABLES_SECLEVEL_SXID_ERASE.
+       (maybe_enable_malloc_check): Make MALLOC_CHECK_
+       TUNABLE_SECLEVEL_NONE if /etc/setuid-debug is accessible.
+       (__tunables_init)[TUNABLES_FRONTEND ==
+       TUNABLES_FRONTEND_valstring]: Update GLIBC_TUNABLES envvar
+       after parsing.
+       [TUNABLES_FRONTEND != TUNABLES_FRONTEND_valstring]: Erase
+       tunable envvars of category TUNABLES_SECLEVEL_SXID_ERASE.
+       * elf/dl-tunables.h (struct _tunable): Change member is_secure
+       to security_level.
+       * elf/dl-tunables.list: Add security_level annotations for all
+       tunables.
+       * scripts/gen-tunables.awk: Recognize and generate enum values
+       for security_level.
+       * elf/tst-env-setuid.c: New test case.
+       * elf/tst-env-setuid-tunables: new test case.
+       * elf/Makefile (tests-static): Add them.
+
+2017-02-01  Richard Henderson  <rth@twiddle.net>
+
+       * sysdeps/alpha/memchr.c (__memchr): Use saturating arithmetic
+       adjusting the byte count.
+
+2017-02-01  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * conform/Makefile (linknamespace-libs): Define.
+
+       * sysdeps/m68k/m680x0/m68020/atomic-machine.h
+       (__arch_compare_and_exchange_val_64_acq, atomic_exchange_acq)
+       (atomic_exchange_and_add, atomic_add): Add casts to 64 bit asm
+       operands.
+
+2017-01-31  Chung-Lin Tang  <cltang@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/nios2/ipc_priv.h: New file.
+
+2017-01-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       [BZ #21081]
+       * sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
+       (L(stosb)): Add VZEROUPPER before ret.
+
+2016-01-28  Carlos O'Donell  <carlos@redhat.com>
+           Alexey Makhalov <amakhalov@vmware.com>
+           Florian Weimer <fweimer@redhat.com>
+
+       [BZ #20116]
+       * nptl/pthread_create.c: Document concurrency notes.
+       Enhance thread creation notes.
+       (create_thread): Use bool *stopped_start.
+       (START_THREAD_DEFN): Comment ownership of PD.
+       (__pthread_create_2_1): Add local bool stopped_start and use
+       that instead of pd->stopped_start where appropriate.
+       * nptl/createthread.c (create_thread): Use bool *stopped_start.
+       * sysdeps/nacl/createthread.c (create_thread): Use bool *stopped_start.
+       * sysdeps/unix/sysv/linux/createthread.c (create_thread): Likewise.
+       * nptl/tst-create-detached.c: New file.
+       * nptl/Makefile (tests): Add tst-create-detached.
+       * nptl/pthread_getschedparam.c (__pthread_getschedparam):
+       Reference the enhanced thread creation notes.
+       * nptl/pthread_setschedparam.c (__pthread_setschedparam): Likewise.
+       * nptl/pthread_setschedprio.c (pthread_setschedprio): Likewise.
+       * nptl/tpp.c (__pthread_tpp_change_priority): Likewise.
+       (__pthread_current_priority): Likewise.
+       * support/Makefile (libsupport-routines): Add xpthread_attr_destroy
+       xpthread_attr_init, xpthread_attr_setdetachstate, and
+       xpthread_attr_setstacksize.
+       * support/xpthread_attr_destroy.c: New file.
+       * support/xpthread_attr_init.c: New file.
+       * support/xpthread_attr_setdetachstate.c: New file.
+       * support/xpthread_attr_setstacksize.c: New file.
+       * support/xthread.h: Define prototypes for xpthread_attr_destroy
+       xpthread_attr_init, xpthread_attr_setdetachstate, and
+       xpthread_attr_setstacksize.
+
+2017-01-27  Florian Weimer  <fweimer@redhat.com>
+
+       * nptl/Makefile (tests): Add tst-robust-fork.
+       * nptl/tst-robust-fork.c: New file.
+       * support/Makefile (libsupport-routines): Add xmmap, xmunmap,
+       xpthread_mutex_consistent, xpthread_mutex_destroy,
+       xpthread_mutex_init, xpthread_mutexattr_destroy,
+       xpthread_mutexattr_init, xpthread_mutexattr_setprotocol,
+       xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust,
+       xpthread_mutexattr_settype.
+       * support/xmmap.c: New file.
+       * support/xmunmap.c: Likewise.
+       * support/xpthread_mutex_consistent.c: Likewise.
+       * support/xpthread_mutex_destroy.c: Likewise.
+       * support/xpthread_mutex_init.c: Likewise.
+       * support/xpthread_mutexattr_destroy.c: Likewise.
+       * support/xpthread_mutexattr_init.c: Likewise.
+       * support/xpthread_mutexattr_setprotocol.c: Likewise.
+       * support/xpthread_mutexattr_setpshared.c: Likewise.
+       * support/xpthread_mutexattr_setrobust.c: Likewise.
+       * support/xpthread_mutexattr_settype.c: Likewise.
+       * support/xthread.h (xpthread_mutexattr_destroy)
+       (xpthread_mutexattr_init, xpthread_mutexattr_setprotocol)
+       (xpthread_mutexattr_setpshared, xpthread_mutexattr_setrobust)
+       (xpthread_mutexattr_settype, xpthread_mutex_init)
+       (xpthread_mutex_destroy, xpthread_mutex_consistent): Declare.
+       * support/xunistd.h (xmmap, xmunmap): Likewise.
+
+2017-01-25  Florian Weimer  <fweimer@redhat.com>
+
+       * string/Makefile (xtests): Add comment.
+       (LOCALES): Add en_GB.UTF-8.
+       (tst-strcoll-overflow.out): Depend on generated locales.
+       * string/tst-strcoll-overflow.c: Convert to support/test-driver.c.
+       (SIZE, TIMEOUT): Update comments.
+       (do_test): Define as static.  Fail test if setlocale fails.
+       Return EXIT_UNSUPPORTED if insufficient memory.  Enhance output
+       messages.
+       (EXPECTED_SIGNAL, EXPECTED_STATUS, TEST_FUNCTION): Remove.
+       TIMEOUT at 300 seconds should be enough to run this test
+       successfully.
+
+2017-01-24  Jakub Jelinek  <jakub@redhat.com>
+
+       * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add
+       /* FALLTHRU */ comments.
+
+2017-01-24  James Clarke  <jrtc27@jrtc27.com>
+
+       [BZ #21053]
+       * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.sym: Use new REG_R*
+       constants instead of the old R* ones.
+       * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.sym: Likewise.
+       * sysdeps/unix/sysv/linux/sh/sys/ucontext.h (NGPREG): Rename...
+       (NGREG): ... to this, to fit in with other architectures.
+       (gpregset_t): Use new NGREG macro.
+       [__USE_GNU]: Remove condition; all architectures other than tile
+       are unconditional.
+       (R*): Rename to REG_R*.
+
+2017-01-20  DJ Delorie  <dj@redhat.com>
+
+       * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...
+       (tunable_set_val_if_valid_range_signed) ... this, and ...
+       (tunable_set_val_if_valid_range_unsigned) ... this.
+       (tunable_initialize): Call the correct one of the above based on type.
+
+2017-01-20  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/hppa/fpu/libm-test-ulps: Remove *_tonearest entries.
+       * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
+       * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
+       * sysdeps/microblaze/libm-test-ulps: Likewise.
+       * sysdeps/sh/libm-test-ulps: Likewise.
+
+       * math/README.libm-test: Update list of characters for input and
+       output types.
+
+2017-01-20  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
+       (__lll_unlock_elision): Fix adapt_count decrement.
+
+2017-01-14  Martin Galvan  <martingalvan@sourceware.org>
+
+       * README.pretty-printers (Known issues): Warn about printers not
+       always covering everything.
+       * nptl/nptl-printers.py (MutexPrinter): Change output.
+       * nptl/test-mutex-printers.py: Fix test and adapt to changed output.
+
+2017-01-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+       * sysdeps/unix/sysv/linux/s390/htm.h: Adjust comments.
+       * sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
+       * sysdeps/unix/sysv/linux/s390/elision-lock.c: Adjust comments.
+       (__lll_lock_elision): Do not test futex before starting a
+       transaction.  Use __glibc_likely instead of __builtin_expect.
+       * sysdeps/unix/sysv/linux/s390/elision-trylock.c: Adjust comments.
+       (__lll_trylock_elision): Do not test futex before starting a
+       transaction.  Use __glibc_likely instead of __builtin_expect.
+
+2017-01-20  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * po/Makefile (update-translations): New target.
+
+2017-01-19  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #21061]
+       * sysdeps/unix/sysv/linux/microblaze/clock-compat.c: New file.
+
+2017-01-19  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * elf/dl-tunables (get_next_env): Always advance envp.
+       * stdlib/tst-empty-env.c: New test case.
+       * stdlib/Makefile (tests): Use it.
+
+2017-01-19  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #21047]
+       * sysdeps/arm/fpu_control.h [!__SOFTFP__] (_FPU_GETCW): Use VFP
+       name for instruction.
+       [!__SOFTFP__] (_FPU_SETCW): Likewise.
+
+2017-01-18  Joseph Myers  <joseph@codesourcery.com>
+
+       * scripts/build-many-glibcs.py (Config.build_cross_tool): Use -j1
+       for make install.
+
+2017-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * po/bg.po: Merge from Translation Project.
+       * po/fr.po: Likewise.
+       * po/ko.po: Likewise.
+       * po/nl.po: Likewise.
+       * po/sv.po: Likewise.
+
+2017-01-18  Joseph Myers  <joseph@codesourcery.com>
+
+       * manual/install.texi (Tools for Compilation): Update GCC version
+       known to work to build glibc.
+       * INSTALL: Regenerated.
+
+2017-01-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+       [BZ #21006]
+       * string/Makefile (LDFLAGS-tst-xbzero-opt): New variable.
+
+2017-01-16  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #21045]
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
+       (__CONTEXT_FUNC_NAME): Pass address of signal mask to be restored
+       to __sigprocmask.
+
+2017-01-16  Chris Metcalf  <cmetcalf@mellanox.com>
+
+       * sysdeps/tile/tilegx/memchr.c (__memchr): Handle pointer
+       wrap-around.
+       * sysdeps/tile/tilepro/memchr.c (__memchr): Likewise.
+
+       * sysdeps/unix/sysv/linux/tile/ipc_priv.h: New file.
+
+2016-01-14  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * NEWS: Fix typo.
+
+2016-01-13  Torvald Riegel  <triegel@redhat.com>
+
+       * nptl/descr.h (ENQUEUE_MUTEX_BOTH, DEQUEUE_MUTEX): Add compiler
+       barriers and comments.
+       * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full): Likewise.
+       * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
+       * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
+
+2016-01-13  Torvald Riegel  <triegel@redhat.com>
+
+       [BZ #19402]
+       * sysdeps/nptl/fork.c (__libc_fork): Clear list of acquired robust
+       mutexes.
+
+2016-01-13  Torvald Riegel  <triegel@redhat.com>
+
+       [BZ #20985]
+       * nptl/Makefile: Adapt.
+       * nptl/pthread_mutex_cond_lock.c (LLL_ROBUST_MUTEX_LOCK): Remove.
+       (LLL_ROBUST_MUTEX_LOCK_MODIFIER): New.
+       * nptl/pthread_mutex_lock.c (LLL_ROBUST_MUTEX_LOCK): Remove.
+       (LLL_ROBUST_MUTEX_LOCK_MODIFIER): New.
+       (__pthread_mutex_lock_full): Inline lll_robust* functions and adapt.
+       * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Inline
+       lll_robust* functions and adapt.
+       * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
+       * sysdeps/nptl/lowlevellock.h (__lll_robust_lock_wait,
+       __lll_robust_lock, lll_robust_cond_lock, __lll_robust_timedlock_wait,
+       __lll_robust_timedlock, __lll_robust_unlock): Remove.
+       * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_robust_lock,
+       lll_robust_cond_lock, lll_robust_timedlock, lll_robust_unlock): Remove.
+       * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_robust_lock,
+       lll_robust_cond_lock, lll_robust_timedlock, lll_robust_unlock): Remove.
+       * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (__lll_robust_lock_wait,
+       __lll_robust_lock, lll_robust_cond_lock, __lll_robust_timedlock_wait,
+       __lll_robust_timedlock, __lll_robust_unlock): Remove.
+       * nptl/lowlevelrobustlock.c: Remove file.
+       * nptl/lowlevelrobustlock.sym: Likewise.
+       * sysdeps/unix/sysv/linux/i386/lowlevelrobustlock.S: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Likewise.
+
+2017-01-13  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
+
+       * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
+
+2017-01-12  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * po/cs.po: Merge translations from the Translation Project.
+       * po/de.po: Likewise.
+       * po/pl.po: Likewise.
+       * po/ru.po: Likewise.
+       * po/tr.po: Likewise.
+       * po/uk.po: Likewise.
+       * po/vi.po: Likewise.
+       * po/zh_CN.po: Likewise.
+
+2017-01-12  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file.
+
+       * math/fgetexcptflg.c (__fegetexceptflag): Store 0 in fexcept_t
+       object.
+
+2017-01-11  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #16458]
+       * bits/uintn-identity.h: New file.
+       * inet/netinet/in.h: Include <bits/uintn-identity.h>.
+       [__BYTE_ORDER == __BIG_ENDIAN] (ntohl): Use __uint32_identity.
+       [__BYTE_ORDER == __BIG_ENDIAN] (ntohs): Use __uint16_identity.
+       [__BYTE_ORDER == __BIG_ENDIAN] (htonl): Use __uint32_identity.
+       [__BYTE_ORDER == __BIG_ENDIAN] (htohs): Use __uint16_identity.
+       * string/endian.h: Include <bits/uintn-identity.h>.
+       [__BYTE_ORDER == __LITTLE_ENDIAN] (htole16): Use
+       __uint16_identity.
+       [__BYTE_ORDER == __LITTLE_ENDIAN] (le16toh): Likewise.
+       [__BYTE_ORDER == __LITTLE_ENDIAN] (htole32): Use
+       __uint32_identity.
+       [__BYTE_ORDER == __LITTLE_ENDIAN] (le32toh): Likewise.
+       [__BYTE_ORDER == __LITTLE_ENDIAN] (htole64): Use
+       __uint64_identity.
+       [__BYTE_ORDER == __LITTLE_ENDIAN] (le64toh): Likewise.
+       [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe16): Use
+       __uint16_identity.
+       [__BYTE_ORDER != __LITTLE_ENDIAN] (be16toh): Likewise.
+       [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe32): Use
+       __uint32_identity.
+       [__BYTE_ORDER != __LITTLE_ENDIAN] (be32toh): Likewise.
+       [__BYTE_ORDER != __LITTLE_ENDIAN] (htobe64): Use
+       __uint64_identity.
+       [__BYTE_ORDER != __LITTLE_ENDIAN] (be64toh): Likewise.
+       * string/Makefile (headers): Add bits/uintn-identity.h.
+       (tests): Add test-endian-types.
+       * string/test-endian-types.c: New file.
+       * inet/Makefile (tests): Add test-hnto-types.
+       * inet/test-hnto-types.c: New file.
+
+2016-01-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * po/be.po: Update from Translation Project.
+       * po/bg.po: Likewise.
+       * po/ca.po: Likewise.
+       * po/cs.po: Likewise.
+       * po/da.po: Likewise.
+       * po/de.po: Likewise.
+       * po/el.po: Likewise.
+       * po/eo.po: Likewise.
+       * po/es.po: Likewise.
+       * po/fi.po: Likewise.
+       * po/fr.po: Likewise.
+       * po/gl.po: Likewise.
+       * po/hr.po: Likewise.
+       * po/hu.po: Likewise.
+       * po/ia.po: Likewise.
+       * po/id.po: Likewise.
+       * po/it.po: Likewise.
+       * po/ja.po: Likewise.
+       * po/ko.po: Likewise.
+       * po/lt.po: Likewise.
+       * po/nb.po: Likewise.
+       * po/nl.po: Likewise.
+       * po/pl.po: Likewise.
+       * po/pt_BR.po: Likewise.
+       * po/ru.po: Likewise.
+       * po/rw.po: Likewise.
+       * po/sk.po: Likewise.
+       * po/sl.po: Likewise.
+       * po/sv.po: Likewise.
+       * po/tr.po: Likewise.
+       * po/uk.po: Likewise.
+       * po/vi.po: Likewise.
+       * po/zh_CN.po: Likewise.
+       * po/zh_TW.po: Likewise.
+
+2017-01-11  Joseph Myers  <joseph@codesourcery.com>
+
+       * stdio-common/tst-printf.c [__GNUC_PREREQ (7, 0)]: Ignore
+       -Wformat-truncation instead of -Wformat-length.
+       * time/tst-strptime2.c (mkbuf) [__GNUC_PREREQ (7, 0)]: Likewise.
+       * stdio-common/tstdiomisc.c (F): Ignore -Wformat-truncation for
+       GCC 7.
+       * wcsmbs/tst-wcstof.c: Include <libc-internal.h>.
+       (do_test): Ignore -Wformat-truncation for GCC 7.
+
+       * locale/programs/ld-address.c (INT_STR_ELEM): Increase size of
+       buffer used to print long int value.
+
+       * elf/sotruss-lib.c (init): Increase space allocated for pid by
+       one byte.  Print it with %ld, cast to long int.
+
+2017-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       * scripts/build-many-glibcs.py (os.cpu_count): Add compatibility definition.
+       (re.fullmatch, subprocess.run): Likewise.
+
+2016-01-11  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * po/libc.pot: Regenerate.
+
+2016-01-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * elf/dl-tunables.c (tunables_unsetenv): Remove function.
+       (min_strlen): Likewise.
+       (disable_tunable): Likewise.
+       (maybe_disable_malloc_check): Rename to
+       maybe_enable_malloc_check.
+       (maybe_enable_malloc_check): Enable glibc.malloc.check tunable
+       if /etc/suid-debug file exists.
+       (__tunables_init): Update caller.
+       * elf/dl-tunables.list (glibc.malloc.check): Don't mark as
+       secure.
+
+2016-01-10  Torvald Riegel  <triegel@redhat.com>
+
+       * nptl/DESIGN-rwlock.txt: Remove.
+       * nptl/lowlevelrwlock.sym: Remove.
+       * nptl/Makefile: Add new tests.
+       * nptl/pthread_rwlock_common.c: New file.  Contains the new rwlock.
+       * nptl/pthreadP.h (PTHREAD_RWLOCK_PREFER_READER_P): Remove.
+       (PTHREAD_RWLOCK_WRPHASE, PTHREAD_RWLOCK_WRLOCKED,
+       PTHREAD_RWLOCK_RWAITING, PTHREAD_RWLOCK_READER_SHIFT,
+       PTHREAD_RWLOCK_READER_OVERFLOW, PTHREAD_RWLOCK_WRHANDOVER,
+       PTHREAD_RWLOCK_FUTEX_USED): New.
+       * nptl/pthread_rwlock_init.c (__pthread_rwlock_init): Adapt to new
+       implementation.
+       * nptl/pthread_rwlock_rdlock.c (__pthread_rwlock_rdlock_slow): Remove.
+       (__pthread_rwlock_rdlock): Adapt.
+       * nptl/pthread_rwlock_timedrdlock.c
+       (pthread_rwlock_timedrdlock): Adapt.
+       * nptl/pthread_rwlock_timedwrlock.c
+       (pthread_rwlock_timedwrlock): Adapt.
+       * nptl/pthread_rwlock_trywrlock.c (pthread_rwlock_trywrlock): Adapt.
+       * nptl/pthread_rwlock_tryrdlock.c (pthread_rwlock_tryrdlock): Adapt.
+       * nptl/pthread_rwlock_unlock.c (pthread_rwlock_unlock): Adapt.
+       * nptl/pthread_rwlock_wrlock.c (__pthread_rwlock_wrlock_slow): Remove.
+       (__pthread_rwlock_wrlock): Adapt.
+       * nptl/tst-rwlock10.c: Adapt.
+       * nptl/tst-rwlock11.c: Adapt.
+       * nptl/tst-rwlock17.c: New file.
+       * nptl/tst-rwlock18.c: New file.
+       * nptl/tst-rwlock19.c: New file.
+       * nptl/tst-rwlock2b.c: New file.
+       * nptl/tst-rwlock8.c: Adapt.
+       * nptl/tst-rwlock9.c: Adapt.
+       * sysdeps/aarch64/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/arm/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/hppa/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/ia64/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/m68k/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/microblaze/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/mips/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/nios2/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/s390/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/sh/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/sparc/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/tile/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h
+       (pthread_rwlock_t): Adapt.
+       * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
+       (pthread_rwlock_t): Adapt.
+       * sysdeps/x86/bits/pthreadtypes.h (pthread_rwlock_t): Adapt.
+       * nptl/nptl-printers.py (): Adapt.
+       * nptl/nptl_lock_constants.pysym: Adapt.
+       * nptl/test-rwlock-printers.py: Adapt.
+       * nptl/test-rwlockattr-printers.c: Adapt.
+       * nptl/test-rwlockattr-printers.py: Adapt.
+
 2017-01-10  Joseph Myers  <joseph@codesourcery.com>
 
        * math/libm-test.inc (XFAIL_IBM128_LIBGCC): New macro.