From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> 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_GUP_TEST: Provides /sys/kernel/debug/gup_test, which in turn provides a way to make ioctl calls that can launch kernel-based unit tests for the get_user_pages*() and pin_user_pages*() family of API calls. These tests include benchmark testing of the _fast variants of get_user_pages*() and pin_user_pages*(), as well as smoke tests of the non-_fast variants. There is also a sub-test that allows running dump_page() on any of up to eight pages (selected by command line args) within the range of user-space addresses. These pages are either pinned via pin_user_pages*(), or pinned via get_user_pages*(), as specified by other command line arguments. See tools/testing/selftests/vm/gup_test.c Symbol: GUP_TEST [=n] Type : bool Defined at mm/Kconfig:824 Prompt: Enable infrastructure for get_user_pages()-related unit tests Depends on: DEBUG_FS [=y] Location: -> Memory Management options --- Cc: Rafael Aquini <aquini@xxxxxxxxxx> Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx> --- redhat/configs/common/generic/CONFIG_GUP_TEST | 1 + .../pending-common/generic/CONFIG_GUP_TEST | 29 ------------------- 2 files changed, 1 insertion(+), 29 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_GUP_TEST delete mode 100644 redhat/configs/pending-common/generic/CONFIG_GUP_TEST diff --git a/redhat/configs/common/generic/CONFIG_GUP_TEST b/redhat/configs/common/generic/CONFIG_GUP_TEST new file mode 100644 index 000000000000..5df4896bb447 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_GUP_TEST @@ -0,0 +1 @@ +# CONFIG_GUP_TEST is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_GUP_TEST b/redhat/configs/pending-common/generic/CONFIG_GUP_TEST deleted file mode 100644 index 11570ef11beb..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_GUP_TEST +++ /dev/null @@ -1,29 +0,0 @@ -# CONFIG_GUP_TEST: -# -# Provides /sys/kernel/debug/gup_test, which in turn provides a way -# to make ioctl calls that can launch kernel-based unit tests for -# the get_user_pages*() and pin_user_pages*() family of API calls. -# -# These tests include benchmark testing of the _fast variants of -# get_user_pages*() and pin_user_pages*(), as well as smoke tests of -# the non-_fast variants. -# -# There is also a sub-test that allows running dump_page() on any -# of up to eight pages (selected by command line args) within the -# range of user-space addresses. These pages are either pinned via -# pin_user_pages*(), or pinned via get_user_pages*(), as specified -# by other command line arguments. -# -# See tools/testing/selftests/vm/gup_test.c -# -# Symbol: GUP_TEST [=n] -# Type : bool -# Defined at mm/Kconfig:824 -# Prompt: Enable infrastructure for get_user_pages()-related unit tests -# Depends on: DEBUG_FS [=y] -# Location: -# -> Memory Management options -# -# -# -# CONFIG_GUP_TEST is not set -- GitLab _______________________________________________ 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