diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-25 11:24:12 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-25 17:34:25 +0100 |
commit | e2ba7a4b4707b8e24b1b28abbc17313b98362fa2 (patch) | |
tree | be62b3254efabe377d0148be1ae4d85840dac6b0 /target/linux/ixp4xx | |
parent | 1be6ff6dc0ab53d2191c49c32cae7f6f9aadd14d (diff) | |
download | upstream-e2ba7a4b4707b8e24b1b28abbc17313b98362fa2.tar.gz upstream-e2ba7a4b4707b8e24b1b28abbc17313b98362fa2.tar.bz2 upstream-e2ba7a4b4707b8e24b1b28abbc17313b98362fa2.zip |
kernel: bump 4.9 to 4.9.160
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/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/patches-4.9/600-skb_avoid_dmabounce.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/patches-4.9/600-skb_avoid_dmabounce.patch b/target/linux/ixp4xx/patches-4.9/600-skb_avoid_dmabounce.patch index 046ec4e8f3..cdd9fde8f0 100644 --- a/target/linux/ixp4xx/patches-4.9/600-skb_avoid_dmabounce.patch +++ b/target/linux/ixp4xx/patches-4.9/600-skb_avoid_dmabounce.patch @@ -10,7 +10,7 @@ /* Get the HEAD */ skb = kmem_cache_alloc_node(cache, gfp_mask & ~__GFP_DMA, node); -@@ -1224,6 +1227,10 @@ int pskb_expand_head(struct sk_buff *skb +@@ -1228,6 +1231,10 @@ int pskb_expand_head(struct sk_buff *skb if (skb_shared(skb)) BUG(); |