[redhat] New configs in mm/Kconfig
JIRA: https://issues.redhat.com/browse/RHEL-76420
Hi,
As part of the ongoing rebase effort, the following configuration options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply with a better option.
Symbol: MHP_DEFAULT_ONLINE_TYPE_OFFLINE [=y] Type : bool Defined at mm/Kconfig:575 Prompt: offline Depends on: MEMORY_HOTPLUG [=y] Location: -> Memory Management options -> Memory hotplug (MEMORY_HOTPLUG [=y]) -> Memory Hotplug Default Online Type ( [=n]) -> offline (MHP_DEFAULT_ONLINE_TYPE_OFFLINE [=y])
Commit: 44d46b76 (mm: add build-time option for hotplug memory default online type)
Symbol: MHP_DEFAULT_ONLINE_TYPE_ONLINE_AUTO [=n] Type : bool Defined at mm/Kconfig:582 Prompt: auto Depends on: MEMORY_HOTPLUG [=y] Location: -> Memory Management options -> Memory hotplug (MEMORY_HOTPLUG [=y]) -> Memory Hotplug Default Online Type ( [=n]) -> auto (MHP_DEFAULT_ONLINE_TYPE_ONLINE_AUTO [=n])
Commit: 44d46b76 (mm: add build-time option for hotplug memory default online type)
Symbol: MHP_DEFAULT_ONLINE_TYPE_ONLINE_KERNEL [=n] Type : bool Defined at mm/Kconfig:589 Prompt: kernel Depends on: MEMORY_HOTPLUG [=y] Location: -> Memory Management options -> Memory hotplug (MEMORY_HOTPLUG [=y]) -> Memory Hotplug Default Online Type ( [=n]) -> kernel (MHP_DEFAULT_ONLINE_TYPE_ONLINE_KERNEL [=n])
Commit: 44d46b76 (mm: add build-time option for hotplug memory default online type)
Symbol: MHP_DEFAULT_ONLINE_TYPE_ONLINE_MOVABLE [=n] Type : bool Defined at mm/Kconfig:596 Prompt: movable Depends on: MEMORY_HOTPLUG [=y] Location: -> Memory Management options -> Memory hotplug (MEMORY_HOTPLUG [=y]) -> Memory Hotplug Default Online Type ( [=n]) -> movable (MHP_DEFAULT_ONLINE_TYPE_ONLINE_MOVABLE [=n])
Commit: 44d46b76 (mm: add build-time option for hotplug memory default online type)
Symbol: PT_RECLAIM [=y] Type : bool Defined at mm/Kconfig:1350 Prompt: reclaim empty user page table pages Depends on: ARCH_SUPPORTS_PT_RECLAIM [=y] && MMU [=y] && SMP [=y] Location: -> Memory Management options -> reclaim empty user page table pages (PT_RECLAIM [=y]) Selects: MMU_GATHER_RCU_TABLE_FREE [=y]
Commit: 6375e95f (mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED))
Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org