On Fri, 25 Jan 2019 at 22:57, Richard Henderson <richard.hender...@linaro.org> wrote: > > (1) Fix a bug I introduced at the last moment in the last > patch set -- enable pac keys during reset, not before. > (2) Add the HWCAP bits. > (3) Add the new prctl > (4) Add a smoke test so that (1) doesn't happen again. > > > r~ > > > Richard Henderson (6): > target/arm: Always enable pac keys for user-only > aarch64-linux-user: Update HWCAP bits from linux 5.0-rc1 > aarch64-linux-user: Enable HWCAP bits for PAuth > linux-user: Initialize aarch64 pac keys > linux-user: Implement PR_PAC_RESET_KEYS > tests/tcg/aarch64: Add pauth smoke tests
Applied patches 1-4 to target-arm.next (5 has a minor nit and 6 depends on 5). thanks -- PMM