|
Bugzilla – Full Text Bug Listing |
| Summary: | Need to wait 2 minutes before wireless connects | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Kernel | Assignee: | E-mail List <kernel-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | bwiedemann, coolo, dimstar, forgotten_0FuaAO3939, forgotten_5x9cKIYF8b, jslaby, lurodriguez, os.gnome.maintainers, rmilasan, systemd-maintainers, tiwai, wicked-maintainers |
| Version: | 13.2 RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 13.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | 891645 | ||
| Bug Blocks: | |||
|
Description
Dominique Leuenberger
2014-10-17 14:47:42 UTC
According to Jiri this is about impossible to backport ;( (In reply to Stephan Kulow from comment #1) > According to Jiri this is about impossible to backport ;( This is maybe too bold statement. Luis, I think, has a better insight? (In reply to Jiri Slaby from comment #3) > (In reply to Stephan Kulow from comment #1) > > According to Jiri this is about impossible to backport ;( > > This is maybe too bold statement. Luis, I think, has a better insight? (In reply to Luis Rodriguez from comment #4) > (In reply to Jiri Slaby from comment #3) > > (In reply to Stephan Kulow from comment #1) > > > According to Jiri this is about impossible to backport ;( > > > > This is maybe too bold statement. Luis, I think, has a better insight? Takashi backported the requested firmware request changes to let us get rid of the udev firmware loading for SLE12 so I do believe we can get this on OpenSUSE as well, and probably should. In the meantime drivers that don't want to use udev helper explicitly can use request_firmware_direct() on older kernels. bug 900710 relates to this one (same issue, different module, nouveau) If we don't need to freeze kABI at this point, it should be easy to backport. It's just a backport of commit 5a1379e8748a5cfa3eb068f812d61bde849ef76c, and *disable* a new Kconfig CONFIG_FW_LOADER_USER_HELPER_FALLBACK. Let me know if it's OK to do the above at this late stage. I had hopes we could give the 3rd party repos a green light for stable kernel ABI, but if the bug is so severe I'm fine with waiting ;( The kABI change would be minimal (request_firmware_direct() becomes inlined or unlinined), and on x86 default and desktop kernels, there won't be even any change, I guess. Even better OK, pushed now to openSUSE-13.2 git branch. When is this fix expected to land in 13.2? |