Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 546251 - [RHEL4.5] select() cannot return in UDP/UNIX domain socket
[RHEL4.5] select() cannot return in UDP/UNIX domain socket
Status: CLOSED ERRATA
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: kernel (Show other bugs)
4.8
All Linux
urgent Severity medium
: rc
: ---
Assigned To: Flavio Leitner
Network QE
: ZStream
Depends On:
Blocks: 640117
  Show dependency treegraph
 
Reported: 2009-12-10 09:39 EST by Flavio Leitner
Modified: 2011-02-16 10:17 EST (History)
6 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2011-02-16 10:17:15 EST
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2011:0263 normal SHIPPED_LIVE Important: Red Hat Enterprise Linux 4.9 kernel security and bug fix update 2011-02-16 10:14:55 EST

  None (edit)
Description Flavio Leitner 2009-12-10 09:39:46 EST
Description of problem:

UDP/UNIX domain socket have the same problem of bz#494404

The following patch fix the problem:
diff --git a/net/core/datagram.c b/net/core/datagram.c
index b422d9b..752d721 100644
--- a/net/core/datagram.c
+++ b/net/core/datagram.c
@@ -455,7 +455,7 @@ unsigned int datagram_poll(struct file *file, struct socket *sock,
        struct sock *sk = sock->sk;
        unsigned int mask;

-       poll_wait(file, sk->sk_sleep, wait);
+       sock_poll_wait(file, sk->sk_sleep, wait);
        mask = 0;

        /* exceptional events? */


which is part of the upstream commit:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a57de0b4336e48db2811a2030bb68dba8dd09d88

Version-Release number of selected component (if applicable):
RHEL4.5 or newer

Additional info:
The test kernel available in brew with good feedback from customer.
https://brewweb.devel.redhat.com/taskinfo?taskID=2133939
Comment 5 Vivek Goyal 2010-10-05 11:48:48 EDT
Committed in 89.39.EL . RPMS are available at http://people.redhat.com/vgoyal/rhel4/
Comment 13 errata-xmlrpc 2011-02-16 10:17:15 EST
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2011-0263.html

Note You need to log in before you can comment on or make changes to this bug.