Re: 2.6.0-ben3: Badness in redraw_screen

2004-01-02 Thread Michael Schmitz
> In the first hunk of your patch you can possibly grab the semaphore and > then do a return 1 with the semaphore held. > > If you really need to hold the semaphore to do a vc_allocate then you > should remember to release that semaphore before doing the return 1 You're absolutely right. Thanks fo

Re: 2.6.0-ben3: Badness in redraw_screen

2003-12-31 Thread Kevin B . Hendricks
Hi, In the first hunk of your patch you can possibly grab the semaphore and then do a return 1 with the semaphore held. If you really need to hold the semaphore to do a vc_allocate then you should remember to release that semaphore before doing the return 1 So something along the lines of .

Re: 2.6.0-ben3: Badness in redraw_screen

2003-12-31 Thread Michael Schmitz
[CC to debian-powerpc as this was reported there as well ...] > > I'm getting this badness in redraw_screen when my iBook wakes up with > > 2.6.0-ben3: > > > > Badness in redraw_screen at drivers/char/vt.c:596 > > Call trace: > > [c000bd50] dump_stack+0x18/0x28 > > [c0008c44] check_bug_trap+0x84