[redhat] New configs in lib/Kconfig.debug

Fixes: RHEL-149718
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: BOOTPARAM_SOFTLOCKUP_PANIC [=0]
Type  : integer
Defined at lib/Kconfig.debug:1149
  Prompt: Panic (Reboot) On Soft Lockups
  Depends on: SOFTLOCKUP_DETECTOR [=y]
  Location:
    -> Kernel hacking
      -> Debug Oops, Lockups and Hangs
        -> Detect Soft Lockups (SOFTLOCKUP_DETECTOR [=y])
          -> Panic (Reboot) On Soft Lockups (BOOTPARAM_SOFTLOCKUP_PANIC [=0])

Commit: 5f00ae0d (lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options together)


Symbol: DEBUG_ATOMIC [=n]
Type  : bool
Defined at lib/Kconfig.debug:1423
  Prompt: Debug atomic variables
  Depends on: DEBUG_KERNEL [=y]
  Location:
    -> Kernel hacking
      -> Debug atomic variables (DEBUG_ATOMIC [=n])

Commit: 80047d84 (atomic: add alignment check to instrumented atomic operations)


Symbol: GLOB_KUNIT_TEST [=m]
Type  : tristate
Defined at lib/Kconfig.debug:3501
  Prompt: Glob matching test
  Depends on: RUNTIME_TESTING_MENU [=y] && GLOB [=y] && KUNIT [=m]
  Visible if: RUNTIME_TESTING_MENU [=y] && GLOB [=y] && KUNIT [=m] && !KUNIT_ALL_TESTS [=m]
  Location:
    -> Kernel hacking
      -> Kernel Testing and Coverage
        -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
          -> Glob matching test (GLOB_KUNIT_TEST [=m])

Commit: bf457942 (lib/glob: convert selftest to KUnit)


Symbol: LIST_PRIVATE_KUNIT_TEST [=m]
Type  : tristate
Defined at lib/Kconfig.debug:2854
  Prompt: KUnit Test for Kernel Private Linked-list structures
  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 Kernel Private Linked-list structures (LIST_PRIVATE_KUNIT_TEST [=m])

Commit: 66bd8501 (list: add kunit test for private list primitives)


Symbol: MIN_HEAP_KUNIT_TEST [=m]
Type  : tristate
Defined at lib/Kconfig.debug:3005
  Prompt: Min heap 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])
          -> Min heap test (MIN_HEAP_KUNIT_TEST [=m])

Commit: d30aca3e (lib/tests: convert test_min_heap module to KUnit)


Symbol: UUID_KUNIT_TEST [=m]
Type  : tristate
Defined at lib/Kconfig.debug:3421
  Prompt: KUnit test for UUID
  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 UUID (UUID_KUNIT_TEST [=m])

Commit: 6dcd539f (lib/tests: convert test_uuid module to KUnit)


Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Edited by CKI KWF Bot

Merge request reports

Loading