Bug 164228 - Export sys_recvmesg for cluster snapshot
Summary: Export sys_recvmesg for cluster snapshot
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: kernel
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Daniel Phillips
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks: 156322
TreeView+ depends on / blocked
 
Reported: 2005-07-26 02:26 UTC by Jason Baron
Modified: 2013-03-06 05:58 UTC (History)
2 users (show)

Fixed In Version: RHSA-2005-514
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-05 13:45:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2005:514 0 qe-ready SHIPPED_LIVE Important: Updated kernel packages available for Red Hat Enterprise Linux 4 Update 2 2005-10-05 04:00:00 UTC

Description Jason Baron 2005-07-26 02:26:43 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jason Baron 2005-07-26 02:27:43 UTC
here is the patch:

--- 2.6.11.3.clean/net/socket.c 2005-03-13 01:44:20.000000000 -0500
+++ 2.6.11.3/net/socket.c       2005-03-29 20:00:42.000000000 -0500
@@ -2072,6 +2072,10 @@ void socket_seq_show(struct seq_file *se
 }
 #endif /* CONFIG_PROC_FS */

+/* Cluster devices need this, or better: a kernel interface */
+
+EXPORT_SYMBOL_GPL(sys_recvmsg);
+
 /* ABI emulation layers need these two */
 EXPORT_SYMBOL(move_addr_to_kernel);
 EXPORT_SYMBOL(move_addr_to_user);


Comment 7 Red Hat Bugzilla 2005-10-05 13:45:11 UTC
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 the 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-2005-514.html



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