diff options
author | John Audia <therealgraysky@proton.me> | 2022-09-08 09:03:12 -0400 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-09-09 21:08:37 +0100 |
commit | fbe2f7db8644d831e7afe9e0b5b154a8d7294815 (patch) | |
tree | cffc9dcf9388d057a94b55ed6e5ebbf69d5991ab /target/linux/generic/hack-5.15/721-net-add-packet-mangeling.patch | |
parent | c0f74a01b539a3406b61ed6a22f8d5d183be3df9 (diff) | |
download | upstream-fbe2f7db8644d831e7afe9e0b5b154a8d7294815.tar.gz upstream-fbe2f7db8644d831e7afe9e0b5b154a8d7294815.tar.bz2 upstream-fbe2f7db8644d831e7afe9e0b5b154a8d7294815.zip |
kernel: bump 5.15 to 5.15.67
All patches automatically rebased
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/hack-5.15/721-net-add-packet-mangeling.patch')
-rw-r--r-- | target/linux/generic/hack-5.15/721-net-add-packet-mangeling.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-5.15/721-net-add-packet-mangeling.patch b/target/linux/generic/hack-5.15/721-net-add-packet-mangeling.patch index eab1ed92e4..53f6d33bd9 100644 --- a/target/linux/generic/hack-5.15/721-net-add-packet-mangeling.patch +++ b/target/linux/generic/hack-5.15/721-net-add-packet-mangeling.patch @@ -71,7 +71,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> */ --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h -@@ -2816,6 +2816,10 @@ static inline int pskb_trim(struct sk_bu +@@ -2824,6 +2824,10 @@ static inline int pskb_trim(struct sk_bu return (len < skb->len) ? __pskb_trim(skb, len) : 0; } @@ -82,7 +82,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 -@@ -2966,16 +2970,6 @@ static inline struct sk_buff *dev_alloc_ +@@ -2974,16 +2978,6 @@ static inline struct sk_buff *dev_alloc_ } |