unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: libc-alpha@sourceware.org
Subject: [PATCH v4 0/3] Enhanced CPU diagnostics for ld.so
Date: Mon, 08 Apr 2024 13:07:18 +0200	[thread overview]
Message-ID: <cover.1712574353.git.fweimer@redhat.com> (raw)

Mostly unchanged repost with a Hurd build fix and an aarch64 manual
update.

Florian Weimer (3):
  elf: Add CPU iteration support for future use in ld.so diagnostics
  x86: Add generic CPUID data dumper to ld.so --list-diagnostics
  aarch64: Enhanced CPU diagnostics for ld.so

 elf/dl-iterate_cpu.h                  | 136 +++++++++
 manual/dynlink.texi                   | 119 +++++++-
 sysdeps/aarch64/dl-diagnostics-cpu.c  |  84 ++++++
 sysdeps/generic/dl-affinity.h         |  54 ++++
 sysdeps/unix/sysv/linux/dl-affinity.h |  46 +++
 sysdeps/x86/dl-diagnostics-cpu.c      | 384 ++++++++++++++++++++++++++
 6 files changed, 822 insertions(+), 1 deletion(-)
 create mode 100644 elf/dl-iterate_cpu.h
 create mode 100644 sysdeps/aarch64/dl-diagnostics-cpu.c
 create mode 100644 sysdeps/generic/dl-affinity.h
 create mode 100644 sysdeps/unix/sysv/linux/dl-affinity.h


base-commit: 1f94147a79fcb7211f1421b87383cad93986797f
-- 
2.44.0


             reply	other threads:[~2024-04-08 11:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-08 11:07 Florian Weimer [this message]
2024-04-08 11:07 ` [PATCH v4 1/3] elf: Add CPU iteration support for future use in ld.so diagnostics Florian Weimer
2024-04-08 13:32   ` Szabolcs Nagy
2024-04-08 11:08 ` [PATCH v4 2/3] x86: Add generic CPUID data dumper to ld.so --list-diagnostics Florian Weimer
2024-04-08 11:08 ` [PATCH v4 3/3] aarch64: Enhanced CPU diagnostics for ld.so Florian Weimer
2024-04-08 13:16   ` Szabolcs Nagy

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

  List information: https://www.gnu.org/software/libc/involved.html

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

  git send-email \
    --in-reply-to=cover.1712574353.git.fweimer@redhat.com \
    --to=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.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).