]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fuzz cleanup
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 10:42:28 +0000 (12:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 10:42:28 +0000 (12:42 +0200)
queue-5.17/net-preserve-skb_end_offset-in-skb_unclone_keeptruesize.patch

index 06ec746be215515c507b59ae2a360f7e2df79bd8..d48c5eec304f4908e2d5be09a9df2395f2b9b6fc 100644 (file)
@@ -93,7 +93,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 --- a/include/linux/skbuff.h
 +++ b/include/linux/skbuff.h
-@@ -1724,19 +1724,19 @@ static inline int skb_unclone(struct sk_
+@@ -1734,19 +1734,19 @@ static inline int skb_unclone(struct sk_
        return 0;
  }
  
@@ -124,7 +124,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  
 --- a/net/core/skbuff.c
 +++ b/net/core/skbuff.c
-@@ -1788,6 +1788,38 @@ struct sk_buff *skb_realloc_headroom(str
+@@ -1787,6 +1787,38 @@ struct sk_buff *skb_realloc_headroom(str
  }
  EXPORT_SYMBOL(skb_realloc_headroom);