mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-17 00:21:06 +00:00
qualcommax: NSS: refresh patches for 6.6.56
Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
parent
9f7c16c23c
commit
39e3b770b8
@ -68,7 +68,7 @@
|
|||||||
* __dev_uc_sync - Synchonize device's unicast list
|
* __dev_uc_sync - Synchonize device's unicast list
|
||||||
* @dev: device to sync
|
* @dev: device to sync
|
||||||
* @sync: function to call if address should be added
|
* @sync: function to call if address should be added
|
||||||
@@ -5219,6 +5228,11 @@ static inline bool netif_is_failover_sla
|
@@ -5237,6 +5246,11 @@ static inline bool netif_is_failover_sla
|
||||||
return dev->priv_flags & IFF_FAILOVER_SLAVE;
|
return dev->priv_flags & IFF_FAILOVER_SLAVE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
+obj-$(CONFIG_SKB_RECYCLER) += skbuff_recycle.o
|
+obj-$(CONFIG_SKB_RECYCLER) += skbuff_recycle.o
|
||||||
--- a/net/core/dev.c
|
--- a/net/core/dev.c
|
||||||
+++ b/net/core/dev.c
|
+++ b/net/core/dev.c
|
||||||
@@ -6043,10 +6043,16 @@ static int process_backlog(struct napi_s
|
@@ -6047,10 +6047,16 @@ static int process_backlog(struct napi_s
|
||||||
|
|
||||||
napi->weight = READ_ONCE(dev_rx_weight);
|
napi->weight = READ_ONCE(dev_rx_weight);
|
||||||
while (again) {
|
while (again) {
|
||||||
@ -388,7 +388,7 @@
|
|||||||
|
|
||||||
data = kmalloc_reserve(&size, gfp_mask, NUMA_NO_NODE, NULL);
|
data = kmalloc_reserve(&size, gfp_mask, NUMA_NO_NODE, NULL);
|
||||||
if (!data)
|
if (!data)
|
||||||
@@ -4869,6 +4975,14 @@ static void skb_extensions_init(void) {}
|
@@ -4865,6 +4971,14 @@ static void skb_extensions_init(void) {}
|
||||||
|
|
||||||
void __init skb_init(void)
|
void __init skb_init(void)
|
||||||
{
|
{
|
||||||
@ -403,7 +403,7 @@
|
|||||||
skbuff_cache = kmem_cache_create_usercopy("skbuff_head_cache",
|
skbuff_cache = kmem_cache_create_usercopy("skbuff_head_cache",
|
||||||
sizeof(struct sk_buff),
|
sizeof(struct sk_buff),
|
||||||
0,
|
0,
|
||||||
@@ -4894,6 +5008,7 @@ void __init skb_init(void)
|
@@ -4890,6 +5004,7 @@ void __init skb_init(void)
|
||||||
SKB_SMALL_HEAD_HEADROOM,
|
SKB_SMALL_HEAD_HEADROOM,
|
||||||
NULL);
|
NULL);
|
||||||
skb_extensions_init();
|
skb_extensions_init();
|
||||||
@ -411,7 +411,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
@@ -6397,6 +6512,8 @@ static int pskb_carve_inside_header(stru
|
@@ -6393,6 +6508,8 @@ static int pskb_carve_inside_header(stru
|
||||||
if (skb_pfmemalloc(skb))
|
if (skb_pfmemalloc(skb))
|
||||||
gfp_mask |= __GFP_MEMALLOC;
|
gfp_mask |= __GFP_MEMALLOC;
|
||||||
|
|
||||||
@ -420,7 +420,7 @@
|
|||||||
data = kmalloc_reserve(&size, gfp_mask, NUMA_NO_NODE, NULL);
|
data = kmalloc_reserve(&size, gfp_mask, NUMA_NO_NODE, NULL);
|
||||||
if (!data)
|
if (!data)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
@@ -6513,6 +6630,8 @@ static int pskb_carve_inside_nonlinear(s
|
@@ -6509,6 +6626,8 @@ static int pskb_carve_inside_nonlinear(s
|
||||||
if (skb_pfmemalloc(skb))
|
if (skb_pfmemalloc(skb))
|
||||||
gfp_mask |= __GFP_MEMALLOC;
|
gfp_mask |= __GFP_MEMALLOC;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user