Displaying 3 results from an estimated 3 matches for "r325082".
2018 Mar 13
1
retpoline mitigation and 6.0
...> looking at adding the external thunk for FreeBSD now, and we have
> 6.0.0 in HEAD. Assuming that future Clang releases (major, and
> updates) will all use __x86_indirect_thunk_r11 we presumably want to
> patch r324449 into the 6.0.0 in our tree.
Dimitry points out it did get merged (r325082), so I must have been
testing a version of 6.0.0 before the final release.
Testing again now, with:
FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on
LLVM 6.0.0)
confirms it emits calls to __x86_indirect_thunk_r11; sorry for the false alarm.
2018 Mar 13
0
retpoline mitigation and 6.0
On 7 February 2018 at 01:20, Chandler Carruth via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I've landed the patch in r324449.
To confirm, this change *did not* make it into 6.0.0, correct? I'm
looking at adding the external thunk for FreeBSD now, and we have
6.0.0 in HEAD. Assuming that future Clang releases (major, and
updates) will all use __x86_indirect_thunk_r11 we
2018 Feb 07
6
retpoline mitigation and 6.0
I've landed the patch in r324449.
Before we merge this into two different Clang release branches and almost
immediately release one of them, I would really like someone to confirm
that this patch works well with the Linux kernel. David, if you're up for
that, it would be great. Alternatively, Guenter or someone else here can
help.
On Tue, Feb 6, 2018 at 5:59 PM Chandler Carruth