The commit is pushed to "branch-rh7-3.10.0-1160.76.1.vz7.189.x-ovz" and will 
appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-1160.76.1.vz7.189.3
------>
commit 85eacc16ff054f0c62b1ed6f2331d8a9e800fcb7
Author: Konstantin Khorenko <khore...@virtuozzo.com>
Date:   Thu Sep 29 18:34:23 2022 +0300

    Revert "ms/net: neigh: use dev_kfree_skb_irq instead of kfree_skb()"
    
    This reverts commit 5043728518a75eddff8dca5729c88ff4d6e284c2.
    
    We are going to backport the mainstream version of this patch.
    
    https://jira.sw.ru/browse/PSBM-141642
    
    Signed-off-by: Konstantin Khorenko <khore...@virtuozzo.com>
---
 net/core/neighbour.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/neighbour.c b/net/core/neighbour.c
index d98315ce8ec2f..6413665718e5f 100644
--- a/net/core/neighbour.c
+++ b/net/core/neighbour.c
@@ -244,7 +244,7 @@ static void pneigh_queue_purge(struct sk_buff_head *list, 
struct net *net)
                        __skb_unlink(skb, list);
 
                        dev_put(dev);
-                       dev_kfree_skb_irq(skb);
+                       kfree_skb(skb);
                }
                skb = skb_next;
        }
_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to