Re: [Qemu-devel] [PATCH v6 0/6] linux-user/aarch64: Support PROT_BTI

2019-06-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190605205706.569-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH v6 0/6] linux-user/aarch64: Support PROT_BTI Type: series Message-id

[Qemu-devel] [PATCH v6 0/6] linux-user/aarch64: Support PROT_BTI

2019-06-05 Thread Richard Henderson
Dave Martin has recently posted a kernel patch set for supporting ARMv8.5 Branch Target Identification in userland. http://lists.infradead.org/pipermail/linux-arm-kernel/2019-May/654654.html While that support is not yet in the upstream kernel, it looks to be close to its final form. Note tha