[packages/kernel] - add missing exports for imq module

baggins baggins at pld-linux.org
Sun Oct 9 18:19:37 CEST 2016


commit 02c6f3d5e2156ea6d340bc0f447a126f32a6a77d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 9 18:18:41 2016 +0200

    - add missing exports for imq module

 kernel-imq.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/kernel-imq.patch b/kernel-imq.patch
index cbfd042..d303e23 100644
--- a/kernel-imq.patch
+++ b/kernel-imq.patch
@@ -1266,6 +1266,26 @@ diff -Naupr linux-4.8_orig/net/core/dev.c linux-4.8/net/core/dev.c
  
  #include "net-sysfs.h"
  
+@@ -2952,6 +2952,9 @@
+ 	*ret = rc;
+ 	return skb;
+ }
++#if defined(CONFIG_IMQ_MODULE)
++EXPORT_SYMBOL_GPL(dev_hard_start_xmit)
++#endif
+ 
+ static struct sk_buff *validate_xmit_vlan(struct sk_buff *skb,
+ 					  netdev_features_t features)
+@@ -3038,6 +3038,9 @@
+ 	}
+ 	return head;
+ }
++#if defined(CONFIG_IMQ_MODULE)
++EXPORT_SYMBOL_GPL(validate_xmit_skb_list);
++#endif
+ 
+ static void qdisc_pkt_len_init(struct sk_buff *skb)
+ {
 diff -Naupr linux-4.8_orig/net/core/skbuff.c linux-4.8/net/core/skbuff.c
 --- linux-4.8_orig/net/core/skbuff.c	2016-10-03 06:24:33.000000000 +0700
 +++ linux-4.8/net/core/skbuff.c	2016-10-03 07:59:56.203678268 +0700
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/02c6f3d5e2156ea6d340bc0f447a126f32a6a77d



More information about the pld-cvs-commit mailing list