diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-20 12:22:42 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-25 10:51:50 +0100 |
commit | dcdf50956fb6f6f1b45117e6a8578db9fe22c7bb (patch) | |
tree | b2f1e10f162db0fd62c67811ea0dbebda75ff06d /target/linux/ar71xx | |
parent | 4336cfda123af6a1f664e2288625f2b7e1d858d9 (diff) | |
download | upstream-dcdf50956fb6f6f1b45117e6a8578db9fe22c7bb.tar.gz upstream-dcdf50956fb6f6f1b45117e6a8578db9fe22c7bb.tar.bz2 upstream-dcdf50956fb6f6f1b45117e6a8578db9fe22c7bb.zip |
kernel: bump 4.9 to 4.9.164
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/patches-4.9/910-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-4.9/910-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-4.9/910-unaligned_access_hacks.patch index 2a30108ee8..87008b75f0 100644 --- a/target/linux/ar71xx/patches-4.9/910-unaligned_access_hacks.patch +++ b/target/linux/ar71xx/patches-4.9/910-unaligned_access_hacks.patch @@ -888,7 +888,7 @@ *sum = csum_fold(csum_partial(diff, sizeof(diff), --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c -@@ -1789,15 +1789,15 @@ static int vxlan_build_skb(struct sk_buf +@@ -1800,15 +1800,15 @@ static int vxlan_build_skb(struct sk_buf goto out_free; vxh = (struct vxlanhdr *) __skb_push(skb, sizeof(*vxh)); |