From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> New configs in lib/Kconfig.debug 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. CONFIG_DEBUG_FS_ALLOW_ALL: No restrictions apply. Both API and filesystem registration is on. This is the normal default operation. Symbol: DEBUG_FS_ALLOW_ALL [=y] Type : bool Defined at lib/Kconfig.debug:500 Prompt: Access normal Depends on: <choice> Location: -> Kernel hacking -> Generic Kernel Debugging Instruments -> Debug Filesystem (DEBUG_FS [=y]) -> Debugfs default access (<choice> [=y]) Cc: Prarit Bhargava <prarit@xxxxxxxxxx> diff a/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_ALL b/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_ALL --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_ALL @@ -0,0 +1 @@ +CONFIG_DEBUG_FS_ALLOW_ALL=y diff a/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_NONE b/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_NONE --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DEBUG_FS_ALLOW_NONE @@ -0,0 +1 @@ +# CONFIG_DEBUG_FS_ALLOW_NONE is not set diff a/redhat/configs/common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT b/redhat/configs/common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT @@ -0,0 +1 @@ +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set diff a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_ALL b/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_ALL --- a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_ALL +++ /dev/null @@ -1,19 +0,0 @@ -# CONFIG_DEBUG_FS_ALLOW_ALL: -# -# No restrictions apply. Both API and filesystem registration -# is on. This is the normal default operation. -# -# Symbol: DEBUG_FS_ALLOW_ALL [=y] -# Type : bool -# Defined at lib/Kconfig.debug:500 -# Prompt: Access normal -# Depends on: <choice> -# Location: -# -> Kernel hacking -# -> Generic Kernel Debugging Instruments -# -> Debug Filesystem (DEBUG_FS [=y]) -# -> Debugfs default access (<choice> [=y]) -# -# -# -CONFIG_DEBUG_FS_ALLOW_ALL=y diff a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_NONE b/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_NONE --- a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_ALLOW_NONE +++ /dev/null @@ -1,20 +0,0 @@ -# CONFIG_DEBUG_FS_ALLOW_NONE: -# -# Access is off. Clients get -PERM when trying to create nodes in -# debugfs tree and debugfs is not registered as a filesystem. -# Client can then back-off or continue without debugfs access. -# -# Symbol: DEBUG_FS_ALLOW_NONE [=n] -# Type : bool -# Defined at lib/Kconfig.debug:513 -# Prompt: No access -# Depends on: <choice> -# Location: -# -> Kernel hacking -# -> Generic Kernel Debugging Instruments -# -> Debug Filesystem (DEBUG_FS [=y]) -# -> Debugfs default access (<choice> [=y]) -# -# -# -# CONFIG_DEBUG_FS_ALLOW_NONE is not set diff a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT b/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT --- a/redhat/configs/pending-common/generic/CONFIG_DEBUG_FS_DISALLOW_MOUNT +++ /dev/null @@ -1,20 +0,0 @@ -# CONFIG_DEBUG_FS_DISALLOW_MOUNT: -# -# The API is open but filesystem is not loaded. Clients can still do -# their work and read with debug tools that do not need -# debugfs filesystem. -# -# Symbol: DEBUG_FS_DISALLOW_MOUNT [=n] -# Type : bool -# Defined at lib/Kconfig.debug:506 -# Prompt: Do not register debugfs as filesystem -# Depends on: <choice> -# Location: -# -> Kernel hacking -# -> Generic Kernel Debugging Instruments -# -> Debug Filesystem (DEBUG_FS [=y]) -# -> Debugfs default access (<choice> [=y]) -# -# -# -# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/580 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx