public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* REGRESSION: serial_cs broken by 8250 changes
@ 2007-08-02 23:06 Daniel Ritz
  2007-08-02 23:15 ` Andrew Morton
  2007-08-02 23:24 ` Yinghai Lu
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Ritz @ 2007-08-02 23:06 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: Yinghai Lu, Bjorn Helgaas, linux-kernel

commit 18a8bd949d6adb311ea816125ff65050df1f3f6e breaks serial_cs badly
with an oops, completely killing PCMCIA.

register_console() now calls console->early_setup(). which in case of
8250.c (the only user anyway) is serial8250_console_early_setup()
which is __init, calling 8250_early.c:serial8250_find_port_for_earlycon()
which is __init as well. boom.

the changelog mentions SERIAL_PORT_DFNS removal which happens to be
commit 7e92b4fc345f5b6f57585fbe5ffdb0f24d7c9b26. but this got reverted
by commit 57d4810ea0d9ca58a7bcc1336607f0cede0a2abf. so i'd suggest to
just revert the 8250 changes as well.

rgds
-daniel

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

end of thread, other threads:[~2007-08-03 16:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-02 23:06 REGRESSION: serial_cs broken by 8250 changes Daniel Ritz
2007-08-02 23:15 ` Andrew Morton
2007-08-02 23:24 ` Yinghai Lu
2007-08-02 23:35   ` Andrew Morton
2007-08-03  0:18     ` Yinghai Lu
2007-08-03 14:07       ` Daniel Ritz
2007-08-03 16:54     ` Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox