On Thursday 28 April 2005 03:24, Yu Dong-W4760C wrote:
> same bugs in the two files (uml-linux-2.4.26-3):
> arch/um/drivers/line.c
> down(&line->sem); > may cause shedule in
> interrrupt
> in arch/um/drivers/stdio_console.c
> static void console_write(struct console *co
Title: Message
same bugs in the two
files (uml-linux-2.4.26-3):
arch/um/drivers/line.c
int
line_write(struct line *lines, struct tty_struct *tty, int
from_user, const char *buf, int
len){ struct line *line; char *new; unsigned long
flags; int n, err, i, ret = 0;
if(tty