linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* post 3.14 serial regression
@ 2014-04-08  0:23 Dave Hansen
  2014-04-08 11:27 ` One Thousand Gnomes
  0 siblings, 1 reply; 11+ messages in thread
From: Dave Hansen @ 2014-04-08  0:23 UTC (permalink / raw)
  To: Geert Uytterhoeven, Greg Kroah-Hartman, LKML, linux-serial,
	jslaby

Hi Geert,

I have a piece of hardware where the two normal serial ports are
inaccessible and buried inside the system somewhere.  I put a PCIe
serial port card in which is normally detected as a ST16650V2:

[   17.939057] 0000:13:00.0: ttyS2 at I/O 0x1008 (irq = 18, base_baud =
115200) is a ST16650V2

I normally boot with both a console= and earlyprintk=.  Since the card
is at a non-standard I/O port, I have to use the I/O port directly in
the earlyprintk arguments instead of ttySXX:

	console=ttyS2,115200 earlyprintk=serial,0x1008,115200

However, after 3.14, commit 5f5c9ae56c3:

> commit 5f5c9ae56c38942623f69c3e6dc6ec78e4da2076
> Author: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
> Date:   Fri Feb 28 14:21:32 2014 +0100
> 
>     serial_core: Unregister console in uart_remove_one_port()

the system to appears to hang at boot:

...
> [    0.000000] NR_IRQS:16640 nr_irqs:2728 16
> [    0.000000] Console: colour VGA+ 80x25
> [    0.000000] console [ttyS2] enabled
> [    0.000000] bootconsole [earlyser0] disabled

Here's a boot with earlyprintk=...,keep so that I can get *some* output:

	http://sr71.net/~dave/intel/pre-3.15-console-dead.txt

At the end, you can see that init is somehow dying.  If I revert this
patch, init is happy again and doesn't die, and the serial console works
like before.  Could init somehow be angry that its console is gone or
broken somehow?  Also, if I boot without console=ttyS2,115200, the
system boots happily.

Here's the .config:

	http://sr71.net/~dave/intel/pre-3.15-console-dead.config.txt

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-04-10 11:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08  0:23 post 3.14 serial regression Dave Hansen
2014-04-08 11:27 ` One Thousand Gnomes
2014-04-08 21:03   ` Dave Hansen
2014-04-08 21:38     ` Dave Hansen
2014-04-09  0:36       ` Greg Kroah-Hartman
2014-04-09 16:02         ` Dave Hansen
2014-04-09 19:41         ` Geert Uytterhoeven
2014-04-09 20:04           ` Dave Hansen
2014-04-09 20:59             ` Geert Uytterhoeven
2014-04-09 21:19               ` Dave Hansen
2014-04-10 11:14               ` One Thousand Gnomes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).