Skip to content

Commit

Permalink
init/Kconfig: remove EXPERT from CHECKPOINT_RESTORE
Browse files Browse the repository at this point in the history
The CHECKPOINT_RESTORE configuration option was introduced in 2012 and
combined with EXPERT.  CHECKPOINT_RESTORE is already enabled in many
distribution kernels and also part of the defconfigs of various
architectures.

To make it easier for distributions to enable CHECKPOINT_RESTORE this
removes EXPERT and moves the configuration option out of the EXPERT block.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Adrian Reber <[email protected]>
Acked-by: Oleg Nesterov <[email protected]>
Reviewed-by: Hendrik Brueckner <[email protected]>
Acked-by: Pavel Emelyanov <[email protected]>
Cc: Eric W. Biederman <[email protected]>
Cc: Andrei Vagin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
adrianreber authored and torvalds committed Aug 22, 2018
1 parent 3e811f0 commit 5cb366b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,18 @@ config NET_NS

endif # NAMESPACES

config CHECKPOINT_RESTORE
bool "Checkpoint/restore support"
select PROC_CHILDREN
default n
help
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.

If unsure, say N here.

config SCHED_AUTOGROUP
bool "Automatic process group scheduling"
select CGROUPS
Expand Down Expand Up @@ -1383,18 +1395,6 @@ config MEMBARRIER

If unsure, say Y.

config CHECKPOINT_RESTORE
bool "Checkpoint/restore support" if EXPERT
select PROC_CHILDREN
default n
help
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.

If unsure, say N here.

config KALLSYMS
bool "Load all symbols for debugging/ksymoops" if EXPERT
default y
Expand Down

0 comments on commit 5cb366b

Please sign in to comment.