commit 9f1a523bf5a9acb6dc9551a1042fe3443a5da596
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Sun Oct 14 17:25:18 2018 +0200

    - up to 4.4.161

 kernel-zph.patch | 4 ++--
 kernel.spec      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index b55b68e9..9a24986f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -72,7 +72,7 @@
 
 %define                rel             1
 %define                basever         4.4
-%define                postver         .160
+%define                postver         .161
 
 # define this to '-%{basever}' for longterm branch
 %define                versuffix       -%{basever}
@@ -124,7 +124,7 @@ Source0:    
http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{basever}.tar.xz
 # Source0-md5: 9a78fa2eb6c68ca5a40ed5af08142599
 %if "%{postver}" != ".0"
 Patch0:                
http://www.kernel.org/pub/linux/kernel/v4.x/patch-%{version}.xz
-# Patch0-md5:  ff6ae28e7c8e0d4fc20d3c9da8bfa0e0
+# Patch0-md5:  eeaeff4e336aae6f4c1a268a4f4d5fb6
 %endif
 Source1:       kernel.sysconfig
 
diff --git a/kernel-zph.patch b/kernel-zph.patch
index e61e33bc..7b109fc8 100644
--- a/kernel-zph.patch
+++ b/kernel-zph.patch
@@ -28,13 +28,13 @@ diff -Nur linux-2.6.26.3/net/ipv4/tcp_input.c 
linux-2.6.26.3-zph/net/ipv4/tcp_in
 +++ linux-2.6.26.3-zph/net/ipv4/tcp_input.c    2008-08-21 17:06:55.000000000 
+0300
 @@ -3900,6 +3900,8 @@
        struct tcp_sock *tp = tcp_sk(sk);
-       int eaten = -1;
        bool fragstolen = false;
+       int eaten = -1;
 +      struct inet_sock *inet = inet_sk(sk);
 +      struct iphdr *iph = ip_hdr(skb);
  
        if (TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq)
-               goto drop;
+               __kfree_skb(skb);
 @@ -3914,6 +3916,12 @@
                                             4 - tp->rx_opt.tstamp_ok);
        }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/9f1a523bf5a9acb6dc9551a1042fe3443a5da596

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to