Re: [Qemu-devel] [PATCH v4 0/4] target/arm: Implement ARMv8.5-BTI for linux-user

2019-03-29 Thread no-reply
] target/arm: Implement ARMv8.5-BTI for linux-user Type: series === 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 b

[Qemu-devel] [PATCH v4 0/4] target/arm: Implement ARMv8.5-BTI for linux-user

2019-03-29 Thread Richard Henderson
The bits within the elf file that cover this have been published[1], but the change to for use by mmap/mprotect has not. So I've made something up with which to make progress (TARGET_PROT_BTI). I intend to press folk at Linaro Connect next week on publishing the necessary ABI changes for this and