From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [PATCH net-next] net: sched: act_ife: disable bh when taking ife_mod_lock Date: Tue, 14 Aug 2018 15:52:44 -0700 Message-ID: References: <1534180811-10416-1-git-send-email-vladbu@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Linux Kernel Network Developers , David Miller , Jamal Hadi Salim , Jiri Pirko To: Vlad Buslov Return-path: Received: from mail-pf1-f194.google.com ([209.85.210.194]:46031 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731200AbeHOBmR (ORCPT ); Tue, 14 Aug 2018 21:42:17 -0400 Received: by mail-pf1-f194.google.com with SMTP id i26-v6so9889178pfo.12 for ; Tue, 14 Aug 2018 15:52:56 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Aug 14, 2018 at 10:35 AM Vlad Buslov wrote: > > > On Mon 13 Aug 2018 at 23:18, Cong Wang wrote: > > Hi, Vlad, > > > > Could you help to test my fixes? > > > > I just pushed them into my own git repo: > > https://github.com/congwang/linux/commits/net-sched-fixes > > > > Particularly, this is the revert: > > https://github.com/congwang/linux/commit/b3f51c4ab8272cc8d3244848e528fce1426c4659 > > and this is my fix for the lockdep warning you reported: > > https://github.com/congwang/linux/commit/ecadcde94919183e9f0d5bc376f05e731baf2661 > > > > I don't have environment to test ife modules. > > Hi Cong, > > I've run the test with your patch applied and couldn't reproduce the > lockdep warning. > Thank you! I will add your Test-by and send them out.