Bug 657530
| Summary: | serial/8250: Increase number of serial ports detected to 32 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yegor Yefremov <yegorslists> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | dougsland, gansalmon, itamar, jonathan, kernel-maint, kmcmartin, madhu.chinakonda |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-12-09 23:37:11 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Yegor Yefremov
2010-11-26 11:09:20 UTC
RUNTIME_UARTS will not be increased, as it can be increased with a parameter and isn't necessary for virtually all users. NR_UARTS is already 32. The advantage of such approach is that multiple interface cards can be used at once without user intervention. This would reduce the support effort much, cause this is the most frequent user question: "Why not all ports are detected?". Then we have to point them to this problem and teach them how to make changes in various bootloaders. And this costs time and resources. And I don't see any disadvantages in increasing CONFIG_SERIAL_8250_RUNTIME_UARTS. As you already stated NR_UARTS is already 32, so memory is already "wasted". The RUNTIME value cares about registering this amount of ports and if the number of real ports is lower than RUNTIME_UARTS, only those real ports will be installed. So I don't see how it can affect other users. Have you read this thread (http://www.spinics.net/lists/linux-serial/msg03020.html) completely? After my request to change the default values upstream, Greg Kroah-Hartman made following suggestion: "Then get the distro to change the default setting of their kernels." And then the reason: "I doubt it as they would never notice that the value changed at all (they run 'make oldconfig'). So please just work with the distros that you are having problems with to get the value changed." If you're still unsure about this lets discuss it on the linux-serial mailingslist. It's a pointless change for virtually all users. If you don't like it, make the 8250 driver suck less. |