Cc: Linus Torvalds <torvalds@...>, Jonathan Corbet <corbet@...>, Ingo Molnar <mingo@...>, Andrew Morton <akpm@...>, Peter Zijlstra <a.p.zijlstra@...>, Thomas Gleixner <tglx@...>, Alexander Viro <viro@...>, <linux-kernel@...>
> own lock_kernel calls, but why in the old drivers? For those it's very
Because
- You need to verify the locking assumptions that remain are entirely
driver internal
- At the point you achieve that you've done *ALL* the work required to
add a driver specific lock
--