Randomly linked riscv64 kernels built with clang/lld-16 hang too often
authorjca <jca@openbsd.org>
Sat, 11 Nov 2023 18:00:36 +0000 (18:00 +0000)
committerjca <jca@openbsd.org>
Sat, 11 Nov 2023 18:00:36 +0000 (18:00 +0000)
commite6faefdc78928cb6b8ef2e1e31545d168471a3c7
tree61f73c76c148520a5d4675488db5fa1dbe4fe979
parentd415bd752c734aee168c4ee86ff32e8cc249eb16
Randomly linked riscv64 kernels built with clang/lld-16 hang too often

Use cat instead of sort -R to disable random relinking for now, until we
find the culprit.  For whoever interested, using cat or sort avoids the
problem but using sort -r makes it 100% reproducible in my tests.

Suggested by deraadt@
sys/arch/riscv64/conf/Makefile.riscv64