From: Fedora Kernel Team <kernel-t...@fedoraproject.org>

[redhat] 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.

 Symbol: DEBUG_VFS [=n]
 Type  : bool
 Defined at lib/Kconfig.debug:822
   Prompt: Debug VFS
   Depends on: DEBUG_KERNEL [=y]
   Location:
     -> Kernel hacking
       -> Memory Debugging
         -> Debug VFS (DEBUG_VFS [=n])

 Commit: 8b17e540969a (vfs: add initial support for CONFIG_DEBUG_VFS)

---

 Symbol: GCD_KUNIT_TEST [=m]
 Type  : tristate
 Defined at lib/Kconfig.debug:3248
   Prompt: Greatest common divisor test
   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
   Location:
     -> Kernel hacking
       -> Kernel Testing and Coverage
         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
           -> Greatest common divisor test (GCD_KUNIT_TEST [=m])

 Commit: 9ab61886ac68 (lib/math: Add Kunit test suite for gcd())

---

 Symbol: INT_LOG_KUNIT_TEST [=m]
 Type  : tristate
 Defined at lib/Kconfig.debug:3237
   Prompt: Integer log (int_log) test
   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
   Location:
     -> Kernel hacking
       -> Kernel Testing and Coverage
         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
           -> Integer log (int_log) test (INT_LOG_KUNIT_TEST [=m])

 Commit: 84ec093f55f5 (lib/math: Add int_log test suite)

---

 Symbol: INT_POW_KUNIT_TEST [=m]
 Type  : tristate
 Defined at lib/Kconfig.debug:3206
   Prompt: Integer exponentiation (int_pow) test
   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
   Location:
     -> Kernel hacking
       -> Kernel Testing and Coverage
         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
           -> Integer exponentiation (int_pow) test (INT_POW_KUNIT_TEST [=m])

 Commit: 3e50ba8fc834 (lib: math: Move KUnit tests into tests/ subdir)

---

 Symbol: KFIFO_KUNIT_TEST [=m]
 Type  : tristate
 Defined at lib/Kconfig.debug:2717
   Prompt: KUnit Test for the generic kernel FIFO implementation
   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
   Location:
     -> Kernel hacking
       -> Kernel Testing and Coverage
         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
           -> KUnit Test for the generic kernel FIFO implementation 
(KFIFO_KUNIT_TEST [=m])

 Commit: 4d557cb49986 (lib/tests/kfifo_kunit.c: add tests for the kfifo 
structure)

---

 Symbol: OBJTOOL_WERROR [=n]
 Type  : bool
 Defined at lib/Kconfig.debug:548
   Prompt: Upgrade objtool warnings to errors
   Depends on: OBJTOOL [=y] && !COMPILE_TEST [=n]
   Location:
     -> Kernel hacking
       -> Compile-time checks and compiler options
         -> Upgrade objtool warnings to errors (OBJTOOL_WERROR [=n])

 Commit: 36799069b481 (objtool: Add CONFIG_OBJTOOL_WERROR)

---

 Symbol: PRIME_NUMBERS_KUNIT_TEST [=m]
 Type  : tristate
 Defined at lib/Kconfig.debug:3261
   Prompt: Prime number generator test
   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
   Location:
     -> Kernel hacking
       -> Kernel Testing and Coverage
         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
           -> Prime number generator test (PRIME_NUMBERS_KUNIT_TEST [=m])
 Selects: PRIME_NUMBERS [=m]

 Commit: 313b38a6ecb4 (lib/prime_numbers: convert self-test to KUnit)

---

 Symbol: PRINTF_KUNIT_TEST [=m]
 Type  : tristate
 Defined at lib/Kconfig.debug:2441
   Prompt: KUnit test printf() family of functions at runtime
   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
   Location:
     -> Kernel hacking
       -> Kernel Testing and Coverage
         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
           -> KUnit test printf() family of functions at runtime 
(PRINTF_KUNIT_TEST [=m])

 Commit: 7a79e7daa84e (printf: convert self-test to KUnit)

---

 Symbol: SCANF_KUNIT_TEST [=m]
 Type  : tristate
 Defined at lib/Kconfig.debug:2450
   Prompt: KUnit test scanf() family of functions at runtime
   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
   Location:
     -> Kernel hacking
       -> Kernel Testing and Coverage
         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
           -> KUnit test scanf() family of functions at runtime 
(SCANF_KUNIT_TEST [=m])

 Commit: 97c1f302f2bc (scanf: convert self-test to KUnit)

---

Signed-off-by: Fedora Kernel Team <kernel-t...@fedoraproject.org>

diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DEBUG_VFS 
b/redhat/configs/pending-rhel/generic/CONFIG_DEBUG_VFS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_DEBUG_VFS
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: DEBUG_VFS [=n]
-# Type  : bool
-# Defined at lib/Kconfig.debug:822
-#   Prompt: Debug VFS
-#   Depends on: DEBUG_KERNEL [=y]
-#   Location:
-#     -> Kernel hacking
-#       -> Memory Debugging
-#         -> Debug VFS (DEBUG_VFS [=n])
-# 
-# 
-# 
-# Commit: 8b17e540969a (vfs: add initial support for CONFIG_DEBUG_VFS)
-# CONFIG_DEBUG_VFS is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_GCD_KUNIT_TEST 
b/redhat/configs/pending-rhel/generic/CONFIG_GCD_KUNIT_TEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_GCD_KUNIT_TEST
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: GCD_KUNIT_TEST [=m]
-# Type  : tristate
-# Defined at lib/Kconfig.debug:3248
-#   Prompt: Greatest common divisor test
-#   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
-#   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS 
[=m]
-#   Location:
-#     -> Kernel hacking
-#       -> Kernel Testing and Coverage
-#         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
-#           -> Greatest common divisor test (GCD_KUNIT_TEST [=m])
-# 
-# 
-# 
-# Commit: 9ab61886ac68 (lib/math: Add Kunit test suite for gcd())
-CONFIG_GCD_KUNIT_TEST=m
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_INT_LOG_KUNIT_TEST 
b/redhat/configs/pending-rhel/generic/CONFIG_INT_LOG_KUNIT_TEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_INT_LOG_KUNIT_TEST
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: INT_LOG_KUNIT_TEST [=m]
-# Type  : tristate
-# Defined at lib/Kconfig.debug:3237
-#   Prompt: Integer log (int_log) test
-#   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
-#   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS 
[=m]
-#   Location:
-#     -> Kernel hacking
-#       -> Kernel Testing and Coverage
-#         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
-#           -> Integer log (int_log) test (INT_LOG_KUNIT_TEST [=m])
-# 
-# 
-# 
-# Commit: 84ec093f55f5 (lib/math: Add int_log test suite)
-CONFIG_INT_LOG_KUNIT_TEST=m
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_INT_POW_KUNIT_TEST 
b/redhat/configs/pending-rhel/generic/CONFIG_INT_POW_KUNIT_TEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_INT_POW_KUNIT_TEST
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: INT_POW_KUNIT_TEST [=m]
-# Type  : tristate
-# Defined at lib/Kconfig.debug:3206
-#   Prompt: Integer exponentiation (int_pow) test
-#   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
-#   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS 
[=m]
-#   Location:
-#     -> Kernel hacking
-#       -> Kernel Testing and Coverage
-#         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
-#           -> Integer exponentiation (int_pow) test (INT_POW_KUNIT_TEST [=m])
-# 
-# 
-# 
-# Commit: 3e50ba8fc834 (lib: math: Move KUnit tests into tests/ subdir)
-CONFIG_INT_POW_KUNIT_TEST=m
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_KFIFO_KUNIT_TEST 
b/redhat/configs/pending-rhel/generic/CONFIG_KFIFO_KUNIT_TEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_KFIFO_KUNIT_TEST
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: KFIFO_KUNIT_TEST [=m]
-# Type  : tristate
-# Defined at lib/Kconfig.debug:2717
-#   Prompt: KUnit Test for the generic kernel FIFO implementation
-#   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
-#   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS 
[=m]
-#   Location:
-#     -> Kernel hacking
-#       -> Kernel Testing and Coverage
-#         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
-#           -> KUnit Test for the generic kernel FIFO implementation 
(KFIFO_KUNIT_TEST [=m])
-# 
-# 
-# 
-# Commit: 4d557cb49986 (lib/tests/kfifo_kunit.c: add tests for the kfifo 
structure)
-CONFIG_KFIFO_KUNIT_TEST=m
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_OBJTOOL_WERROR 
b/redhat/configs/pending-rhel/generic/CONFIG_OBJTOOL_WERROR
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_OBJTOOL_WERROR
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: OBJTOOL_WERROR [=n]
-# Type  : bool
-# Defined at lib/Kconfig.debug:548
-#   Prompt: Upgrade objtool warnings to errors
-#   Depends on: OBJTOOL [=y] && !COMPILE_TEST [=n]
-#   Location:
-#     -> Kernel hacking
-#       -> Compile-time checks and compiler options
-#         -> Upgrade objtool warnings to errors (OBJTOOL_WERROR [=n])
-# 
-# 
-# 
-# Commit: 36799069b481 (objtool: Add CONFIG_OBJTOOL_WERROR)
-# CONFIG_OBJTOOL_WERROR is not set
diff --git 
a/redhat/configs/pending-rhel/generic/CONFIG_PRIME_NUMBERS_KUNIT_TEST 
b/redhat/configs/pending-rhel/generic/CONFIG_PRIME_NUMBERS_KUNIT_TEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_PRIME_NUMBERS_KUNIT_TEST
+++ /dev/null
@@ -1,17 +0,0 @@
-# Symbol: PRIME_NUMBERS_KUNIT_TEST [=m]
-# Type  : tristate
-# Defined at lib/Kconfig.debug:3261
-#   Prompt: Prime number generator test
-#   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
-#   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS 
[=m]
-#   Location:
-#     -> Kernel hacking
-#       -> Kernel Testing and Coverage
-#         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
-#           -> Prime number generator test (PRIME_NUMBERS_KUNIT_TEST [=m])
-# Selects: PRIME_NUMBERS [=m]
-# 
-# 
-# 
-# Commit: 313b38a6ecb4 (lib/prime_numbers: convert self-test to KUnit)
-CONFIG_PRIME_NUMBERS_KUNIT_TEST=m
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PRINTF_KUNIT_TEST 
b/redhat/configs/pending-rhel/generic/CONFIG_PRINTF_KUNIT_TEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_PRINTF_KUNIT_TEST
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: PRINTF_KUNIT_TEST [=m]
-# Type  : tristate
-# Defined at lib/Kconfig.debug:2441
-#   Prompt: KUnit test printf() family of functions at runtime
-#   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
-#   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS 
[=m]
-#   Location:
-#     -> Kernel hacking
-#       -> Kernel Testing and Coverage
-#         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
-#           -> KUnit test printf() family of functions at runtime 
(PRINTF_KUNIT_TEST [=m])
-# 
-# 
-# 
-# Commit: 7a79e7daa84e (printf: convert self-test to KUnit)
-CONFIG_PRINTF_KUNIT_TEST=m
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_SCANF_KUNIT_TEST 
b/redhat/configs/pending-rhel/generic/CONFIG_SCANF_KUNIT_TEST
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_SCANF_KUNIT_TEST
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: SCANF_KUNIT_TEST [=m]
-# Type  : tristate
-# Defined at lib/Kconfig.debug:2450
-#   Prompt: KUnit test scanf() family of functions at runtime
-#   Depends on: RUNTIME_TESTING_MENU [=y] && KUNIT [=m]
-#   Visible if: RUNTIME_TESTING_MENU [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS 
[=m]
-#   Location:
-#     -> Kernel hacking
-#       -> Kernel Testing and Coverage
-#         -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
-#           -> KUnit test scanf() family of functions at runtime 
(SCANF_KUNIT_TEST [=m])
-# 
-# 
-# 
-# Commit: 97c1f302f2bc (scanf: convert self-test to KUnit)
-CONFIG_SCANF_KUNIT_TEST=m
diff --git a/redhat/configs/rhel/generic/CONFIG_DEBUG_VFS 
b/redhat/configs/rhel/generic/CONFIG_DEBUG_VFS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_DEBUG_VFS
@@ -0,0 +1 @@
+# CONFIG_DEBUG_VFS is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_GCD_KUNIT_TEST 
b/redhat/configs/rhel/generic/CONFIG_GCD_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_GCD_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_GCD_KUNIT_TEST=m
diff --git a/redhat/configs/rhel/generic/CONFIG_INT_LOG_KUNIT_TEST 
b/redhat/configs/rhel/generic/CONFIG_INT_LOG_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_INT_LOG_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_INT_LOG_KUNIT_TEST=m
diff --git a/redhat/configs/rhel/generic/CONFIG_INT_POW_KUNIT_TEST 
b/redhat/configs/rhel/generic/CONFIG_INT_POW_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_INT_POW_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_INT_POW_KUNIT_TEST=m
diff --git a/redhat/configs/rhel/generic/CONFIG_KFIFO_KUNIT_TEST 
b/redhat/configs/rhel/generic/CONFIG_KFIFO_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_KFIFO_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_KFIFO_KUNIT_TEST=m
diff --git a/redhat/configs/rhel/generic/CONFIG_OBJTOOL_WERROR 
b/redhat/configs/rhel/generic/CONFIG_OBJTOOL_WERROR
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_OBJTOOL_WERROR
@@ -0,0 +1 @@
+# CONFIG_OBJTOOL_WERROR is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_PRIME_NUMBERS_KUNIT_TEST 
b/redhat/configs/rhel/generic/CONFIG_PRIME_NUMBERS_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_PRIME_NUMBERS_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_PRIME_NUMBERS_KUNIT_TEST=m
diff --git a/redhat/configs/rhel/generic/CONFIG_PRINTF_KUNIT_TEST 
b/redhat/configs/rhel/generic/CONFIG_PRINTF_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_PRINTF_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_PRINTF_KUNIT_TEST=m
diff --git a/redhat/configs/rhel/generic/CONFIG_SCANF_KUNIT_TEST 
b/redhat/configs/rhel/generic/CONFIG_SCANF_KUNIT_TEST
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_SCANF_KUNIT_TEST
@@ -0,0 +1 @@
+CONFIG_SCANF_KUNIT_TEST=m

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3750

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to