Re: [Patch net v3 0/3] net_sched: fix filter chain reference counting

2017-09-12 Thread Jiri Pirko
Wed, Sep 13, 2017 at 05:41:18AM CEST, da...@davemloft.net wrote: >From: Cong Wang >Date: Mon, 11 Sep 2017 16:33:29 -0700 > >> This patchset fixes tc filter chain reference counting and nasty race >> conditions with RCU callbacks. Please see each patch for details. > >Series applied, thanks Cong.

Re: [Patch net v3 0/3] net_sched: fix filter chain reference counting

2017-09-12 Thread David Miller
From: Cong Wang Date: Mon, 11 Sep 2017 16:33:29 -0700 > This patchset fixes tc filter chain reference counting and nasty race > conditions with RCU callbacks. Please see each patch for details. Series applied, thanks Cong.

[Patch net v3 0/3] net_sched: fix filter chain reference counting

2017-09-11 Thread Cong Wang
This patchset fixes tc filter chain reference counting and nasty race conditions with RCU callbacks. Please see each patch for details. --- v3: Rebase on the latest -net Add code comment in patch 1 Improve comment and changelog for patch 2 Add patch 3 v2: Add patch 1 Get rid of m