This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 00/23] CET: Prepare for CET enabling
On Tue, May 8, 2018 at 1:58 PM, Jonathan Nieder <jrnieder@gmail.com> wrote:
> Hi,
>
> H.J. Lu wrote:
>
>> This is the first set of patches to enable CET, excluding changes which
>> use the new CET system calls. The complete set of patches is available
>> on hjl/cet/master branch at:
>>
>> https://github.com/hjl-tools/glibc/tree/hjl/cet/master
>>
>> I will submit the second set of patches with the new CET system calls,
>> which are on Linux kernel CET branch:
>>
>> https://github.com/yyu168/linux_cet
>
> What is CET? Where can I read an overview?
CET stands for in Intel Control-flow Enforcement Technology:
https://software.intel.com/sites/default/files/managed/4d/2a/control-flow-enforcement-technology-preview.pdf
--
H.J.