Re: [uml-devel] bugs in line.c and stdio_console.c

2005-04-28 Thread Blaisorblade
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

[uml-devel] bugs in line.c and stdio_console.c

2005-04-27 Thread Yu Dong-W4760C
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