kernel: bump 5.15 to 5.15.68

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>
This commit is contained in:
John Audia
2022-09-15 08:07:08 -04:00
committed by Hauke Mehrtens
parent e785ca05e9
commit fe209fa47d
20 changed files with 89 additions and 136 deletions

View File

@@ -71,7 +71,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
*/
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -2824,6 +2824,10 @@ static inline int pskb_trim(struct sk_bu
@@ -2851,6 +2851,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
@@ -2974,16 +2978,6 @@ static inline struct sk_buff *dev_alloc_
@@ -3001,16 +3005,6 @@ static inline struct sk_buff *dev_alloc_
}