[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 3/7] configure: add CET support
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 3/7] configure: add CET support |
Date: |
Thu, 14 Mar 2019 16:41:50 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 14/03/19 16:23, Richard Henderson wrote:
> On 3/14/19 3:46 AM, Paolo Bonzini wrote:
>> On 14/03/19 01:56, Richard Henderson wrote:
>>> Hmm. The gcc for aarch64 names the similar feature -mbranch-protection.
>>> I'm
>>> rather annoyed that the i386 gcc folk appropriated a generic -f name without
>>> actually making the feature generic at the same time.
>>
>> Wouldn't -fcf-protection=branch also apply to ARM BTI?
>
> It should, but doesn't. Which was sort of my point re non-coordination of
> development.
I agree. We should open a GCC bug about it, to make sure that in the
long run -fcf-protection does suffice on all architectures.
Paolo
[Qemu-devel] [PATCH 7/7] coroutine-x86: add CET shadow stack support, Paolo Bonzini, 2019/03/13
[Qemu-devel] [PATCH 4/7] tcg: add tcg_out_start, Paolo Bonzini, 2019/03/13
[Qemu-devel] [PATCH 6/7] linux-user: add IBT support to x86 safe-syscall.S, Paolo Bonzini, 2019/03/13
[Qemu-devel] [PATCH 5/7] tcg/i386: add support for IBT, Paolo Bonzini, 2019/03/13