From: Patrick McHardy <kaber@trash.net>
To: Pablo Neira Ayuso <pablo@netfilter.org>,
netfilter-devel@vger.kernel.org,
Holger Eitzenberger <holger@eitzenberger.org>
Subject: Re: [OOPS PATCH 0/1] netfilter/sip: fix OOPS in flush_expectations()
Date: Sat, 12 Oct 2013 09:55:24 +0100 [thread overview]
Message-ID: <20131012085215.GB28765@macbook.localnet> (raw)
In-Reply-To: <20131012055807.GI13405@imap.eitzenberger.org>
On Sat, Oct 12, 2013 at 07:58:07AM +0200, Holger Eitzenberger wrote:
>
> > > My proposed fix is therefore to change nf_ct_unlink_expect_report()
> > > so that it uses __hlist_del() instead, so that the loop cursor in
> > > hlist_for_each_entry_safe() terminates correctly at the end of the
> > > list.
> > >
> > > Patch is reported to have fixed the issue at the customers site.
> >
> > Do your 3.3 kernels include this patch?
> >
> > 3f509c6 netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation
> >
> > It fixes a double insertion of an expectation, I think it may manifest
> > the way that oops look like.
>
> The 3.3 kernel does not include it. So I'll queue it up, thanks!
>
> However, the other identical report is for v3.8, which already includes
> it. So I think the issue I see in unrelated to the patch.
I've reviewed the code and all I could find wrt. missing locking is the
call to nf_ct_remove_expectations() in process_urq() (H.323). Is the
H.323 helper used on the machine where you're experiencing the crash?
next prev parent reply other threads:[~2013-10-12 8:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-11 14:02 [OOPS PATCH 0/1] netfilter/sip: fix OOPS in flush_expectations() Holger Eitzenberger
2013-10-11 14:02 ` [OOPS PATCH 1/1] netfilter: " Holger Eitzenberger
2013-10-11 14:35 ` Patrick McHardy
2013-10-11 14:53 ` Holger Eitzenberger
2013-10-11 15:09 ` Patrick McHardy
2013-10-11 20:37 ` [OOPS PATCH 0/1] netfilter/sip: " Pablo Neira Ayuso
2013-10-12 5:58 ` Holger Eitzenberger
2013-10-12 8:55 ` Patrick McHardy [this message]
2013-10-12 10:11 ` Holger Eitzenberger
2013-10-14 13:46 ` Holger Eitzenberger
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=20131012085215.GB28765@macbook.localnet \
--to=kaber@trash.net \
--cc=holger@eitzenberger.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/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.