search for: indirect_thunk

Displaying 2 results from an estimated 2 matches for "indirect_thunk".

2018 Feb 07
0
retpoline mitigation and 6.0
...hat no > released versions have the old behavior. Thank you. For reference, is there a way to turn *off* the retpoline which has been enabled on the command line?  For init functions which run only at startup before any attacker can be in the system, we currently mark the function __attribute__((indirect_thunk("keep"))). Is there a clang equivalent? It's not particularly important; a minor optimisation we can live without if we have to.  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180207/a6b35769/...
2018 Feb 07
4
retpoline mitigation and 6.0
On Tue, Feb 6, 2018 at 2:56 PM David Woodhouse <dwmw2 at infradead.org> wrote: > On Tue, 2018-02-06 at 22:08 +0000, Chandler Carruth wrote: > > So, I was waiting to hear a definitive response on whether using aliases > is hard, and didn't see one here, which is why I haven't responded further. > > However, a colleauge pointed me at an LKML thread where it seems