aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.19/721-phy_packets.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-05-28 12:28:11 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-06-03 12:40:53 +0200
commit405e08bee63d030956aeb77a1f2b09d0d35a867d (patch)
tree038d33c990f0b0548d98a750965573d854bb709b /target/linux/generic/hack-4.19/721-phy_packets.patch
parent8f6fd53db9abc347467ace5696353ceebe1d76cb (diff)
downloadupstream-405e08bee63d030956aeb77a1f2b09d0d35a867d.tar.gz
upstream-405e08bee63d030956aeb77a1f2b09d0d35a867d.tar.bz2
upstream-405e08bee63d030956aeb77a1f2b09d0d35a867d.zip
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>
Diffstat (limited to 'target/linux/generic/hack-4.19/721-phy_packets.patch')
-rw-r--r--target/linux/generic/hack-4.19/721-phy_packets.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.19/721-phy_packets.patch b/target/linux/generic/hack-4.19/721-phy_packets.patch
index 7626d1016d..640ef37769 100644
--- a/target/linux/generic/hack-4.19/721-phy_packets.patch
+++ b/target/linux/generic/hack-4.19/721-phy_packets.patch
@@ -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_
}