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 305739 Details for
Bug 446409
RHEL4 U6 hang in epoll_wait
[?]
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 fix.
eventpoll-lockup-fix.patch (text/plain), 637 bytes, created by
Josef Bacik
on 2008-05-16 20:02:12 UTC
(
hide
)
Description:
proposed fix.
Filename:
MIME Type:
Creator:
Josef Bacik
Created:
2008-05-16 20:02:12 UTC
Size:
637 bytes
patch
obsolete
>diff --git a/fs/eventpoll.c b/fs/eventpoll.c >index 06e1cee..04328da 100644 >--- a/fs/eventpoll.c >+++ b/fs/eventpoll.c >@@ -1452,7 +1452,7 @@ static int ep_events_transfer(struct eventpoll *ep, > * We need to lock this because we could be hit by > * eventpoll_release_file() and epoll_ctl(EPOLL_CTL_DEL). > */ >- down_read(&ep->sem); >+ down_write(&ep->sem); > > /* Collect/extract ready items */ > if (ep_collect_ready_items(ep, &txlist, maxevents) > 0) { >@@ -1463,7 +1463,7 @@ static int ep_events_transfer(struct eventpoll *ep, > ep_reinject_items(ep, &txlist); > } > >- up_read(&ep->sem); >+ up_write(&ep->sem); > > return eventcnt; > }
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 446409
:
305369
|
305370
| 305739