Skip to content
  • Ricardo Ribalda Delgado's avatar
    test-virtme.sh: Include config changes by Hans. · 83759515
    Ricardo Ribalda Delgado authored
    The only one missing is the KASAN option, that makes the test break.
    
    This is the diff from Hans manually crafted config:
    
    < # Linux/x86_64 6.9.0-rc2 Kernel Configuration
    ---
    > # Linux/x86 6.9.0-rc3 Kernel Configuration
    5c5
    < CONFIG_CC_VERSION_TEXT="x86_64-linux-gcc (GCC) 13.2.0"
    ---
    > CONFIG_CC_VERSION_TEXT="gcc (Debian 13.2.0-13) 13.2.0"
    10c10
    < CONFIG_AS_VERSION=24100
    ---
    > CONFIG_AS_VERSION=24200
    12c12
    < CONFIG_LD_VERSION=24100
    ---
    > CONFIG_LD_VERSION=24200
    13a14,15
    > CONFIG_CC_CAN_LINK=y
    > CONFIG_CC_CAN_LINK_STATIC=y
    20c22
    < CONFIG_PAHOLE_VERSION=125
    ---
    > CONFIG_PAHOLE_VERSION=0
    517a520,521
    > CONFIG_SPECTRE_BHI_ON=y
    > # CONFIG_SPECTRE_BHI_OFF is not set
    827,828d830
    < CONFIG_GCC_PLUGINS=y
    < # CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set
    4021d4022
    < # CONFIG_GCC_PLUGIN_STACKLEAK is not set
    4036,4037d4036
    < # CONFIG_RANDSTRUCT_FULL is not set
    < # CONFIG_RANDSTRUCT_PERFORMANCE is not set
    4435a4435
    > # CONFIG_DEBUG_INFO_COMPRESSED_ZSTD is not set
    4438,4439d4...
    83759515