From 962c717e2a234af0489ccbb44bc8e91ebf4b2b92 Mon Sep 17 00:00:00 2001 From: VIKING Date: Wed, 2 Apr 2025 09:52:11 +0800 Subject: [PATCH] refresh patches --- .../patches-6.6/0600-1-qca-nss-ecm-support-CORE.patch | 6 +++--- ...ss-ecm-fix-IPv6-user-route-change-event-calls.patch | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/target/linux/qualcommax/patches-6.6/0600-1-qca-nss-ecm-support-CORE.patch b/target/linux/qualcommax/patches-6.6/0600-1-qca-nss-ecm-support-CORE.patch index 48adc5373a..2490840c1d 100644 --- a/target/linux/qualcommax/patches-6.6/0600-1-qca-nss-ecm-support-CORE.patch +++ b/target/linux/qualcommax/patches-6.6/0600-1-qca-nss-ecm-support-CORE.patch @@ -663,7 +663,7 @@ static inline const void *choose_neigh_daddr(const struct in6_addr *p, struct sk_buff *skb, const void *daddr) -@@ -3873,6 +3876,10 @@ int ip6_route_add(struct fib6_config *cf +@@ -3876,6 +3879,10 @@ int ip6_route_add(struct fib6_config *cf return PTR_ERR(rt); err = __ip6_ins_rt(rt, &cfg->fc_nlinfo, extack); @@ -674,7 +674,7 @@ fib6_info_release(rt); return err; -@@ -3894,6 +3901,9 @@ static int __ip6_del_rt(struct fib6_info +@@ -3897,6 +3904,9 @@ static int __ip6_del_rt(struct fib6_info err = fib6_del(rt, info); spin_unlock_bh(&table->tb6_lock); @@ -684,7 +684,7 @@ out: fib6_info_release(rt); return err; -@@ -6356,6 +6366,20 @@ static int ip6_route_dev_notify(struct n +@@ -6359,6 +6369,20 @@ static int ip6_route_dev_notify(struct n return NOTIFY_OK; } diff --git a/target/linux/qualcommax/patches-6.6/0600-7-qca-nss-ecm-fix-IPv6-user-route-change-event-calls.patch b/target/linux/qualcommax/patches-6.6/0600-7-qca-nss-ecm-fix-IPv6-user-route-change-event-calls.patch index 63f9d54e01..02d7c2a089 100644 --- a/target/linux/qualcommax/patches-6.6/0600-7-qca-nss-ecm-fix-IPv6-user-route-change-event-calls.patch +++ b/target/linux/qualcommax/patches-6.6/0600-7-qca-nss-ecm-fix-IPv6-user-route-change-event-calls.patch @@ -15,7 +15,7 @@ Signed-off-by: Murat Sezgin --- a/net/ipv6/route.c +++ b/net/ipv6/route.c -@@ -3876,10 +3876,6 @@ int ip6_route_add(struct fib6_config *cf +@@ -3879,10 +3879,6 @@ int ip6_route_add(struct fib6_config *cf return PTR_ERR(rt); err = __ip6_ins_rt(rt, &cfg->fc_nlinfo, extack); @@ -26,7 +26,7 @@ Signed-off-by: Murat Sezgin fib6_info_release(rt); return err; -@@ -3901,9 +3897,6 @@ static int __ip6_del_rt(struct fib6_info +@@ -3904,9 +3900,6 @@ static int __ip6_del_rt(struct fib6_info err = fib6_del(rt, info); spin_unlock_bh(&table->tb6_lock); @@ -36,7 +36,7 @@ Signed-off-by: Murat Sezgin out: fib6_info_release(rt); return err; -@@ -4512,6 +4505,10 @@ int ipv6_route_ioctl(struct net *net, un +@@ -4515,6 +4508,10 @@ int ipv6_route_ioctl(struct net *net, un break; } rtnl_unlock(); @@ -47,7 +47,7 @@ Signed-off-by: Murat Sezgin return err; } -@@ -5534,11 +5531,17 @@ static int inet6_rtm_delroute(struct sk_ +@@ -5537,11 +5534,17 @@ static int inet6_rtm_delroute(struct sk_ } if (cfg.fc_mp) @@ -67,7 +67,7 @@ Signed-off-by: Murat Sezgin } static int inet6_rtm_newroute(struct sk_buff *skb, struct nlmsghdr *nlh, -@@ -5555,9 +5558,15 @@ static int inet6_rtm_newroute(struct sk_ +@@ -5558,9 +5561,15 @@ static int inet6_rtm_newroute(struct sk_ cfg.fc_metric = IP6_RT_PRIO_USER; if (cfg.fc_mp)