kernel: update linux 3.8 to 3.8.11
[openwrt/staging/wigyori.git] / target / linux / ar71xx / patches-3.8 / 902-unaligned_access_hacks.patch
index 8c2a18280359d2a0addf1c3bca3cfccf1aef5fe8..19c1c72f75f9d761eaea2bbbbf8ccf036d099b0b 100644 (file)
  /*
 --- a/net/ipv4/tcp_input.c
 +++ b/net/ipv4/tcp_input.c
-@@ -3868,13 +3868,14 @@ static bool tcp_parse_aligned_timestamp(
+@@ -3896,13 +3896,14 @@ static bool tcp_parse_aligned_timestamp(
  {
        const __be32 *ptr = (const __be32 *)(th + 1);
  
  #include <asm/uaccess.h>
  
  #include <linux/proc_fs.h>
-@@ -763,10 +764,10 @@ static void tcp_v6_send_response(struct
+@@ -764,10 +765,10 @@ static void tcp_v6_send_response(struct
        topt = (__be32 *)(t1 + 1);
  
        if (ts) {