rpms/kernel-xen/devel linux-2.6.14-xen_net_read_mac_export.patch, NONE, 1.1.2.1 kernel-xen.spec, 1.13.2.15, 1.13.2.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 20 17:08:16 UTC 2005


Author: quintela

Update of /cvs/dist/rpms/kernel-xen/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18297

Modified Files:
      Tag: private-kernel-xen-2_6_12-1_13_FC5-sct-branch
	kernel-xen.spec 
Added Files:
      Tag: private-kernel-xen-2_6_12-1_13_FC5-sct-branch
	linux-2.6.14-xen_net_read_mac_export.patch 
Log Message:
add xen_net_read_marc EXPORT_SYMBOL

linux-2.6.14-xen_net_read_mac_export.patch:
 net_driver_util.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE linux-2.6.14-xen_net_read_mac_export.patch ---
diff -uNp linux-2.6.14/drivers/xen/net_driver_util.c.orig linux-2.6.14/drivers/xen/net_driver_util.c
--- linux-2.6.14/drivers/xen/net_driver_util.c.orig	2005-12-20 17:59:34.000000000 +0100
+++ linux-2.6.14/drivers/xen/net_driver_util.c	2005-12-20 17:59:52.000000000 +0100
@@ -55,6 +55,7 @@ int xen_net_read_mac(struct xenbus_devic
 	return 0;
 }
 
+EXPORT_SYMBOL_GPL(xen_net_read_mac);
 
 /*
  * Local variables:


Index: kernel-xen.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel-xen/devel/kernel-xen.spec,v
retrieving revision 1.13.2.15
retrieving revision 1.13.2.16
diff -u -r1.13.2.15 -r1.13.2.16
--- kernel-xen.spec	20 Dec 2005 16:03:53 -0000	1.13.2.15
+++ kernel-xen.spec	20 Dec 2005 17:08:12 -0000	1.13.2.16
@@ -256,6 +256,7 @@
 Patch701: linux-2.6-xen-no-tls-warn.patch
 Patch703: linux-2.6-xen-kprobes.patch
 Patch704: linux-2.6.14-xen-guest-enable-char-devices.patch
+Patch705: linux-2.6.14-xen_net_read_mac_export.patch
 #
 # Patches 800 through 899 are reserved for bugfixes to the core system
 # and patches related to how RPMs are build
@@ -676,6 +677,7 @@
 %patch701 -p1
 %patch703 -p1
 %patch704 -p1
+%patch705 -p1
 %endif
 
 #
@@ -1383,6 +1385,9 @@
 
 %changelog
 * Tue Dec 20 2005 Juan Quintela <quintela at redhat.com>
+- add EXPORT_SYMBOL for xen_net_read_mac.
+
+* Tue Dec 20 2005 Juan Quintela <quintela at redhat.com>
 - xennet is a module again.
 - merge with rawhide 1.7776 kernel.
 - HIGHMEM4G is default now.




More information about the fedora-cvs-commits mailing list