]> git.baikalelectronics.ru Git - kernel.git/commit
fix - ensure we don't use bootconsoles after init has been released
authorRobin Getz <rgetz@blackfin.uclinux.org>
Wed, 22 Aug 2007 03:14:58 +0000 (23:14 -0400)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 22 Aug 2007 03:23:53 +0000 (20:23 -0700)
commit1738b7154f2c89a7029e23dc6ae33c79fc571109
treef258d30a49f864abdf836b5b2be4ebb43d542e96
parentb783e1e3dd40d6b845e809e0d3adb1307293a07e
fix - ensure we don't use bootconsoles after init has been released

Gerd Hoffmann pointed out that my patch from yesterday can lead
to a null pointer dereference if the kernel is booted with no
console, and no earlyprintk defined. This fixes that issue.

Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/printk.c