public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Generic x86-64 CPU diagnostics dumper
@ 2023-12-07 11:05 Florian Weimer
  2023-12-07 11:05 ` [PATCH v2 1/2] elf: Wire up _dl_diagnostics_cpu_kernel Florian Weimer
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Florian Weimer @ 2023-12-07 11:05 UTC (permalink / raw)
  To: libc-alpha

This is an unchanged repost after a rebase.

I hope to get this integrated so that I can work on further CPU
compatibility diagnostics.  The intent behind those is to give
distributions better built-in tools to diagnose compatibility issues
after they incorporate CPU-specific optimizations.

Thanks,
Florian

Florian Weimer (2):
  elf: Wire up _dl_diagnostics_cpu_kernel
  x86: Add generic CPUID data dumper to ld.so --list-diagnostics

 elf/Makefile                                  |   1 +
 elf/dl-diagnostics-cpu-kernel.c               |  24 +
 elf/dl-diagnostics.c                          |   1 +
 elf/dl-diagnostics.h                          |   4 +
 manual/dynlink.texi                           |  86 +++-
 .../linux/x86/dl-diagnostics-cpu-kernel.c     | 457 ++++++++++++++++++
 6 files changed, 572 insertions(+), 1 deletion(-)
 create mode 100644 elf/dl-diagnostics-cpu-kernel.c
 create mode 100644 sysdeps/unix/sysv/linux/x86/dl-diagnostics-cpu-kernel.c


base-commit: 958478889c6a7a12b35b857b9788b7ad8706a01e
-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-12-11  9:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-07 11:05 [PATCH v2 0/2] Generic x86-64 CPU diagnostics dumper Florian Weimer
2023-12-07 11:05 ` [PATCH v2 1/2] elf: Wire up _dl_diagnostics_cpu_kernel Florian Weimer
2023-12-07 11:05 ` [PATCH v2 2/2] x86: Add generic CPUID data dumper to ld.so --list-diagnostics Florian Weimer
2023-12-07 11:46 ` [PATCH v2 0/2] Generic x86-64 CPU diagnostics dumper Adhemerval Zanella Netto
2023-12-07 12:36   ` Florian Weimer
2023-12-07 13:11     ` Adhemerval Zanella Netto
2023-12-11  9:06       ` Florian Weimer

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).