linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Drop explicit --hash-style= setting for new
@ 2025-02-24 11:20 Xi Ruoyao
  2025-02-24 11:20 ` [PATCH 1/3] riscv: vDSO: Remove --hash-style=both Xi Ruoyao
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Xi Ruoyao @ 2025-02-24 11:20 UTC (permalink / raw)
  To: Guo Ren, Huacai Chen, WANG Xuerui, Palmer Dabbelt, Fangrui Song
  Cc: Tiezhu Yang, linux-csky, loongarch, linux-riscv, linux-arch,
	linux-kernel, Xi Ruoyao

For riscv, csky, and LoongArch, GNU hash had already become the de-facto
standard when they borned, so there's no Glibc/Musl releases for them
without GNU hash support, and the traditional SysV hash is just wasting
space for them.

Remove those settings and follow the distro toolchain default, which is
likely --hash-style=gnu.  In the past it could break vDSO self tests,
but now the issue has been addressed by commit
e0746bde6f82 ("selftests/vDSO: support DT_GNU_HASH").

Xi Ruoyao (3):
  riscv: vDSO: Remove --hash-style=both
  csky: vDSO: Remove --hash-style=both
  LoongArch: vDSO: Remove --hash-style=sysv

 arch/csky/kernel/vdso/Makefile  | 2 +-
 arch/loongarch/vdso/Makefile    | 2 +-
 arch/riscv/kernel/vdso/Makefile | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-05-09 17:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-24 11:20 [PATCH 0/3] Drop explicit --hash-style= setting for new Xi Ruoyao
2025-02-24 11:20 ` [PATCH 1/3] riscv: vDSO: Remove --hash-style=both Xi Ruoyao
2025-02-24 11:20 ` [PATCH 2/3] csky: " Xi Ruoyao
2025-02-24 11:20 ` [PATCH 3/3] LoongArch: vDSO: Remove --hash-style=sysv Xi Ruoyao
2025-03-30  9:55   ` Huacai Chen
2025-03-05 13:27 ` Ping: [PATCH 0/3] Drop explicit --hash-style= setting for new Xi Ruoyao
2025-03-10  2:13   ` Guo Ren
2025-03-30 12:18     ` Xi Ruoyao
2025-05-09 17:30 ` patchwork-bot+linux-riscv

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 NNTP newsgroup(s).