]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/openvswitch/flow.c
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-jammy-kernel.git] / net / openvswitch / flow.c
index 50ec42f170a06713e086d66abb2ea0d1aa998d74..2dacc7b5af23a14b827785fdbc3eaf5bd6a26883 100644 (file)
@@ -100,7 +100,9 @@ void ovs_flow_stats_update(struct sw_flow *flow, __be16 tcp_flags,
 
                                new_stats =
                                        kmem_cache_alloc_node(flow_stats_cache,
-                                                             GFP_THISNODE |
+                                                             GFP_NOWAIT |
+                                                             __GFP_THISNODE |
+                                                             __GFP_NOWARN |
                                                              __GFP_NOMEMALLOC,
                                                              node);
                                if (likely(new_stats)) {