Files
mesa/src
Dave Airlie f3af7886fe mesa: add support for CET to x86/x86-64 asm files.
Control-flow enforcement technology is a new instructions on x86
processors to denote where indirect jumps can land. Gcc auto adds
the instruction (which encodes as a NOP on older CPUs) to entrypoints
but assembler files need manual adding. This adds it to all the
entry points in the mesa x86/x86-64 assembler files.

This will only happen if mesa is built with the -fcf-protection flag
to gcc as some distros are wanting to do.

Acked-by: Eric Anholt <eric@anholt.net>
2019-08-16 09:00:35 +10:00
..
2019-08-14 17:31:04 -04:00
2019-08-15 20:23:44 +02:00
2019-08-14 10:36:20 +02:00
2019-04-29 21:17:19 +00:00
2019-08-15 20:23:44 +02:00