]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/printk/printk.c: revert "printk: enable interrupts before calling console_tryl...
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 2 Jul 2014 22:22:38 +0000 (15:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Jul 2014 16:21:54 +0000 (09:21 -0700)
commit630f30bb52c0e4dd00e31255c859499c48d819eb
tree1ba51c2ba29e5a646c82338fab0cd9211ba0b2bf
parentd4f7c200b34e047fed9ed353fe34a3fc2903ab3b
kernel/printk/printk.c: revert "printk: enable interrupts before calling console_trylock_for_printk()"

Revert commit 65dd23848d8c ("printk: enable interrupts before calling
console_trylock_for_printk()").

Andreas reported:

: None of the post 3.15 kernel boot for me. They all hang at the GRUB
: screen telling me it loaded and started the kernel, but the kernel
: itself stops before it prints anything (or even replaces the GRUB
: background graphics).

65dd23848d8c is modest latency reduction.  Revert it until we understand
the reason for these failures.

Reported-by: Andreas Bombe <aeb@debian.org>
Cc: Jan Kara <jack@suse.cz>
Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/printk/printk.c