commit:     5ef2688d7742359b95055536012ccd0db9faef21
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 17:50:20 2021 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 17:50:20 2021 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5ef2688d

Fix wireguard patch

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 2400_wireguard-backport-v1.0.20201112.patch | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/2400_wireguard-backport-v1.0.20201112.patch 
b/2400_wireguard-backport-v1.0.20201112.patch
index 9aa0274..b63d7f5 100644
--- a/2400_wireguard-backport-v1.0.20201112.patch
+++ b/2400_wireguard-backport-v1.0.20201112.patch
@@ -45466,20 +45466,6 @@
 +CONFIG_GDB_SCRIPTS=y
 +CONFIG_WIREGUARD=y
 +CONFIG_WIREGUARD_DEBUG=y
---- b/include/linux/skbuff.h
-+++ b/include/linux/skbuff.h
-@@ -1480,6 +1480,11 @@
-       skb->next = NULL;
- }
- 
-+/* Iterate through singly-linked GSO fragments of an skb. */
-+#define skb_list_walk_safe(first, skb, next_skb)                              
 \
-+      for ((skb) = (first), (next_skb) = (skb) ? (skb)->next : NULL; (skb);  \
-+           (skb) = (next_skb), (next_skb) = (skb) ? (skb)->next : NULL)
-+
- static inline void skb_list_del_init(struct sk_buff *skb)
- {
-       __list_del_entry(&skb->list);
 --- a/include/net/ip_tunnels.h
 +++ b/include/net/ip_tunnels.h
 @@ -289,6 +289,9 @@ int ip_tunnel_newlink(struct net_device *dev, struct 
nlattr *tb[],

Reply via email to