Skip to content

Commit 90120a1

Browse files
graysky2hauke
authored andcommitted
kernel: bump 5.10 to 5.10.159
Removed upstreamed: backport-5.10/888-v6.1-ca8210-Fix-crash-by-zero-initializing-data.patch[1] All patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.159&id=0a8e66e375736ea12c11f0ef238ba2a8efec460b Build system: x86_64 Build-tested: ramips/tplink_archer-a6-v3 Run-tested: ramips/tplink_archer-a6-v3 Signed-off-by: John Audia <[email protected]>
1 parent b6fa423 commit 90120a1

5 files changed

+7
-37
lines changed

include/kernel-5.10

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-5.10 = .158
2-
LINUX_KERNEL_HASH-5.10.158 = 1e0a24bb5510caa18b3601b25e12cc2a1ce123948de551f4f2cdbb40aea707e7
1+
LINUX_VERSION-5.10 = .159
2+
LINUX_KERNEL_HASH-5.10.159 = 1ba9bf57b6bf36d76447d5044b80b746cb5fd61d981c811603dc763b7789cea7

target/linux/generic/backport-5.10/732-net-next-1-of-net-pass-the-dst-buffer-to-of_get_mac_address.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Signed-off-by: David S. Miller <[email protected]>
222222
mdio = of_find_node_by_phandle(*ph);
223223
--- a/drivers/net/ethernet/aeroflex/greth.c
224224
+++ b/drivers/net/ethernet/aeroflex/greth.c
225-
@@ -1449,10 +1449,10 @@ static int greth_of_probe(struct platfor
225+
@@ -1450,10 +1450,10 @@ static int greth_of_probe(struct platfor
226226
break;
227227
}
228228
if (i == 6) {

target/linux/generic/backport-5.10/744-v5.15-net-dsa-don-t-set-skb-offload_fwd_mark-when-not-offl.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Signed-off-by: David S. Miller <[email protected]>
8282
memmove(skb->data - ETH_HLEN,
8383
--- a/net/dsa/tag_ksz.c
8484
+++ b/net/dsa/tag_ksz.c
85-
@@ -24,7 +24,7 @@ static struct sk_buff *ksz_common_rcv(st
86-
87-
pskb_trim_rcsum(skb, skb->len - len);
85+
@@ -25,7 +25,7 @@ static struct sk_buff *ksz_common_rcv(st
86+
if (pskb_trim_rcsum(skb, skb->len - len))
87+
return NULL;
8888

8989
- skb->offload_fwd_mark = true;
9090
+ dsa_default_offload_fwd_mark(skb);

target/linux/generic/backport-5.10/888-v6.1-ca8210-Fix-crash-by-zero-initializing-data.patch

-30
This file was deleted.

target/linux/rockchip/patches-5.10/104-rockchip-use-USB-host-by-default-on-rk3399-rock-pi-4.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Signed-off-by: Heiko Stuebner <[email protected]>
2121

2222
--- a/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi
2323
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi
24-
@@ -680,7 +680,7 @@
24+
@@ -679,7 +679,7 @@
2525

2626
&usbdrd_dwc3_0 {
2727
status = "okay";

0 commit comments

Comments
 (0)