aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx
diff options
context:
space:
mode:
authorEtienne Haarsma <bladeoner112@gmail.com>2018-05-21 10:36:58 +0200
committerJohn Crispin <john@phrozen.org>2018-05-22 06:56:44 +0200
commit161d95f4c5a7aa5c22ad9fa81378686cfaf8bdc2 (patch)
tree411dbb64c7ad627e59294017b8fb3baa7975a2bd /target/linux/ixp4xx
parent2c0cd47dab77dc5b8380cde89651642d0b406afe (diff)
downloadupstream-161d95f4c5a7aa5c22ad9fa81378686cfaf8bdc2.tar.gz
upstream-161d95f4c5a7aa5c22ad9fa81378686cfaf8bdc2.tar.bz2
upstream-161d95f4c5a7aa5c22ad9fa81378686cfaf8bdc2.zip
kernel: bump kernel 4.4 to 4.4.132 for 17.01
* Refreshed patches Compile-tested: ar71xx Run-tested: ar71xx Signed-off-by: Etienne Haarsma <bladeoner112@gmail.com>
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r--target/linux/ixp4xx/patches-4.4/600-skb_avoid_dmabounce.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/patches-4.4/600-skb_avoid_dmabounce.patch b/target/linux/ixp4xx/patches-4.4/600-skb_avoid_dmabounce.patch
index e080e600f9..60b5d1a8cb 100644
--- a/target/linux/ixp4xx/patches-4.4/600-skb_avoid_dmabounce.patch
+++ b/target/linux/ixp4xx/patches-4.4/600-skb_avoid_dmabounce.patch
@@ -10,7 +10,7 @@
/* Get the HEAD */
skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node);
-@@ -1146,6 +1149,10 @@ int pskb_expand_head(struct sk_buff *skb
+@@ -1147,6 +1150,10 @@ int pskb_expand_head(struct sk_buff *skb
if (skb_shared(skb))
BUG();