diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-04 23:52:01 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-05 00:43:33 +0100 |
commit | 1bb90a28e47ce7cf3ae76f46b43a6f5e0da2a055 (patch) | |
tree | ffc0eedf64b904780a6c98c8afaef5d265de08aa /target/linux/layerscape | |
parent | 663b1a14e59074a23b86237e0b13dc6e78a6e50b (diff) | |
download | upstream-1bb90a28e47ce7cf3ae76f46b43a6f5e0da2a055.tar.gz upstream-1bb90a28e47ce7cf3ae76f46b43a6f5e0da2a055.tar.bz2 upstream-1bb90a28e47ce7cf3ae76f46b43a6f5e0da2a055.zip |
kernel: bump 4.14 to 4.14.162
Refreshed all patches.
Compile-tested on: ramips
Runtime-tested on: ramips
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); |