summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-09-13 17:39:54 +0200
committerChristian Poessinger <christian@poessinger.com>2020-09-13 17:51:31 +0200
commitebe7143f3652f1f3c97881998dab957ec65453e5 (patch)
treed9519366bb7210a5b1fd3422eb51abc6ebf38ab0 /packages
parent177cf6fe134666d78aa8cc683a0d326fcefdf330 (diff)
downloadvyos-build-ebe7143f3652f1f3c97881998dab957ec65453e5.tar.gz
vyos-build-ebe7143f3652f1f3c97881998dab957ec65453e5.zip
Kernel: T2879: remove checkpoint/restore support
When enabled this addditional feature does: Enables additional kernel features in a sake of checkpoint/restore. In particular it adds auxiliary prctl codes to setup process text, data and heap segment sizes, and a few additional /proc filesystem entries.
Diffstat (limited to 'packages')
-rw-r--r--packages/linux-kernel/x86_64_vyos_defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/linux-kernel/x86_64_vyos_defconfig b/packages/linux-kernel/x86_64_vyos_defconfig
index 482cac13..7e8da66a 100644
--- a/packages/linux-kernel/x86_64_vyos_defconfig
+++ b/packages/linux-kernel/x86_64_vyos_defconfig
@@ -151,7 +151,7 @@ CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
-CONFIG_CHECKPOINT_RESTORE=y
+# CONFIG_CHECKPOINT_RESTORE is not set
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
@@ -908,7 +908,6 @@ CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_TRANSPARENT_HUGE_PAGECACHE=y
# CONFIG_CLEANCACHE is not set
# CONFIG_CMA is not set
-CONFIG_MEM_SOFT_DIRTY=y
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
# CONFIG_ZSMALLOC is not set