On 12/03/2018 07:28 PM, Bart Van Assche wrote: > Debugging lockdep data structure inconsistencies is challenging. Add > disabled code that verifies data structure consistency at runtime. > > Cc: Peter Zijlstra <pet...@infradead.org> > Cc: Waiman Long <long...@redhat.com> > Cc: Johannes Berg <johan...@sipsolutions.net> > Signed-off-by: Bart Van Assche <bvanass...@acm.org> > --- > kernel/locking/lockdep.c | 147 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 147 insertions(+)
lockdep.c has close to 5000 lines of code. I wonder if we should move most of the relocatable lockdep debugging code into a separate lockdep_debug.c file to make it easier to manage the core lockdep code. That, of course, will include most of the code from this patch. Cheers, Longman