From: Patrick McHardy <kaber@trash.net>
To: Pablo Neira <pablo@eurodev.net>
Cc: Harald Welte <laforge@netfilter.org>,
Netfilter Development Mailinglist
<netfilter-devel@lists.netfilter.org>
Subject: Re: [PATCH 1/7] Fix expectation leak
Date: Tue, 02 Aug 2005 23:45:38 +0200 [thread overview]
Message-ID: <42EFE982.5030702@trash.net> (raw)
In-Reply-To: <42EF699E.9060901@eurodev.net>
Pablo Neira wrote:
> Patrick McHardy wrote:
>
>> Pablo Neira wrote:
>>
>>> Yes, but the refcount is incremented twice ;). Please apply.
>>
>>
>> There is one reference for the list and one for the timer. Both are
>> needed since the timer deletion can race with the timer. The one
>> for the list is dropped in __ip_ct_expect_unlink_destroy, the one
>> for the timer after it has been successfully removed.
>
>
> OK, in that case the following patch should fix the hung that I'm
> experimenting while trying to remove ip_conntrack. It happens if there's
> an expectation pending to be confirmed. It seems that we forgot to drop
> the refcount when removing a conntrack the list, unlink_expect doesn't
> actually do it. So, in this case the correct call must be
> __ip_conntrack_expect_unlink_destroy instead of unlink_expect.
Seems like you missed a few. Whenever del_timer succeeds we need one
expect_put for the timer and need to call the reference-dropping
variant of unlink_expect. In the expectation timer we need to call
this variant too. This doesn't leave a single case where we use
the other one, so please add the expect_put to unlink_expect.
prev parent reply other threads:[~2005-08-02 21:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-01 17:04 [PATCH 1/7] Fix expectation leak Pablo Neira
2005-08-01 17:12 ` Patrick McHardy
[not found] ` <42EE5EC4.5090303@eurodev.net>
2005-08-01 19:52 ` Patrick McHardy
2005-08-02 12:39 ` Pablo Neira
2005-08-02 21:45 ` Patrick McHardy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42EFE982.5030702@trash.net \
--to=kaber@trash.net \
--cc=laforge@netfilter.org \
--cc=netfilter-devel@lists.netfilter.org \
--cc=pablo@eurodev.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.