05.08.2023 16:28, Michael Tokarev wrote:
...
qemu-8.1 rc, with or without this patch set, does not work in
old aarch64 environment at all. F.e. ubuntu xenial or debian
jessie, like this:
# chroot /tmp/jessie-arm64/
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault
dash works, but bash or ls gives such sigsegv
...
Is it worth to bisect?
Since it was kinda trivial to bisect, I just did. And here's the
result:
commit 59b6b42cd3446862567637f3a7ab31d69c9bef51
Author: Richard Henderson <richard.hender...@linaro.org>
Date: Tue Jun 6 10:19:39 2023 +0100
target/arm: Enable FEAT_LSE2 for -cpu max
Reverting this patch on top of current master makes old linuxes
to work again.
/mjt