diff --git a/bench.mk b/bench.mk index dfe46bdb2aa9b1ccfc7cf2a5816bf629098d4f75..28c87419191ddbc5bcf503ed398f1a7155eaab8b 100644 --- a/bench.mk +++ b/bench.mk @@ -45,9 +45,9 @@ bench-set: $(binaries-benchset) bench-malloc: $(binaries-bench-malloc) run=$(objpfx)bench-malloc-thread; \ - outfile=$(prefix)/$$(basename $${run}.$(ver).out); \ for thr in 1 8 16 32; do \ echo "Running $${run} $${thr}"; \ + outfile=$(prefix)/$$(basename $${run}-$${thr}.$(ver).out); \ $(run-bench) $${thr} > $${outfile}.tmp; \ mv $${outfile}{.tmp,}; \ done diff --git a/glibc.spec b/glibc.spec index 822424928eed8132493f0c2051ea51378bda7604..39ef99b55b83533a6f0380b76ede1a16caed4b57 100644 --- a/glibc.spec +++ b/glibc.spec @@ -67,7 +67,7 @@ ############################################################################## Name: glibc Version: 2.38 -Release: 79 +Release: 80 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1603,6 +1603,9 @@ fi %endif %changelog +* Thu Nov 20 2025 panzhe - 2.38-80 +- benchtest: Fixed benchtest result file overwriting + * Wed Nov 19 2025 Qingqing Li - 2.38-79 - AArch64: Optimise SVE scalar callbacks