On Mon, 13 May 2024 11:42:33 -0700, Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > On Mon, 13 May 2024 23:39:04 +0800 Heng Qi wrote: > > config PROVE_LOCKING > > bool "Lock debugging: prove locking correctness" > > - depends on DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT > > + depends on DEBUG_KERNEL && LOCK_DEBUGGING_SUPPORT && NET > > We can't make lockdep dependent on NET. > People working on other subsystems should be able to use LOCKDEP > with minimal builds. Got it. Then I declare "DIMLIB depends on NET" and clean up other places. One more friendly request, I see net-next is closed today, but our downstream kernel release deadline is 5.20, so I want to test and release the new v14 today, is it ok? Thanks!