On 1/26/23 09:52, Jann Horn wrote: >> Maybe I'm totally missing something, but I thought the scope here was >> the "non-data operand independent timing behavior for the listed >> instructions" referenced here: >> >>> https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/best-practices/data-operand-independent-timing-isa-guidance.html >> where the "listed instructions" is this list: >> >>> https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/resources/data-operand-independent-timing-instructions.html >> For example, that includes XOR with the 0x31 and 0x81 opcodes which >> there are plenty of in the kernel. > That list says at the top: "The table below lists instructions that > have data-independent timing." So, first of all, apologies for the documentation. It needs some work, and I see where the confusion is coming from. But, I did just confirm with the folks that wrote it. The "listed instructions" *ARE* within the scope of being affected by the DOITM=0/1 setting. Instead of saying: The table below lists instructions that have data-independent timing. I think it should probably say something like: The table below lists instructions that have data-independent timing when DOITM is enabled. (Modulo the MXCSR interactions for now) Somebody from Intel please thwack me over the head if I'm managing to get this wrong (wouldn't be the first time).