lat/tests/unit
Hanlu Li 0863f52ad6 linux-user: allow ELF loader errors to be returned
Interpreter ELF failures were previously reported and terminated inside load_elf_image(), so LATX callers could not attach the selected runtime context.

Return a success value and optionally propagate Error objects while preserving the existing fatal behavior at unchanged call sites. Release the mmap lock before returning an error. Also centralize the interp_prefix declaration in linux-user/qemu.h and remove KZT-local duplicates.

Factor runtime-prefix eligibility into one path helper and expose the configured candidate path for later diagnostics without changing path() fallback behavior. This commit intentionally does not change user-visible diagnostics.

Signed-off-by: Hanlu Li <heuleehanlu@gmail.com>
2026-08-05 07:33:25 +08:00
..
meson.build LATX, fix: lazily start the RCU callback thread 2026-08-03 10:40:30 +08:00
test-elfload-pagesize.c linux-user: Avoid PT_LOAD overlap on 16K hosts 2026-06-10 11:50:43 +08:00
test-exclusive-timeout.c LATX, fix: bound final AOT exclusive wait 2026-07-30 19:51:25 +08:00
test-rcu-lazy-thread.c LATX, fix: lazily start the RCU callback thread 2026-08-03 10:40:30 +08:00
test-util-path.c linux-user: allow ELF loader errors to be returned 2026-08-05 07:33:25 +08:00