Re: [PATCH] Don't sleep in oops_begin()
From: Thomas Gleixner <hidden>
Date: 2007-09-18 08:30:54
From: Thomas Gleixner <hidden>
Date: 2007-09-18 08:30:54
On Tue, 2007-09-18 at 10:05 +0200, Andi Kleen wrote:
quoted
quoted
I disagree for the oops case. You want the simplest possible code here.If that's true for real time , should be true for mainline right?You mean it shouldn't use lockdep etc. there? Yes good point. I can change that
Yes, the oops code path should be as decoupled as possible. We want to know what happened in the first place and not what consequential damage is caused by the initial problem. tglx