Re: [PATCH] kdesu broken

From: Alan Cox
Date: Mon Jul 27 2009 - 12:42:56 EST



> > - if (count > tty->receive_room) {
> > + if (count > tty->receive_room)
> > count = tty->receive_room;
> > - done = 0;
> > - }
> > char_buf = head->char_buf_ptr + head->read;
> > flag_buf = head->flag_buf_ptr + head->read;
> > head->read += count;
> > _
>
>
> I still have the "compile in emacs" bug. So this patch along with
> http://article.gmane.org/gmane.linux.kernel/869824 doesn't fix the
> bug for me.

Can you stick some printk calls in and debug it further then because at
with the fixes Ogawa provided I'm finding it impossible to reproduce even
on an 8 way x86.

What hardware are you using ?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/