kernel: bump 5.10 to 5.10.179
authorJohn Audia <therealgraysky@proton.me>
Sat, 29 Apr 2023 08:00:30 +0000 (04:00 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 6 May 2023 12:56:00 +0000 (14:56 +0200)
All patches automatically rebased.

Signed-off-by: John Audia <therealgraysky@proton.me>
[Refresh patches on openwrt-22.03 branch]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 80c1105b0339516344f12364a599070ab1c9a41a)

include/kernel-5.10
target/linux/generic/backport-5.10/740-v5.13-0006-net-dsa-b53-mmap-Add-device-tree-support.patch
target/linux/generic/hack-5.10/721-net-add-packet-mangeling.patch
target/linux/generic/pending-5.10/655-increase_skb_pad.patch
target/linux/generic/pending-5.10/680-NET-skip-GRO-for-foreign-MAC-addresses.patch
target/linux/realtek/patches-5.10/312-rt9313-support.patch

index e5a47e33d21ea202e7d92bf6d3448ca4d5b64b2e..bc3926bb3df1481c3ab49c14bc0a13b98bcd117e 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-5.10 = .178
-LINUX_KERNEL_HASH-5.10.178 = 1acfade3715e560f00fb30615d5471e24b3940b549381558787aee9734e7a8af
+LINUX_VERSION-5.10 = .179
+LINUX_KERNEL_HASH-5.10.179 = 1bbd445c154b053eea46acc883be548a98179988a9ed3a0b81bddfbf30a37e29
index c1014b20bcfe474229980b72251242c801a7b1e2..48494d13e47fa506cfa52dd57db6970ea1bb9f1f 100644 (file)
@@ -24,8 +24,8 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  #include <linux/kernel.h>
  #include <linux/module.h>
  #include <linux/io.h>
-@@ -228,11 +229,65 @@ static const struct b53_io_ops b53_mmap_
-       .write64 = b53_mmap_write64,
+@@ -242,11 +243,65 @@ static const struct b53_io_ops b53_mmap_
+       .phy_write16 = b53_mmap_phy_write16,
  };
  
 +static int b53_mmap_probe_of(struct platform_device *pdev,
index 87f0f6e7ac4fc7f19ff6c83a37b5daec9a95a88d..03c643269b060f75d272dab20237280e39e622af 100644 (file)
@@ -60,7 +60,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
   */
 --- a/include/linux/skbuff.h
 +++ b/include/linux/skbuff.h
-@@ -2725,6 +2725,10 @@ static inline int pskb_trim(struct sk_bu
+@@ -2726,6 +2726,10 @@ static inline int pskb_trim(struct sk_bu
        return (len < skb->len) ? __pskb_trim(skb, len) : 0;
  }
  
@@ -71,7 +71,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
-@@ -2856,16 +2860,6 @@ static inline struct sk_buff *dev_alloc_
+@@ -2857,16 +2861,6 @@ static inline struct sk_buff *dev_alloc_
  }
  
  
index 3655f75a5cfb8e7e6b8a8dcccfd78bcbe2eb69a4..d6f1ebe0b09d059250661f4a0a9cfd7a1d7b6272 100644 (file)
@@ -9,7 +9,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/include/linux/skbuff.h
 +++ b/include/linux/skbuff.h
-@@ -2691,7 +2691,7 @@ static inline int pskb_network_may_pull(
+@@ -2692,7 +2692,7 @@ static inline int pskb_network_may_pull(
   * NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8)
   */
  #ifndef NET_SKB_PAD
index fd726a500aaa3f05b269c0d0379eede63ea344de..3a9b630341c85c2beeecd2abb0d202795517bc2c 100644 (file)
@@ -22,7 +22,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  #endif
 --- a/include/linux/skbuff.h
 +++ b/include/linux/skbuff.h
-@@ -861,6 +861,7 @@ struct sk_buff {
+@@ -862,6 +862,7 @@ struct sk_buff {
        __u8                    decrypted:1;
  #endif
        __u8                    scm_io_uring:1;
index 37a61106d20b12ae5c3b164dd8d968220c38d142..c8d1429b5b3484050bb60e75e0bab4c03ef5c07a 100644 (file)
@@ -60,7 +60,7 @@
  
 --- a/arch/mips/kernel/vmlinux.lds.S
 +++ b/arch/mips/kernel/vmlinux.lds.S
-@@ -55,7 +55,11 @@ SECTIONS
+@@ -57,7 +57,11 @@ SECTIONS
        /* . = 0xa800000000300000; */
        . = 0xffffffff80300000;
  #endif