kernel: Backport mvneta crash fix to 5.15
[openwrt/openwrt.git] / target / linux / mvebu / patches-5.15 / 702-net-next-ethernet-marvell-mvnetaMQPrioOffload.patch
index c3a6d9f4d06b45871c53bd9a7318c7c7e08c94ed..019b9528c360e5716d5d1d120d0a7b57d5ef5869 100644 (file)
@@ -26,7 +26,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  #include <linux/bpf_trace.h>
  
  /* Registers */
-@@ -4903,14 +4904,14 @@ static void mvneta_setup_rx_prio_map(str
+@@ -4966,14 +4967,14 @@ static void mvneta_setup_rx_prio_map(str
  }
  
  static int mvneta_setup_mqprio(struct net_device *dev,
@@ -44,7 +44,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  
        if (num_tc > rxq_number)
                return -EINVAL;
-@@ -4921,13 +4922,15 @@ static int mvneta_setup_mqprio(struct ne
+@@ -4984,13 +4985,15 @@ static int mvneta_setup_mqprio(struct ne
                return 0;
        }