Skip to content

Commit

Permalink
configs/debug: make sure PROVE_RCU_LIST=y takes effect
Browse files Browse the repository at this point in the history
Commit 0aaa897 ("configs: introduce debug.config for CI-like setup")
added CONFIG_PROVE_RCU_LIST=y to the common CI config,
but RCU_EXPERT is not set, and it's a dependency for
CONFIG_PROVE_RCU_LIST=y. Make sure CIs take advantage
of CONFIG_PROVE_RCU_LIST=y, recent fixes in networking
indicate that it does catch bugs.

Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo authored and intel-lab-lkp committed Oct 16, 2024
1 parent b38e511 commit 1c6cfec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/configs/debug.config
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ CONFIG_BUG_ON_DATA_CORRUPTION=y
#
# RCU Debugging
#
CONFIG_RCU_EXPERT=y
CONFIG_PROVE_RCU=y
CONFIG_PROVE_RCU_LIST=y
#
Expand Down

0 comments on commit 1c6cfec

Please sign in to comment.