Re: [PATCH -rt] remove in_interrupt() BUG_ON in exit path

2007-10-30 Thread Steven Rostedt
-- On Tue, 30 Oct 2007, Daniel Walker wrote: > On Tue, 2007-10-30 at 19:44 -0400, Steven Rostedt wrote: > > > I did this change once before, while debugging. I had the same issue. This > > BUG_ON was giving me recursive crashes that prevented me knowing WTF was > > going on. I thought I even sub

Re: [PATCH -rt] remove in_interrupt() BUG_ON in exit path

2007-10-30 Thread Daniel Walker
On Tue, 2007-10-30 at 19:44 -0400, Steven Rostedt wrote: > I did this change once before, while debugging. I had the same issue. This > BUG_ON was giving me recursive crashes that prevented me knowing WTF was > going on. I thought I even submitted a patch to remove it. Perhaps I > forgot to. Nope

Re: [PATCH -rt] remove in_interrupt() BUG_ON in exit path

2007-10-30 Thread Steven Rostedt
-- On Tue, 30 Oct 2007, Daniel Walker wrote: > As you can see from the patch there is already a case to catch this type > of problem. This BUG_ON() adds a resursive OOPS , since BUG() causes an OOPS > and the OOPS just calls do_exit() , and do_exit() just causes another OOPS > with > this BUG_ON