diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-25 11:37:51 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-02-25 17:33:16 +0100 |
commit | 151d806c7898bf5a7fb69910c82bf06522955725 (patch) | |
tree | af8c58f9f73e59f41793999f87adb9eb3fde5314 /target/linux/ixp4xx | |
parent | d037c873bfe123b985d711cb4e930a662821a5c0 (diff) | |
download | upstream-151d806c7898bf5a7fb69910c82bf06522955725.tar.gz upstream-151d806c7898bf5a7fb69910c82bf06522955725.tar.bz2 upstream-151d806c7898bf5a7fb69910c82bf06522955725.zip |
kernel: bump 4.9 to 4.9.160
Refreshed all patches.
Compile-tested on: ar7
Runtime-tested on: none
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(); |