bug#76360: cksum crc broken with VMULL on musl

2025-02-17 Thread Alyssa Ross
Paul Eggert writes: > Thanks for the bug report. I installed the attached patches; please give > them a try, as I don't have easy access to that platform. Both patches do what they're supposed to, thanks! signature.asc Description: PGP signature

bug#76360: cksum crc broken with VMULL on musl

2025-02-17 Thread Paul Eggert
Thanks for the bug report. I installed the attached patches; please give them a try, as I don't have easy access to that platform.From c98e90b074429adb3492d7b79c3a69bad5c07f5f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 17 Feb 2025 02:23:52 -0800 Subject: [PATCH 1/2] cksum: fix test for

bug#76360: cksum crc broken with VMULL on musl

2025-02-17 Thread Alyssa Ross
On aarch64-unknown-linux-musl, cksum -a crc seems to be producing the wrong values with coreutils 9.6, causing tests/cksum/cksum.sh to fail. I bisected this to the following commit: commit d155be4a22cdc5d271a74c2ae8226c4239ab76ed (HEAD) Author: Sam Russell Date: Thu Nov 28 20:28:21 2024 +0100