public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* commit 7e92b4fc34 - x86, serial: convert legacy COM ports to platform devices - broke my serial console
@ 2007-07-24 14:28 Sébastien Dugué
  2007-07-24 15:48 ` Bjorn Helgaas
  0 siblings, 1 reply; 47+ messages in thread
From: Sébastien Dugué @ 2007-07-24 14:28 UTC (permalink / raw)
  To: bjorn.helgaas; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]


  Hi Bjorn,

 your commit 7e92b4fc345f5b6f57585fbe5ffdb0f24d7c9b26 broke the serial console
on my box. Adding 'legacy_serial.force=1' to my boot param as a workaround
solves the issue, but this may be hiding bugs in Linux PnP support or
in my firmware.

  The box is a dual HT Xeon running a vanilla 2.6.22 x86_64 kernel

  here is my .config:

CONFIG_PNP=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y

  lspci output attached.
 
  Any ideas to help me debug this?

  If you need more info (like DSDT dump), just ask.

  Thanks,

  Sébastien.



[-- Attachment #2: lspci.txt --]
[-- Type: text/plain, Size: 2176 bytes --]

00:00.0 Host bridge: Intel Corporation E7520 Memory Controller Hub (rev 0c)
00:00.1 Class ff00: Intel Corporation E7525/E7520 Error Reporting Registers (rev 0c)
00:01.0 System peripheral: Intel Corporation E7520 DMA Controller (rev 0c)
00:02.0 PCI bridge: Intel Corporation E7525/E7520/E7320 PCI Express Port A (rev 0c)
00:04.0 PCI bridge: Intel Corporation E7525/E7520 PCI Express Port B (rev 0c)
00:05.0 PCI bridge: Intel Corporation E7520 PCI Express Port B1 (rev 0c)
00:06.0 PCI bridge: Intel Corporation E7520 PCI Express Port C (rev 0c)
00:07.0 PCI bridge: Intel Corporation E7520 PCI Express Port C1 (rev 0c)
00:1c.0 PCI bridge: Intel Corporation 6300ESB 64-bit PCI-X Bridge (rev 02)
00:1d.0 USB Controller: Intel Corporation 6300ESB USB Universal Host Controller (rev 02)
00:1d.1 USB Controller: Intel Corporation 6300ESB USB Universal Host Controller (rev 02)
00:1d.4 System peripheral: Intel Corporation 6300ESB Watchdog Timer (rev 02)
00:1d.5 PIC: Intel Corporation 6300ESB I/O Advanced Programmable Interrupt Controller (rev 02)
00:1d.7 USB Controller: Intel Corporation 6300ESB USB2 Enhanced Host Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 0a)
00:1f.0 ISA bridge: Intel Corporation 6300ESB LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corporation 6300ESB PATA Storage Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 6300ESB SMBus Controller (rev 02)
01:00.0 PCI bridge: Intel Corporation 6700PXH PCI Express-to-PCI Bridge A (rev 09)
01:00.2 PCI bridge: Intel Corporation 6700PXH PCI Express-to-PCI Bridge B (rev 09)
02:01.0 Ethernet controller: Intel Corporation 82544EI Gigabit Ethernet Controller (Copper) (rev 02)
02:03.0 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10)
02:03.1 SCSI storage controller: Adaptec AIC-7902B U320 (rev 10)
03:01.0 Ethernet controller: Intel Corporation 82544EI Gigabit Ethernet Controller (Copper) (rev 02)
08:01.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
08:02.0 Ethernet controller: Intel Corporation 82541GI Gigabit Ethernet Controller
08:03.0 Ethernet controller: Intel Corporation 82541GI Gigabit Ethernet Controller

^ permalink raw reply	[flat|nested] 47+ messages in thread
* Linus 2.6.23-rc1
@ 2007-07-22 21:04 Linus Torvalds
  2007-07-23 18:38 ` 2.6.23-rc1: BUG_ON in kmap_atomic_prot() Alexey Dobriyan
  0 siblings, 1 reply; 47+ messages in thread
From: Linus Torvalds @ 2007-07-22 21:04 UTC (permalink / raw)
  To: Linux Kernel Mailing List


Ok, right on time, two weeks afetr 2.6.22, there's a 2.6.23-rc1 out there.

And it has a *ton* of changes as usual for the merge window, way too much 
for me to be able to post even just the shortlog or diffstat on the 
mailing list (but I had many people who wanted to full logs to stay 
around, so you'll continue to see those being uploaded to kernel.org).

Lots of architecture updates (for just about all of them - x86[-64], arm, 
alpha, mips, ia64, powerpc, s390, sh, sparc, um..), lots of driver updates 
(again, all over - usb, net, dvb, ide, sata, scsi, isdn, infiniband, 
firewire, i2c, you name it).

Filesystems, VM, networking, ACPI, it's all there. And virtualization all 
over the place (kvm, lguest, Xen).

Notable new things might be the merge of the cfs scheduler, and the UIO 
driver infrastructure might interest some people.

Oh, and I personally like how "sendfile" is now totally gone internally, 
and the kernel now ends up doing all that with splice insted. Good 
riddance, although we'll obvously end up supporting the old user level 
interfaces for a long time.

So give it all a good whacking, and report back about all the neat new 
features!

		Linus

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

end of thread, other threads:[~2007-07-29 18:04 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-24 14:28 commit 7e92b4fc34 - x86, serial: convert legacy COM ports to platform devices - broke my serial console Sébastien Dugué
2007-07-24 15:48 ` Bjorn Helgaas
2007-07-24 17:49   ` Jeff Garzik
2007-07-24 18:09     ` Andrew Morton
2007-07-24 19:07       ` Jeff Garzik
2007-07-24 18:17     ` Maciej W. Rozycki
2007-07-24 19:53       ` Bjorn Helgaas
2007-07-24 20:13         ` Jeff Garzik
2007-07-24 20:33           ` Yinghai Lu
2007-07-25  2:34             ` Bjorn Helgaas
2007-07-25  4:27               ` Yinghai Lu
2007-07-25 12:55                 ` Bjorn Helgaas
2007-07-25 15:57                   ` Yinghai Lu
2007-07-25 16:11                     ` Bjorn Helgaas
2007-07-25 16:45                       ` Yinghai Lu
2007-07-24 20:34           ` Bjorn Helgaas
2007-07-24 20:40             ` Jeff Garzik
2007-07-24 20:56               ` Bjorn Helgaas
2007-07-24 21:05                 ` Jeff Garzik
2007-07-24 22:07                   ` Alan Cox
     [not found]                     ` <p73ir88sax1.fsf@bingen.suse.de>
2007-07-25 15:48                       ` Alan Cox
2007-07-25 16:06                         ` Bjorn Helgaas
2007-07-25 16:47                           ` Jeff Garzik
2007-07-25 17:34                             ` Alan Cox
2007-07-25 17:38                           ` Alan Cox
2007-07-24 22:06                 ` Alan Cox
2007-07-25  7:45   ` Sébastien Dugué
2007-07-25 13:16     ` Bjorn Helgaas
2007-07-25 13:32       ` Sébastien Dugué
2007-07-25 13:38         ` Sébastien Dugué
2007-07-25 22:41         ` Bjorn Helgaas
2007-07-26  0:37           ` Yinghai Lu
2007-07-26  1:35             ` Yinghai Lu
2007-07-26  2:21             ` Shaohua Li
2007-07-26  3:33               ` Bjorn Helgaas
2007-07-27 18:16               ` Bjorn Helgaas
2007-07-27 18:38                 ` Yinghai Lu
2007-07-27 18:56                   ` Bjorn Helgaas
2007-07-27 20:35                     ` Yinghai Lu
2007-07-27 20:58                       ` Bjorn Helgaas
2007-07-27 21:05                         ` Jeff Garzik
2007-07-27 21:53                           ` Kay Sievers
2007-07-29 17:21                           ` Kyle Moffett
2007-07-29 18:03                 ` Russell King
2007-07-26  8:08           ` Sébastien Dugué
2007-07-25 15:51       ` Yinghai Lu
  -- strict thread matches above, loose matches on Subject: below --
2007-07-22 21:04 Linus 2.6.23-rc1 Linus Torvalds
2007-07-23 18:38 ` 2.6.23-rc1: BUG_ON in kmap_atomic_prot() Alexey Dobriyan
2007-07-23 19:01   ` Alexey Dobriyan
2007-07-23 20:24     ` Andrew Morton
2007-07-23 20:40       ` Alexey Dobriyan
2007-07-23 21:01         ` Alexey Dobriyan
2007-07-23 21:11           ` Andrew Morton
2007-07-23 21:28             ` Linus Torvalds
2007-07-24 17:59               ` Adrian Bunk
2007-07-24 18:14                 ` Linus Torvalds
2007-07-26  6:09                   ` commit 7e92b4fc34 - x86, serial: convert legacy COM ports to platform devices - broke my serial console H. Peter Anvin

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