diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-04 19:58:43 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-04 23:04:24 +0100 |
commit | 330046922b060aae8577f500e68b74838e4416e5 (patch) | |
tree | 610493a60856e29b92ed07b4ee9e6fb71b0cd64b /target/linux/layerscape | |
parent | 084dfb8ebdb8fe124189cf498aea3f0269daee16 (diff) | |
download | upstream-330046922b060aae8577f500e68b74838e4416e5.tar.gz upstream-330046922b060aae8577f500e68b74838e4416e5.tar.bz2 upstream-330046922b060aae8577f500e68b74838e4416e5.zip |
kernel: bump 4.14 to 4.14.162
Refreshed all patches.
Compile-tested on: ipq40xx, ramips
Runtime-tested on: ipq40xx
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch b/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch index 63d12e688e..f0926d088d 100644 --- a/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch @@ -580,7 +580,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> void __kfree_skb(struct sk_buff *skb); extern struct kmem_cache *skbuff_head_cache; -@@ -3313,6 +3314,7 @@ static inline void skb_free_datagram_loc +@@ -3315,6 +3316,7 @@ static inline void skb_free_datagram_loc } int skb_kill_datagram(struct sock *sk, struct sk_buff *skb, unsigned int flags); int skb_copy_bits(const struct sk_buff *skb, int offset, void *to, int len); |