[PATCH 0/1] lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING.

Sebastian Andrzej Siewior posted 1 patch 1 month, 2 weeks ago
There is a newer version of this series
[PATCH 0/1] lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING.
Posted by Sebastian Andrzej Siewior 1 month, 2 weeks ago
Hi,

PeterZ poked me regarding the status of PROVE_RAW_LOCK_NESTING. To my
best knowledge printk was triggering this during boot. This is gone
since the rework that landed in v6.12.
Before that rework, people booting with `quiet' got reports for "other"
splats and handled them. I booted a few boxes with this option enabled,
and didn't run into any splats.

It might be time to enable it by default.

Sebastian