Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 875486 Details for
Bug 1077186
Increase the firmware loading timeout to 600s
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch
udev-147-init-firmware.patch (text/plain), 762 bytes, created by
Harald Hoyer
on 2014-03-17 12:29:39 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Harald Hoyer
Created:
2014-03-17 12:29:39 UTC
Size:
762 bytes
patch
obsolete
>diff --git a/udev/udevd.c b/udev/udevd.c >index 40c9db3..524cd0f 100644 >--- a/udev/udevd.c >+++ b/udev/udevd.c >@@ -49,6 +49,8 @@ > #define UDEVD_PRIORITY -4 > #define UDEV_PRIORITY -2 > >+#define UDEV_EVENT_TIMEOUT_STR "600" >+ > static bool debug; > > static void log_fn(struct udev *udev, int priority, >@@ -1034,6 +1036,15 @@ int main(int argc, char *argv[]) > close(fd); > } > >+ /* Set firmware loading timeout to UDEV_EVENT_TIMEOUT */ >+ fd = open("/sys/class/firmware/timeout", O_RDWR); >+ if (fd < 0) { >+ err(udev, "error setting /sys/class/firmware/timeout: %m\n"); >+ } else { >+ write(fd, UDEV_EVENT_TIMEOUT_STR, sizeof(UDEV_EVENT_TIMEOUT_STR)); >+ close(fd); >+ } >+ > /* in trace mode run one event after the other */ > if (debug_trace) { > max_childs = 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1077186
: 875486