netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [MERGE HELP] cls_tcindex.c
@ 2019-02-15 20:41 David Miller
  2019-02-16  1:31 ` Cong Wang
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2019-02-15 20:41 UTC (permalink / raw)
  To: netdev; +Cc: xiyou.wangcong, vladbu


I've merged net into net-next.

The worst conflict was cls_tcindex.c as Cong's fixes collided heavily
with Vlad's work.

The interim solution I used for this merge was to revert back to RCU.

Please take a look at what I did and send me followups because I am
absolutely certain that some are necessary :-)))

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [MERGE HELP] cls_tcindex.c
  2019-02-15 20:41 [MERGE HELP] cls_tcindex.c David Miller
@ 2019-02-16  1:31 ` Cong Wang
  2019-02-16  4:49   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Cong Wang @ 2019-02-16  1:31 UTC (permalink / raw)
  To: David Miller; +Cc: Linux Kernel Network Developers, Vlad Buslov

On Fri, Feb 15, 2019 at 12:41 PM David Miller <davem@davemloft.net> wrote:
>
>
> I've merged net into net-next.
>
> The worst conflict was cls_tcindex.c as Cong's fixes collided heavily
> with Vlad's work.
>
> The interim solution I used for this merge was to revert back to RCU.
>
> Please take a look at what I did and send me followups because I am
> absolutely certain that some are necessary :-)))

Well, there is nothing fundamentally changed w.r.t. the race I have fixed.

In tcindex_delete(), after all Vlad's patches, it still calls tcf_queue_work()
therefore still races with call_rcu(). This has nothing to do with whether
it is RTNL or another mutex.

For the first memory leak, it is same, nothing changes, tcindex_delete()
still skips r->res.class==0 therefore we still need to fix it.

For the rest two memory leaks, it looks like you already merged the fix
(patch 3/3) correctly.

I will cherry-pick the first two patches for net-next and send them to you.

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [MERGE HELP] cls_tcindex.c
  2019-02-16  1:31 ` Cong Wang
@ 2019-02-16  4:49   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2019-02-16  4:49 UTC (permalink / raw)
  To: xiyou.wangcong; +Cc: netdev, vladbu

From: Cong Wang <xiyou.wangcong@gmail.com>
Date: Fri, 15 Feb 2019 17:31:41 -0800

> I will cherry-pick the first two patches for net-next and send them to you.

Ok, thanks Cong.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-16  4:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 20:41 [MERGE HELP] cls_tcindex.c David Miller
2019-02-16  1:31 ` Cong Wang
2019-02-16  4:49   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).