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:
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);
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