• Andi Kleen's avatar
    [PATCH] Fix TSS limit on x86-64 · 954caecd
    Andi Kleen authored
    The limit of the TSS segment was incorrectly set to a too big value
    on x86-64. This lead to the CPU reading random memory behind the main
    TSS when iopl was >0, but there was no ioperm bitmap set. This caused
    random failures in port accesses in this state.
    
    Set the correct limit.
    954caecd
desc.h 5.16 KB