Re: [PATCH 0/4] target/arm: Fix ComputePAC (LP 1859713)

2020-01-20 Thread Peter Maydell
On Thu, 16 Jan 2020 at 23:08, Richard Henderson wrote: > > Thanks to Vincent and Adrien for both reporting the bug and > providing the solution. I've converted their manual testing > into executable tests. Applied to target-arm.next, thanks (with the commit message for patch 2 tweaked, and the

Re: [PATCH 0/4] target/arm: Fix ComputePAC (LP 1859713)

2020-01-17 Thread no-reply
/arm: Fix ComputePAC (LP 1859713) === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT

[PATCH 0/4] target/arm: Fix ComputePAC (LP 1859713)

2020-01-16 Thread Richard Henderson
Thanks to Vincent and Adrien for both reporting the bug and providing the solution. I've converted their manual testing into executable tests. r~ Richard Henderson (3): tests/tcg/aarch64: Fix compilation parameters for pauth-% tests/tcg/aarch64: Add pauth-3 tests/tcg/aarch64: Add pauth-4