mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
8709ed4d4b
cpufeatures.h currently defines X86_BUG(9) twice on 32-bit: #define X86_BUG_NULL_SEG X86_BUG(9) /* Nulling a selector preserves the base */ ... #ifdef CONFIG_X86_32 #define X86_BUG_ESPFIX X86_BUG(9) /* "" IRET to 16-bit SS corrupts ESP/RSP high bits */ #endif I think what happened was that this added the X86_BUG_ESPFIX, but in an #ifdef below most of the bugs: |
||
---|---|---|
.. | ||
asm | ||
uapi/asm |