-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
rhel-kernel-ft-plumbers-1
-
None
-
False
-
-
None
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: RSEQ_DEBUG_DEFAULT_ENABLE [=n]
Type : bool
Defined at init/Kconfig:1928
Prompt: Enable restartable sequences debug mode by default
Depends on: RSEQ [=y]
Visible if: RSEQ [=y] && EXPERT [=y]
Location:
-> General setup
-> Configure standard kernel features (expert users) (EXPERT [=y])
-> Enable rseq() system call (RSEQ [=y])
-> Enable restartable sequences debug mode by default (RSEQ_DEBUG_DEFAULT_ENABLE [=n])
Selected by [n]:
- DEBUG_RSEQ [=n] && RSEQ [=y] && DEBUG_KERNEL [=y] && !GENERIC_ENTRY [=y]
~~~
Commit: 9c37cb6e80b8 (rseq: Provide static branch for runtime debugging)
—
~~~
Symbol: RSEQ_STATS [=n]
Type : bool
Defined at init/Kconfig:1916
Prompt: Enable lightweight statistics of restartable sequences
Depends on: RSEQ [=y] && DEBUG_FS [=y]
Visible if: RSEQ [=y] && DEBUG_FS [=y] && EXPERT [=y]
Location:
-> General setup
-> Configure standard kernel features (expert users) (EXPERT [=y])
-> Enable rseq() system call (RSEQ [=y])
-> Enable lightweight statistics of restartable sequences (RSEQ_STATS [=n])
~~~
Commit: 5412910487d0 (rseq: Expose lightweight statistics in debugfs)
—
See Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/4240