[redhat] New configs in lib/Kconfig.debug

Fixes: RHEL-148736
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: BITOPS_KUNIT [=m]
Type  : tristate
Defined at lib/Kconfig.debug:2695
  Prompt: KUnit test for bitops
  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 bitops (BITOPS_KUNIT [=m])

Commit: 4101b3b5 (lib/tests: add KUnit test for bitops)


Symbol: BOOTPARAM_WQ_STALL_PANIC [=0]
Type  : integer
Range : [0 100]
Defined at lib/Kconfig.debug:1325
  Prompt: Panic on Nth workqueue stall
  Depends on: WQ_WATCHDOG [=y]
  Location:
    -> Kernel hacking
      -> Debug Oops, Lockups and Hangs
        -> Detect Workqueue Stalls (WQ_WATCHDOG [=y])
          -> Panic on Nth workqueue stall (BOOTPARAM_WQ_STALL_PANIC [=0])

Commit: 32d572e3 (workqueue: add CONFIG_BOOTPARAM_WQ_STALL_PANIC option)


Symbol: CONTEXT_ANALYSIS_TEST [=n]
Type  : bool
Defined at lib/Kconfig.debug:2861
  Prompt: Compiler context-analysis warnings test
  Depends on: RUNTIME_TESTING_MENU [=y] && EXPERT [=y]
  Location:
    -> Kernel hacking
      -> Kernel Testing and Coverage
        -> Runtime Testing (RUNTIME_TESTING_MENU [=y])
          -> Compiler context-analysis warnings test (CONTEXT_ANALYSIS_TEST [=n])

Commit: 9b00c160 (compiler-context-analysis: Add test stub)


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

Edited by CKI KWF Bot

Merge request reports

Loading