linux-stable-rt/arch/blackfin/kernel
Michael Hennerich 6e537e9329 Blackfin arch: Fix bug using usb keyboard crashes kernel
Without conswitchp preset, we have the following situation:

 - During initcalls: con_init is called, and returns because of
   !display_desc.

 - At this point there is no memory allocated for vc_cons[].d
   A bit later vty_init calls kbd_init.

 - From now on events are passed to kbd_event which will then call
   kbd_keycode.

 - kbd_keycode will oops on a NULL pointer dereference on vc->vc_tty

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
[ Added commit description based on email thread. - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-21 09:50:22 -07:00
..
Makefile
asm-offsets.c
bfin_dma_5xx.c
bfin_gpio.c
bfin_ksyms.c
dma-mapping.c
dualcore_test.c
entry.S
flat.c
init_task.c
irqchip.c
module.c
process.c
ptrace.c
setup.c
signal.c
sys_bfin.c
time.c
traps.c
vmlinux.lds.S