Skip to content

Instantly share code, notes, and snippets.

@archseer
Created January 26, 2021 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save archseer/e1e1ef20370f619ba6844941a2fb4270 to your computer and use it in GitHub Desktop.
Save archseer/e1e1ef20370f619ba6844941a2fb4270 to your computer and use it in GitHub Desktop.
*
* Restart config...
*
*
* ARMv8.3 architectural features
*
Enable support for pointer authentication (ARM64_PTR_AUTH) [Y/n/?] (NEW)
Error in reading or end of file.
*
* ARMv8.5 architectural features
*
Branch Target Identification support (ARM64_BTI) [Y/n/?] y
Enable support for E0PD (ARM64_E0PD) [Y/n/?] y
Enable support for random number generation (ARCH_RANDOM) [Y/n/?] y
Memory Tagging Extension support (ARM64_MTE) [Y/n/?] (NEW)
Error in reading or end of file.
#
# configuration written to .config
#
make[1]: Leaving directory '/build/source/build'
Files /build/source/build/.tmp.config.old and /build/source/build/.tmp.config differ
--------------------------------
--- /build/source/build/.tmp.config.old 2021-01-26 05:52:40.377730785 +0000
+++ /build/source/build/.tmp.config 2021-01-26 05:52:40.372730796 +0000
@@ -426,9 +426,11 @@
#
# ARMv8.3 architectural features
#
+CONFIG_ARM64_PTR_AUTH=y
CONFIG_CC_HAS_BRANCH_PROT_PAC_RET=y
CONFIG_CC_HAS_SIGN_RETURN_ADDRESS=y
CONFIG_AS_HAS_PAC=y
+CONFIG_AS_HAS_CFI_NEGATE_RA_STATE=y
# end of ARMv8.3 architectural features
#
@@ -446,6 +448,8 @@
CONFIG_CC_HAS_BRANCH_PROT_PAC_RET_BTI=y
CONFIG_ARM64_E0PD=y
CONFIG_ARCH_RANDOM=y
+CONFIG_ARM64_AS_HAS_MTE=y
+CONFIG_ARM64_MTE=y
# end of ARMv8.5 architectural features
CONFIG_ARM64_SVE=y
@@ -949,6 +953,7 @@
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_PTE_DEVMAP=y
CONFIG_FRAME_VECTOR=y
+CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_BENCHMARK is not set
# CONFIG_READ_ONLY_THP_FOR_FS is not set
--------------------------------
error: Your configuration does not match once passed through `make oldconfig`.
Use the `bin/kernel-normalize-config` tool to refresh the configuration.
Don't forget to make sure the changed configuration options are good!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment