On Mon, Jun 03, 2013 at 01:03:22PM -0400, Kyle McMartin wrote: > On Mon, Jun 03, 2013 at 09:55:31AM -0700, Greg KH wrote: > > On Mon, Jun 03, 2013 at 09:38:26AM -0400, Kyle McMartin wrote: > > > This reverts commit cfcec52e9781f08948c6eb98198d65c45be75a70. > > > > > > This regresses a longstanding behaviour on X86 systems, which end up with > > > PCI serial ports moving between ttyS4 and ttyS0 when you bisect to > > > opposite > > > sides of this commit, resulting in the need to constantly modify the > > > console > > > setting in order to bisect across it. > > > > > > Please revert, we can work on solving this for ARM platforms in a less > > > disruptive way. > > > > Ugh, how did this break x86 systems? Karthik, you said this wouldn't > > affect anyone else, what did you test it on? > > > > > Signed-off-by: Kyle McMartin <k...@mcmartin.ca> > > > > I'll go queue this up for the next -rc release, thanks Kyle. > > > > No worries, I undertand what Karthik is talking about, so I'll try to > figure this out. > > CONFIG_SERIAL_8250_NR_UARTS=32 > CONFIG_SERIAL_8250_RUNTIME_UARTS=4 > > is what was set in my .config, resulting in: > > [3.9.y] > 0: uart:16550A port:00001030 irq:16 tx:16522 rx:0 RTS|CTS|DTR|CD > 1: uart:unknown port:000002F8 irq:3 > 2: uart:unknown port:000003E8 irq:4 > 3: uart:unknown port:000002E8 irq:3 > > [3.10-rc2] > 0: uart:unknown port:000003F8 irq:4 > 1: uart:unknown port:000002F8 irq:3 > 2: uart:unknown port:000003E8 irq:4 > 3: uart:unknown port:000002E8 irq:3 > 4: uart:16550A port:00001030 irq:16 tx:16226 rx:0 RTS|CTS|DTR|CD
That's not good to have happen, so I'll do the revert. > There's undeniably something wrong if RUNTIME_UARTS=0 doesn't result > in his serial ports showing up, I'll try to help debug that, but I > think the 3.9 behaviour is desireable if no "legacy" uarts are found. I agree, it is. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/