public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: libc-alpha@sourceware.org,
	Siddhesh Poyarekar <siddhesh@gotplt.org>,
	Florian Weimer <fweimer@redhat.com>
Subject: [PATCH 0/2] Make tunable a default feature
Date: Mon, 13 Mar 2023 16:06:25 -0300	[thread overview]
Message-ID: <20230313190627.2000578-1-adhemerval.zanella@linaro.org> (raw)

It is enabled as default since 2.26, some features option require it
(such as hwcap mask, huge pages support, and lock elisition tuning),
and assuming its support also simplifies the build permutation.

Adhemerval Zanella (2):
  elf: Remove glibc.rtld.dynamic_sort tunable
  Remove --enable-tunables configure option

 INSTALL                                       |  19 ---
 Makeconfig                                    |   4 -
 NEWS                                          |   3 +
 config.h.in                                   |   3 -
 config.make.in                                |   1 -
 configure                                     |  17 ---
 configure.ac                                  |  10 --
 elf/Makefile                                  |   8 +-
 elf/dl-cache.c                                |   2 +-
 elf/dl-hwcaps.h                               |  11 --
 elf/dl-sort-maps.c                            | 139 +-----------------
 elf/dl-support.c                              |  15 --
 elf/dl-tls.c                                  |   6 -
 elf/dl-tunables.h                             |  35 ++---
 elf/dl-tunables.list                          |   9 --
 elf/dl-usage.c                                |   8 +-
 elf/dso-sort-tests-1.def                      |  15 +-
 elf/dso-sort-tests-2.def                      |  10 +-
 elf/rtld.c                                    |  23 +--
 elf/tst-env-setuid-tunables.c                 |  11 --
 elf/tst-rtld-list-tunables.exp                |   1 -
 gmon/gmon.c                                   |  12 +-
 malloc/Makefile                               |   2 -
 malloc/arena.c                                | 118 +--------------
 malloc/malloc-check.c                         |   8 -
 malloc/malloc.c                               |  14 +-
 manual/install.texi                           |  19 ---
 manual/tunables.texi                          |  13 --
 nptl/pthread_mutex_conf.c                     |   4 +-
 nptl/tst-mutex8.c                             |   2 -
 scripts/build-many-glibcs.py                  |   1 -
 sysdeps/generic/ldsodefs.h                    |  17 ---
 sysdeps/generic/unsecvars.h                   |   8 +-
 sysdeps/mach/hurd/dl-sysdep.c                 |   3 -
 sysdeps/nptl/dl-tls_init_tp.c                 |   2 -
 sysdeps/nptl/pthreadP.h                       |   4 -
 sysdeps/nptl/pthread_early_init.h             |   2 -
 sysdeps/nptl/pthread_mutex_conf.h             |   8 -
 sysdeps/powerpc/cpu-features.c                |   9 +-
 sysdeps/s390/cpu-features.c                   |  14 +-
 sysdeps/sparc/sparc32/dl-machine.h            |   5 +-
 sysdeps/unix/sysv/linux/Makefile              |   4 +-
 .../unix/sysv/linux/aarch64/cpu-features.c    |   6 -
 sysdeps/unix/sysv/linux/dl-sysdep.c           |   3 -
 .../unix/sysv/linux/powerpc/elision-conf.c    |   8 +-
 sysdeps/unix/sysv/linux/s390/elision-conf.c   |   8 +-
 sysdeps/unix/sysv/linux/x86/elision-conf.c    |   8 +-
 sysdeps/unix/sysv/linux/x86_64/64/Makefile    |   2 -
 sysdeps/x86/Makefile                          |  10 --
 sysdeps/x86/cacheinfo.h                       |   8 +-
 sysdeps/x86/cpu-features.c                    |  24 +--
 sysdeps/x86/cpu-tunables.c                    |  45 +++---
 sysdeps/x86/dl-cacheinfo.h                    |  10 --
 sysdeps/x86_64/Makefile                       |   2 -
 54 files changed, 80 insertions(+), 673 deletions(-)

-- 
2.34.1


             reply	other threads:[~2023-03-13 19:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13 19:06 Adhemerval Zanella [this message]
2023-03-13 19:06 ` [PATCH 1/2] elf: Remove glibc.rtld.dynamic_sort tunable Adhemerval Zanella
2023-03-22 17:08   ` Siddhesh Poyarekar
2023-03-22 17:51     ` Adhemerval Zanella Netto
2023-03-22 18:40       ` Siddhesh Poyarekar
2023-03-22 18:46         ` Adhemerval Zanella Netto
2023-03-22 18:52           ` Siddhesh Poyarekar
2023-03-22 19:11             ` Adhemerval Zanella Netto
2023-03-13 19:06 ` [PATCH 2/2] Remove --enable-tunables configure option Adhemerval Zanella
2023-03-22 16:25   ` Siddhesh Poyarekar
2023-03-14 18:02 ` [PATCH 0/2] Make tunable a default feature Siddhesh Poyarekar
2023-03-15 20:05   ` Adhemerval Zanella Netto
2023-03-17 11:15     ` Siddhesh Poyarekar
2023-03-20 16:59       ` Adhemerval Zanella Netto
2023-03-20 23:15         ` Siddhesh Poyarekar
2023-03-22 14:40           ` Adhemerval Zanella Netto
2023-03-22 15:21             ` Siddhesh Poyarekar
2023-03-22 17:58               ` Adhemerval Zanella Netto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230313190627.2000578-1-adhemerval.zanella@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    --cc=siddhesh@gotplt.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).