lkml.org 
[lkml]   [2018]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC PATCH v4 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
    Date
    Add CPUIDs for Control-flow Enforcement Technology (CET).

    CPUID.(EAX=7,ECX=0):ECX[bit 7] Shadow stack
    CPUID.(EAX=7,ECX=0):EDX[bit 20] Indirect branch tracking

    Signed-off-by: Yu-cheng Yu <yu-cheng.yu@intel.com>
    ---
    arch/x86/include/asm/cpufeatures.h | 2 ++
    arch/x86/kernel/cpu/scattered.c | 1 +
    2 files changed, 3 insertions(+)

    diff --git a/arch/x86/include/asm/cpufeatures.h b/arch/x86/include/asm/cpufeatures.h
    index 89a048c2faec..fa69651a017e 100644
    --- a/arch/x86/include/asm/cpufeatures.h
    +++ b/arch/x86/include/asm/cpufeatures.h
    @@ -221,6 +221,7 @@
    #define X86_FEATURE_ZEN ( 7*32+28) /* "" CPU is AMD family 0x17 (Zen) */
    #define X86_FEATURE_L1TF_PTEINV ( 7*32+29) /* "" L1TF workaround PTE inversion */
    #define X86_FEATURE_IBRS_ENHANCED ( 7*32+30) /* Enhanced IBRS */
    +#define X86_FEATURE_IBT ( 7*32+31) /* Indirect Branch Tracking */

    /* Virtualization flags: Linux defined, word 8 */
    #define X86_FEATURE_TPR_SHADOW ( 8*32+ 0) /* Intel TPR Shadow */
    @@ -321,6 +322,7 @@
    #define X86_FEATURE_PKU (16*32+ 3) /* Protection Keys for Userspace */
    #define X86_FEATURE_OSPKE (16*32+ 4) /* OS Protection Keys Enable */
    #define X86_FEATURE_AVX512_VBMI2 (16*32+ 6) /* Additional AVX512 Vector Bit Manipulation Instructions */
    +#define X86_FEATURE_SHSTK (16*32+ 7) /* Shadow Stack */
    #define X86_FEATURE_GFNI (16*32+ 8) /* Galois Field New Instructions */
    #define X86_FEATURE_VAES (16*32+ 9) /* Vector AES */
    #define X86_FEATURE_VPCLMULQDQ (16*32+10) /* Carry-Less Multiplication Double Quadword */
    diff --git a/arch/x86/kernel/cpu/scattered.c b/arch/x86/kernel/cpu/scattered.c
    index 772c219b6889..63cbb4d9938e 100644
    --- a/arch/x86/kernel/cpu/scattered.c
    +++ b/arch/x86/kernel/cpu/scattered.c
    @@ -21,6 +21,7 @@ struct cpuid_bit {
    static const struct cpuid_bit cpuid_bits[] = {
    { X86_FEATURE_APERFMPERF, CPUID_ECX, 0, 0x00000006, 0 },
    { X86_FEATURE_EPB, CPUID_ECX, 3, 0x00000006, 0 },
    + { X86_FEATURE_IBT, CPUID_EDX, 20, 0x00000007, 0},
    { X86_FEATURE_CAT_L3, CPUID_EBX, 1, 0x00000010, 0 },
    { X86_FEATURE_CAT_L2, CPUID_EBX, 2, 0x00000010, 0 },
    { X86_FEATURE_CDP_L3, CPUID_ECX, 2, 0x00000010, 1 },
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-09-21 17:09    [W:4.229 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site