2
0
forked from Ivasoft/openwrt

kernel: bump 4.19 to 4.19.46

Refreshed all patches.

Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
Koen Vandeputte
2019-05-28 12:28:11 +02:00
parent 8f6fd53db9
commit 405e08bee6
7 changed files with 19 additions and 19 deletions

View File

@@ -56,7 +56,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
*/
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -2527,6 +2527,10 @@ static inline int pskb_trim(struct sk_bu
@@ -2529,6 +2529,10 @@ static inline int pskb_trim(struct sk_bu
return (len < skb->len) ? __pskb_trim(skb, len) : 0;
}
@@ -67,7 +67,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
/**
* pskb_trim_unique - remove end from a paged unique (not cloned) buffer
* @skb: buffer to alter
@@ -2657,16 +2661,6 @@ static inline struct sk_buff *dev_alloc_
@@ -2660,16 +2664,6 @@ static inline struct sk_buff *dev_alloc_
}