17 Apr, 2008
1 commit
-
This fixes a potential bug at drivers/char/hvc_beat.c.
- hvc_put_term_char routine will decrement "rest" variable twice,
and forget to advance "buf" pointer by "nlen" bytes.
This bug was not hit previously because the output handler in
drivers/char/hvc_console.c splits given output into 16 bytes
at maximum.Reported-by: Timur Tabi
Signed-off-by: Kou Ishizaki
Acked-by: Arnd Bergmann
Signed-off-by: Paul Mackerras
17 Aug, 2007
1 commit
-
Fix warnings about section mismatch.
Signed-off-by: Kou Ishizaki
Signed-off-by: Paul Mackerras
07 Feb, 2007
1 commit
-
This patch adds hypervisor console driver for Celleb platform.
Signed-off-by: Kou Ishizaki
Signed-off-by: Paul Mackerras