[linux] 06/06: Explicitly set various config symbols to their defaults

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Jan 2 03:42:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 1f00b07780ae1b7d46410e164a560b06c4c6758c
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Dec 29 22:40:43 2016 +0000

    Explicitly set various config symbols to their defaults
---
 debian/config/amd64/config          | 2 ++
 debian/config/config                | 6 ++++++
 debian/config/kernelarch-x86/config | 1 +
 3 files changed, 9 insertions(+)

diff --git a/debian/config/amd64/config b/debian/config/amd64/config
index dfd7190..ed78792 100644
--- a/debian/config/amd64/config
+++ b/debian/config/amd64/config
@@ -9,10 +9,12 @@ CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
 # CONFIG_MAXSMP is not set
 CONFIG_NR_CPUS=512
 CONFIG_X86_16BIT=y
+CONFIG_X86_VSYSCALL_EMULATION=y
 CONFIG_NUMA=y
 CONFIG_AMD_NUMA=y
 CONFIG_X86_64_ACPI_NUMA=y
 CONFIG_NUMA_EMU=y
+CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
 CONFIG_EFI_MIXED=y
 CONFIG_KEXEC_FILE=y
 CONFIG_KEXEC_VERIFY_SIG=y
diff --git a/debian/config/config b/debian/config/config
index 2da3bd2..5596dce 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -5,6 +5,8 @@ CONFIG_OPROFILE=m
 CONFIG_KPROBES=y
 CONFIG_JUMP_LABEL=y
 # CONFIG_STATIC_KEYS_SELFTEST is not set
+#. Until we work out how to package them
+# CONFIG_GCC_PLUGINS is not set
 ## choice: Stack Protector buffer overflow detection
 CONFIG_CC_STACKPROTECTOR_STRONG=y
 ## end choice
@@ -160,6 +162,7 @@ CONFIG_ACPI_TABLE_UPGRADE=y
 # CONFIG_ACPI_BGRT is not set
 # CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
 # CONFIG_PMIC_OPREGION is not set
+# CONFIG_ACPI_CONFIGFS is not set
 
 ##
 ## file: drivers/acpi/nfit/Kconfig
@@ -5588,6 +5591,7 @@ CONFIG_MODVERSIONS=y
 CONFIG_MODULE_SIG_SHA256=y
 ## end choice
 # CONFIG_MODULE_COMPRESS is not set
+# CONFIG_TRIM_UNUSED_KSYMS is not set
 
 ##
 ## file: kernel/gcov/Kconfig
@@ -5832,6 +5836,7 @@ CONFIG_IO_STRICT_DEVMEM=y
 ## file: mm/Kconfig
 ##
 CONFIG_MEMORY_HOTPLUG=y
+# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set
 CONFIG_MEMORY_HOTREMOVE=y
 CONFIG_BALLOON_COMPACTION=y
 CONFIG_COMPACTION=y
@@ -5853,6 +5858,7 @@ CONFIG_ZSWAP=y
 CONFIG_ZBUD=y
 CONFIG_ZSMALLOC=m
 # CONFIG_PGTABLE_MAPPING is not set
+# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
 
 ##
 ## file: mm/Kconfig.debug
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index 2edf334..e59230c 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -18,6 +18,7 @@ CONFIG_HYPERVISOR_GUEST=y
 CONFIG_PARAVIRT=y
 # CONFIG_PARAVIRT_DEBUG is not set
 CONFIG_PARAVIRT_SPINLOCKS=y
+# CONFIG_QUEUED_LOCK_STAT is not set
 CONFIG_KVM_GUEST=y
 # CONFIG_KVM_DEBUG_FS is not set
 # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list