Bug 11847 - raw-io patches don't export symbols to modules.
Summary: raw-io patches don't export symbols to modules.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 6.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Stephen Tweedie
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-06-02 09:43 UTC by David Woodhouse
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-06-02 09:43:22 UTC
Embargoed:


Attachments (Terms of Use)

Description David Woodhouse 2000-06-02 09:43:21 UTC
This is missing from the raw-io kernel patch in the 6.2 2.2.14 kernel:

Index: ksyms.c
===================================================================
RCS file: /cvs/linux/kernel/ksyms.c,v
retrieving revision 1.17
diff -u -w -r1.17 ksyms.c
--- ksyms.c     2000/05/04 08:34:53     1.17
+++ ksyms.c     2000/06/02 09:37:13
@@ -39,6 +39,7 @@
 #include <linux/poll.h>
 #include <linux/mm.h>
 #include <linux/capability.h>
+#include <linux/iobuf.h>

 #if defined(CONFIG_PROC_FS)
 #include <linux/proc_fs.h>
@@ -320,6 +329,14 @@
 EXPORT_SYMBOL(disable_hlt);
 EXPORT_SYMBOL(enable_hlt); 
 #endif
+
+/* Raw I/O */
+EXPORT_SYMBOL(alloc_kiovec);
+EXPORT_SYMBOL(free_kiovec); 
+EXPORT_SYMBOL(expand_kiobuf);
+EXPORT_SYMBOL(map_user_kiobuf);
+EXPORT_SYMBOL(unmap_kiobuf);   
+EXPORT_SYMBOL(brw_kiovec);     

 /* IO port handling */
 EXPORT_SYMBOL(check_region);

Comment 1 Stephen Tweedie 2000-06-13 21:24:11 UTC
Will be exported in the next 6.2 kernel.



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