cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

config (387B)


      1CONFIG_LKDTM=y
      2CONFIG_DEBUG_LIST=y
      3CONFIG_SLAB_FREELIST_HARDENED=y
      4CONFIG_FORTIFY_SOURCE=y
      5CONFIG_GCC_PLUGIN_STACKLEAK=y
      6CONFIG_HARDENED_USERCOPY=y
      7CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y
      8CONFIG_INIT_ON_FREE_DEFAULT_ON=y
      9CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
     10CONFIG_UBSAN=y
     11CONFIG_UBSAN_BOUNDS=y
     12CONFIG_UBSAN_TRAP=y
     13CONFIG_STACKPROTECTOR_STRONG=y
     14CONFIG_SLUB_DEBUG=y
     15CONFIG_SLUB_DEBUG_ON=y