Skip to content

Commit

Permalink
kconfig: disable PROVE_RCU_LIST
Browse files Browse the repository at this point in the history
While investigating issues that have been found with it.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Oct 16, 2024
1 parent 9065bef commit 60761bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ gen_kconfig() { local mode kconfig=() vck rc=0
-d SLUB_DEBUG_ON # perf impact is too important
-e BOOTPARAM_SOFTLOCKUP_PANIC # instead of blocking
-e BOOTPARAM_HUNG_TASK_PANIC # instead of blocking
-e RCU_EXPERT -e PROVE_RCU_LIST # fixed in v6.12
# -e RCU_EXPERT -e PROVE_RCU_LIST # fixed in v6.12 # TODO: fix issues first
)

local debug_config="kernel/configs/debug.config"
Expand Down

0 comments on commit 60761bd

Please sign in to comment.