Dear Syzkaller Maintainers,
I found the config CONFIG_PROVE_LOCKING and CONFIG_LOCKDEP were suggested to be enabled. It seems these two configs are used for finding the errors related to locks, like deadlock issues.
Enabling these two configs will slow down the fuzzing speed significantly. I am wondering whether we can disable these two configs if we only want to find kernel memory bugs and we are not interested in deadlock problems. For these two configs, is there any other benefits I ignored for finding memory bugs?
Thank you!
Best,
Shuangpeng