[openwrt/openwrt] generic: 6.6: refresh patches

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 6 12:08:51 PDT 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/56bce303cee65935842be10e55e654dd62406ecb

commit 56bce303cee65935842be10e55e654dd62406ecb
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Jun 6 20:08:13 2024 +0100

    generic: 6.6: refresh patches
    
    Patch 733-01-net-ethernet-mtk_eth_soc-use-napi_build_skb.patch needs
    a refresh as line numbers no longer match.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 .../733-01-net-ethernet-mtk_eth_soc-use-napi_build_skb.patch          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/linux/generic/pending-6.6/733-01-net-ethernet-mtk_eth_soc-use-napi_build_skb.patch b/target/linux/generic/pending-6.6/733-01-net-ethernet-mtk_eth_soc-use-napi_build_skb.patch
index 71c0734ce7..1fe291fce9 100644
--- a/target/linux/generic/pending-6.6/733-01-net-ethernet-mtk_eth_soc-use-napi_build_skb.patch
+++ b/target/linux/generic/pending-6.6/733-01-net-ethernet-mtk_eth_soc-use-napi_build_skb.patch
@@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <nbd at nbd.name>
 
 --- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
 +++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-@@ -2120,7 +2120,7 @@ static int mtk_poll_rx(struct napi_struc
+@@ -2123,7 +2123,7 @@ static int mtk_poll_rx(struct napi_struc
  			if (ret != XDP_PASS)
  				goto skip_rx;
  
@@ -19,7 +19,7 @@ Signed-off-by: Felix Fietkau <nbd at nbd.name>
  			if (unlikely(!skb)) {
  				page_pool_put_full_page(ring->page_pool,
  							page, true);
-@@ -2158,7 +2158,7 @@ static int mtk_poll_rx(struct napi_struc
+@@ -2161,7 +2161,7 @@ static int mtk_poll_rx(struct napi_struc
  			dma_unmap_single(eth->dma_dev, ((u64)trxd.rxd1 | addr64),
  					 ring->buf_size, DMA_FROM_DEVICE);
  




More information about the lede-commits mailing list