Skip to content

Commit 8852b7b

Browse files
authored
kernel: bump 5.15 to 5.15.56 (coolsnowwolf#9816)
Signed-off-by: aakkll <[email protected]>
1 parent bb63dd2 commit 8852b7b

4 files changed

+9
-9
lines changed

include/kernel-5.15

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
LINUX_VERSION-5.15 = .55
2-
LINUX_KERNEL_HASH-5.15.55 = 1ef6bd508b6c3af3bef2d5b337e4477254dba284c79e329aa38f9763ae3bfdcc
1+
LINUX_VERSION-5.15 = .56
2+
LINUX_KERNEL_HASH-5.15.56 = e9a6bb3437f1497b1c74841ebf70d5b96f915d6ac767b5ba3d8d820dd89b8223

target/linux/generic/backport-5.15/702-v5.19-19-net-ethernet-mtk_eth_soc-add-txd_size-to-mtk_soc_dat.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Signed-off-by: David S. Miller <[email protected]>
1414

1515
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
1616
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
17-
@@ -837,20 +837,20 @@ static inline bool mtk_rx_get_desc(struc
17+
@@ -837,20 +837,20 @@ static void *mtk_max_lro_buf_alloc(gfp_t
1818
/* the qdma core needs scratch memory to be setup */
1919
static int mtk_init_fq_dma(struct mtk_eth *eth)
2020
{

target/linux/mediatek/patches-5.15/510-net-mediatek-add-flow-offload-for-mt7623.patch

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Signed-off-by: Frank Wunderlich <[email protected]>
1414

1515
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
1616
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
17-
@@ -3384,6 +3384,7 @@ static const struct mtk_soc_data mt2701_
17+
@@ -3675,6 +3675,7 @@ static const struct mtk_soc_data mt2701_
1818
.hw_features = MTK_HW_FEATURES,
1919
.required_clks = MT7623_CLKS_BITMAP,
2020
.required_pctl = true,
2121
+ .offload_version = 2,
22-
};
23-
24-
static const struct mtk_soc_data mt7621_data = {
22+
.txrx = {
23+
.txd_size = sizeof(struct mtk_tx_dma),
24+
.rxd_size = sizeof(struct mtk_rx_dma),

target/linux/ramips/patches-5.15/700-net-ethernet-mediatek-support-net-labels.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Signed-off-by: René van Dorst <[email protected]>
1414

1515
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
1616
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
17-
@@ -2988,6 +2988,7 @@ static const struct net_device_ops mtk_n
17+
@@ -3290,6 +3290,7 @@ static const struct net_device_ops mtk_n
1818

1919
static int mtk_add_mac(struct mtk_eth *eth, struct device_node *np)
2020
{
2121
+ const char *name = of_get_property(np, "label", NULL);
2222
const __be32 *_id = of_get_property(np, "reg", NULL);
2323
phy_interface_t phy_mode;
2424
struct phylink *phylink;
25-
@@ -3083,6 +3084,9 @@ static int mtk_add_mac(struct mtk_eth *e
25+
@@ -3385,6 +3386,9 @@ static int mtk_add_mac(struct mtk_eth *e
2626
else
2727
eth->netdev[id]->max_mtu = MTK_MAX_RX_LENGTH_2K - MTK_RX_ETH_HLEN;
2828

0 commit comments

Comments
 (0)